Skip to content

Commit 5dd7128

Browse files
Update readme.en.md
1 parent 5330d5e commit 5dd7128

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

readme.en.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# PyPi link: https://pypi.org/project/matbox/1.0.7/
2+
3+
# quick install
4+
```
5+
pip install matbox==1.0.7
6+
```
7+
18
# MatBox version 1.0.7
29

310
## Starting from MatBox (hereinafter referred to as MT) 1.0.7, users can choose whether to use the default or custom interface. Even if it is the default, users can still customize it, and provide a friendly method for building
@@ -9,7 +16,9 @@
916
from MT import main
1017
main()
1118
```
12-
<img src="">
19+
![Screenshot 2023-03-25 232252](https://user-images.githubusercontent.com/88701385/227726415-56912def-88ae-4d3c-bbca-d3624310f8a2.png)
20+
21+
1322

1423
## Custom version
1524
```python
@@ -38,7 +47,9 @@ if __name__ == '__main__':
3847
sys. exit(app. exec())
3948

4049
```
41-
<img src="">
50+
![Screenshot 2023-03-25 190019](https://user-images.githubusercontent.com/88701385/227726435-de5c385d-3736-4c6b-8ff7-8de696a986b4.png)
51+
52+
4253
#### Remarks: The font is large because of the custom qss
4354

4455
# Inheritance relationship and the core method of the class
@@ -101,7 +112,7 @@ if __name__ == '__main__':
101112

102113
### item_clicked(index: QModelIndex), is the core function that links most of the controls under MT. I don't want users to operate it. Its core function is to send the node name to the signal when the user clicks on the child node
103114

104-
## ComingHome(QWidget)
115+
## ComingHome(QWidget
105116

106117
### Since version 1.0.7, MT has provided the main interface, and ComingHome is essentially a webpage embedded in the UI interface
107118

@@ -117,4 +128,4 @@ if __name__ == '__main__':
117128

118129
### ReSetDiag is the implementation of the setting interface, currently only supports changing the theme, and the multi-language is not yet open
119130

120-
### ThemeChanged() function is to connect the signal when the user changes the theme
131+
### ThemeChanged() function is to connect the signal when the user changes the theme

0 commit comments

Comments
 (0)