在 Python 中使用所见即所得的 GUI 编程工具?

发布于 2024-12-03 01:46:46 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

巡山小妖精 2024-12-10 01:46:46

以下是如何使用 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.

那片花海 2024-12-10 01:46:46

对于 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.

怎樣才叫好 2024-12-10 01:46:46

所有这些工具都比 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文