問題描述
我正在嘗試在 Mac 上查找 Qt 設計器應用程序.我安裝了 anaconda 包,conda 報告安裝了 qt、sip 和 pyqt.我仍然無法在任何文件夾中找到設計器應用程序.我使用 pyqt 的 Python 應用程序運行良好.我對 Mac 很陌生,可能缺少一些非常簡單的東西.
我確實在文件夾樹中搜索了任何名為設計師的東西.我發現 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.請注意:-
<塊引用>在 Qt Creator 下集成 Qt Designer 至少早在 Qt 4.7(約 2011 年末)就被首次提及
Qt Creator 包括一個代碼編輯器并集成了 Qt Designer,用于從 Qt 小部件設計和構建圖形用戶界面 (GUI).
如果它不在您的發行版中,您可以在此處單獨下載..p>
I am trying to find Qt designer app on Mac. I installed anaconda package and conda reports that qt, sip, and pyqt are installed. Still I couldn't find the designer app in any of the folders. My Python app that uses pyqt works perfectly. I'm very new to macs and probably missing something very simple.
I did search folder tree for anything named designer. I found QtDesigner.so (supposed to be executable?) at /Users/XXXX/anaconda/pkgs/pyqt-4.10.4-py27_0/lib/python2.7/site-packages/PyQt4 but it won't even run saying "cannot execute binary file" anaconda/bin doesn't have it.
There's a folder anaconda/include/QtDesigner but noting I can run /anaconda/pkgs/qt-4.8.5-3/bin - no designer. I'm totally confused now.
I expect it's Qt Creator that you should be looking for. 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.
If it's not in your distribution, you can download it separately here.
這篇關于Mac + Anaconda 上的 Qt 設計器應用程序在哪里?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!