在哪里可以找到 Python 的 GUI 设计器?

发布于 2024-07-13 18:41:42 字数 51 浏览 7 评论 0原文

有谁知道像 Glade 这样的 python GUI 设计器,但适用于 Windows?

Does anyone know of any GUI designer for python like Glade but for windows?

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

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

发布评论

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

评论(6

烟织青萝梦 2024-07-20 18:41:42

Glade/Gtk+ for Windows 与 Glade 完全相同,但适用于 Windows。

Glade/Gtk+ for Windows is exactly like Glade but for Windows.

橙幽之幻 2024-07-20 18:41:42

我建议使用 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

不…忘初心 2024-07-20 18:41:42

我使用 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.

一萌ing 2024-07-20 18:41:42

我使用 wxGlade

I use wxGlade

孤芳又自赏 2024-07-20 18:41:42

这取决于您使用的 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.

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