問題描述
我正在嘗試在 Mac 上查找 Qt 設(shè)計(jì)器應(yīng)用程序.我安裝了 anaconda 包,conda 報(bào)告安裝了 qt、sip 和 pyqt.我仍然無法在任何文件夾中找到設(shè)計(jì)器應(yīng)用程序.我使用 pyqt 的 Python 應(yīng)用程序運(yùn)行良好.我對(duì) Mac 很陌生,可能缺少一些非常簡(jiǎn)單的東西.
我確實(shí)在文件夾樹中搜索了任何名為設(shè)計(jì)師的東西.我發(fā)現(xiàn) QtDesigner.so (應(yīng)該是可執(zhí)行的?)在/Users/XXXX/anaconda/pkgs/pyqt-4.10.4-py27_0/lib/python2.7/site-packages/PyQt4 但它甚至不會(huì)運(yùn)行說無法執(zhí)行二進(jìn)制文件"anaconda/bin 沒有.
有一個(gè)文件夾 anaconda/include/QtDesigner 但注意到我可以運(yùn)行/anaconda/pkgs/qt-4.8.5-3/bin - 沒有設(shè)計(jì)師.我現(xiàn)在完全糊涂了.
我希望您應(yīng)該尋找 Qt Creator.請(qǐng)注意:-
<塊引用>在 Qt Creator 下集成 Qt Designer 至少早在 Qt 4.7(約 2011 年末)就被首次提及
Qt Creator 包括一個(gè)代碼編輯器并集成了 Qt Designer,用于從 Qt 小部件設(shè)計(jì)和構(gòu)建圖形用戶界面 (GUI).
如果它不在您的發(fā)行版中,您可以在此處單獨(dú)下載..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.
這篇關(guān)于Mac + Anaconda 上的 Qt 設(shè)計(jì)器應(yīng)用程序在哪里?的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!