You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Improve the function intelligent prompt function.
2. Fix the onselect event of ComboBox.
3. Add font to restore the default function.
4. Add "show" and "hide" functions to the control.
5. Modify the bug of magnetic attraction function.
6. During source code editing, the right-click menu adds copy, cut and paste functions.
7. Update documentation
Copy file name to clipboardExpand all lines: README.md
+36-26Lines changed: 36 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
7
7
| Author | Honghaier |
8
8
| -------: | ---------- |
9
-
| Version | V1.5.1|
10
-
| Last Update Date | 2021-07-06|
9
+
| Version | V1.6.3|
10
+
| Last Update Date | 2021-12-05|
11
11
| Twitter: | honghaier_2020@Honghaier_game |
12
12
| Email: |285421210@qq.com|
13
13
| Twitter: | honghaier_2020@Honghaier_game |
@@ -31,7 +31,7 @@ Tkinder designer is a development tool based on python, which is used to develop
31
31
32
32
## What are the functions of TK designer?
33
33
34
-
Tkinder designer v1.5.1 includes the following ten main functions:
34
+
TkinderDesigner includes the following ten main functions:
35
35
36
36
37
37
@@ -53,7 +53,7 @@ Tkinder designer v1.5.1 includes the following ten main functions:
53
53
54
54
9.###### Package program: call Python command to package exe for the project.
55
55
56
-
10.###### Custom module import: import and call the custom module.
56
+
10.###### Componentization and user-defined module import: directly save the current interface functions as components and call them flexibly, or import and call user-defined modules.
57
57
58
58
59
59
@@ -179,22 +179,6 @@ In this example, we can see that when you click the tree item file on the left,
Web crawler is now a hot direction, we also put it into the project template, in this project, we implemented a web crawler image project based on the multi document framework.
In order to attract more people, here we use an example of downloading beautiful pictures to demonstrate. If you are in a bad mood sometimes, you can relax your eyes more.
The above are the template examples of four new projects. Although they can not meet all the project requirements, I will continue to expand them. You are also welcome to put forward valuable directional suggestions. If you are selected, I will add them to the template and provide them.
197
-
198
182
199
183
200
184
### (2) Open project:
@@ -237,11 +221,17 @@ These cases include:
237
221
238
222
7.**Stock price query**:demonstrates how to call the stock query interface for stock query.
These examples are designed and developed with TK inter designer, which makes us feel proud. In the whole process, we don't spend much time on interface design and event processing, but only focus on the core function class to quickly complete the development of the project. Later, we will add more example projects to help you better learn and master TK inter designer.
247
237
@@ -715,11 +705,31 @@ Click the OK button and tkinder designer will start calling the packer to packag
Componentization is an indispensable means in the rapid development process. We can package all or part of the controls in the interface to generate a component at any time during the development process, and import and use it in the "interface" bar of the toolbar.
711
+
712
+
The method is to right-click the control tree item on the right, click componentization in the pop-up menu, then enter the component name in the pop-up dialog box, and click OK to generate the component.
When running, you will find that this method can greatly improve your development in the form of component, and make your engineering code very efficient and reusable.
Custom module is designed to enable developers to interact with controls through self-designed module classes and complete relatively independent functions. You can import module classes in the interface designer and easily set the properties of module classes, including passing interface controls to it as parameters. We hope to provide a large number of available modules for developers in the future. At present, we provide a few modules in the "ModuleMarket" to verify this scheme, but only if you register your account number can you see the component market.
we can see the components queried by express express. We can click Install. After installation, it will be placed in the market of the current tool Market_com directory
725
735
@@ -836,7 +846,7 @@ When finished, click "run" in the upper right corner to run it. We can see the p
836
846
837
847
In most cases, the program we use Tkinter to create is not beautiful enough. Although it does not affect the function development, everyone has a love for beauty. It's best if we can make the program more beautiful. However, since most of our developers and users are programmers, it's best to simplify the beautification part. Therefore, I hope to provide a good color scheme as a skin for developers to make the program more beautiful. Therefore, we also launched the skin market, with only official skin for the time being, In the future, we will open up to the majority of developers and users to upload and submit, so as to provide better skin for everyone. But the premise is that you have to register an account to see the component market.
0 commit comments