在哪里可以找到 Python 的 GUI 设计器?
有谁知道像 Glade 这样的 python GUI 设计器,但适用于 Windows?
Does anyone know of any GUI designer for python like Glade but for windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
Glade/Gtk+ for Windows 与 Glade 完全相同,但适用于 Windows。
Glade/Gtk+ for Windows is exactly like Glade but for Windows.
我建议使用 PyQt 和 Qt-designer(所见即所得 gui 设计器)来制作跨平台 gui 应用程序。
Qt 甚至已经采用 LGPL,这使其更具吸引力。
您可以在以下位置找到 PyQt:
http://www.riverbankcomputing.co.uk/software/pyqt/download
I would suggest using PyQt and the Qt-designer(WYSIWYG gui designer) for making cross platform gui apps.
Qt has even gone LGPL, making it even more attractive.
You can find PyQt at:
http://www.riverbankcomputing.co.uk/software/pyqt/download
http://wxformbuilder.org
http://wxformbuilder.org
我使用 PyQt; 它基于QT 工具包构建。
如果您要部署到 Windows,它可以与 py2exe 模块 配合使用。
它使用起来相当简单,特别是如果您已经有 QT 库的经验的话。
注意:这是我对类似问题的回答。
I use PyQt; it is built on the QT Toolkit.
If you are deploying to Windows, it works well with the py2exe module.
It's fairly straightforward to use, especially if you already have experience with the QT libraries.
Note: this was my answer to a similar question.
我使用 wxGlade
I use wxGlade
这取决于您使用的 GUI 工具包。
对于wxPython,有boa-constructor。 这是一个类似Delphi 的IDE。
It deppends of the GUI toolkit you're using.
For wxPython, there is boa-constructor. It's a Delphi-like IDE.