We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新编辑代码后 注释文字会消失。 版本 1.6.7 win64 , 新建按钮2 个button1 ,button2,-> 右击按钮button1 -> 选择event function->选择Button-1-> 单击 edit Funtion, 编辑代码写注释 右击按钮button2 -> 选择event function->选择Button-1-> 单击 edit Funtion, 会发现注释的部分不见了。
右击按钮 delete , 发现没反应
The text was updated successfully, but these errors were encountered:
关于按钮无法删除后续, 发现连关闭TkinterDesigner 编辑器窗口也关闭不了。 用windows任务管理器强制关闭后,再次打开, 再次删除按钮成功。
Sorry, something went wrong.
另外还有一个不太方便的地方,有多个按钮,生成事件后,在Projectx_cmd.py 里的代码不是后面添加,而是乱排序,事件一多,就找不到哪里跟哪里, 认为应该根据操作的先后在后面添加而不是重新排序。
好的,下一版做改善。
No branches or pull requests
新编辑代码后 注释文字会消失。
版本 1.6.7 win64 ,
新建按钮2 个button1 ,button2,-> 右击按钮button1 -> 选择event function->选择Button-1-> 单击 edit Funtion, 编辑代码写注释
右击按钮button2 -> 选择event function->选择Button-1-> 单击 edit Funtion, 会发现注释的部分不见了。
右击按钮 delete , 发现没反应
The text was updated successfully, but these errors were encountered: