Skip to content

Commit a5a8ca8

Browse files
Update README.md
1 parent a1c4c84 commit a5a8ca8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,14 @@ For example, if we select the fourth item "calculator" and click "OK", you will
7979
![](http://www.tkinterdesigner.com/ReadMeImages/6.png)
8080

8181
In this main design interface, we can see that its layout is:
82+
8283
(1) The top main menu: 1. view: including grid and adsorption functions used in design. You can also call it quickly through Ctrl + G and Ctrl + D. 2. help: some useless information, if you need to find me, please take a look.
8384

8485
(2) Shortcut button under the main menu: frame button can display or hide frame structure tree, run button can run project quickly for testing, and Publish button can be used to package and publish project as an EXE program. Besides, there are some common text, color and alignment settings shortcut buttons, I believe you can know how they use it without explaining it.
8586

8687
(3) The leftmost framework tree: including a list of all files in the project. Remember: you can also add a form interface, add a python file, or import a resource file through the menu that pops up by right clicking on it. If you are designing the interface, the frame structure tree will affect your viewing window space, you can click the frame button to display or hide it.
8788

88-
(4) Control and module list selection area on the left: for the common controls needed in interface design, I have listed them here. Although not all, with the update, I believe that it will be enriched gradually. Here, the module selection area is used to import a customized module. In the actual case project, there are some customized module classes and the cases used in the project, For example, ‘express’ or ‘chatServer’, you can take a look at it a little, it only needs to have certain design constraints. I will detail the functions in part seven.
89+
(4) Control and module list selection area on the left: for the common controls needed in interface design, I have listed them here. Although not all, with the update, I believe that it will be enriched gradually. Here, the module selection area is used to import a customized module. In the actual case project, there are some customized module classes and the cases used in the project, For example, ‘Express’ or ‘ChatServer’, you can take a look at it a little, it only needs to have certain design constraints. I will detail the functions in part seven.
8990

9091
(5) Central design preview area: the main visual area of interface design. You can drag in and put and stretch all the required interface controls here. The resulting interface is available.
9192

@@ -370,7 +371,7 @@ On "Button_ 8_ oncommand" function, we can write the corresponding code:
370371
![](http://www.tkinterdesigner.com/ReadMeImages/40.png)
371372

372373

373-
374+
374375

375376
This part of the code implements get ExpressNumber from the entry_ 5, and through the our moudle name "Express_ 9 " call `Fun.GetUIEle` to get the express module,and use the same method to get the Listbox then called the function of the Express. `set_ExpressNumber` set the express number, and finally call the Query method to query. The parameter is the ListBox object that is displayed.
376377

0 commit comments

Comments
 (0)