当前位置:首页 > 操作系统 > MacOs

python – Mac Anaconda上的Qt设计器应用程序在哪里?

你能帮我找到Mac上的Qt设计器应用吗?我安装了anaconda软件包,conda报告安装了qt,sip和pyqt.我仍然无法在任何文件夹中找到设计器应用程序.我使用pyqt的python应用程序完美运行.我对mac很新,可能会遗漏一些非常简单的东西.
我在搜索文件夹树时搜索了名为designer的内容.我发现QtDesigner.so(应该是可执行的?)
/Users/XXXX/anaconda/pkgs/pyqt-4.10.4-py27_0/lib/python2.7/site-packages/PyQt4
但它甚至不会说“无法执行二进制文件”
anaconda / bin没有它
有一个文件夹anaconda / include / QtDesigner,但注意到我可以运行
/anaconda/pkgs/qt-4.8.5-3/bin – 没有设计师
我现在完全糊涂了.

解决方法:

我希望你应该寻找它的Qt Creator. Note here: –

the integration of Qt Designer under Qt Creator is first mentioned at least as early as Qt 4.7 (ca. late 2011)

Qt Creator includes a code editor and integrates Qt Designer for designing and building graphical user interfaces (GUIs) from Qt widgets.

如果它不在您的发行版中,您可以单独下载here.


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!

相关教程推荐

其他课程推荐