Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作了一个 CustomDialog 来让用户配置设置。通常我希望从主应用程序中的一个菜单项启动它,它工作正常。
但在安装过程中,我只想启动对话框让用户配置设置。有没有办法让我两者兼得?
使用一些支持代码,您可以——参见例如wizard.py,它启动了一个几乎独立的自定义对话框子类“wizard”。