如何将 GUI 模型导出到 Python GUI 代码(例如 wxpython)?

发布于 2024-09-05 18:02:30 字数 344 浏览 5 评论 0原文

我想使用任何 python GUI 库(wxpython、pyqt 等)将我的模型导出到代码中。例如,此功能已存在于模型 -> HTML/Javascript 中:

http://www .balsamiq.com/products/mockups/community

我需要像 balsamiq 这样的快速、简单、高级的模型工具,而不是像 boa 构造函数这样的缓慢、低级的工具。

python 是否有像这样的模型/导出工具的组合?

I want to take my mockups and export them to code using any python GUI library (wxpython, pyqt, etc). For example, this capability already exists for mockups->HTML/Javascript here:

http://www.balsamiq.com/products/mockups/community

I need a fast, easy, high level mockup tool like balsamiq, not a slow, low level tool like boa constructor.

Is there any combination of mockups/exporter tools like this for python?

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

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

发布评论

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

评论(1

只为一人 2024-09-12 18:02:30

您可以使用 Qt Designer 工具来完成您的模型,然后使用 pyuic4 命令行工具将 .pro 文件转换为 Python 代码。

如果您遇到困难,这里有一些参考:

https:// /web.archive.org/web/20130706112923/http://diotavelli.net/PyQtWiki/Creating_GUI_Applications_with_PyQt_and_Qt_Designer

http://wiki.python.org/moin/JonathanGardnerPyQtTutorial

You can use the Qt Designer tool to do your mock-ups and then use the pyuic4 command line tool to convert the .pro file into Python code.

Here are some references if you get stuck:

https://web.archive.org/web/20130706112923/http://diotavelli.net/PyQtWiki/Creating_GUI_Applications_with_PyQt_and_Qt_Designer

http://wiki.python.org/moin/JonathanGardnerPyQtTutorial

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