We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
这是 wxPython 的一个:
http://wxglade.sourceforge.net/
Here's one for wxPython:
http://wxglade.sourceforge.net/
以下是如何使用 Qt Designer for Qt4 来完成此操作。
https://web.archive.org/web/20130706112923/http://diotavelli.net/PyQtWiki/Creating_GUI_Applications_with_PyQt_and_Qt_Designer
您可能还想看看 特征。对于简单的设计来说非常容易。
Here's how to do it using Qt Designer for Qt4.
https://web.archive.org/web/20130706112923/http://diotavelli.net/PyQtWiki/Creating_GUI_Applications_with_PyQt_and_Qt_Designer
You might also want to have a look at traits. It's pretty easy for simple designs.
对于 wxPython:wxGlade、Boa Constructor(超旧)、wxFormBuilder
另请参阅 http://wiki.wxpython.org/ wxPythonPit%20Apps
PyQt / PySide 附带 Qt Designer 就
个人而言,我总是手动编写所有 wxPython 应用程序。这真的非常简单,并且给了我更多的控制权。
For wxPython: wxGlade, Boa Constructor (super old), wxFormBuilder
See also http://wiki.wxpython.org/wxPythonPit%20Apps
PyQt / PySide comes with Qt Designer
Personally, I always hand-code all my wxPython applications. It's really pretty easy and gives me a lot more control.
所有这些工具都比 Pascal 世界中的 Delphi 或 Lazarus 落后光年。可悲的事实是,Python 世界中没有真正的 RAD GUI 工具可以与 Delphi 相媲美。
All these tools are light years behind Delphi or Lazarus in Pascal world. The sad truth is that there is no real RAD GUI tools comparable to Delphi in Python world.