Where is Qt designer app on Mac + Anaconda?

后端 未结 8 1060
小蘑菇
小蘑菇 2020-12-28 20:02

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 a

8条回答
  •  遥遥无期
    2020-12-28 20:41

    I can't answer you question definitively as I don't have OSX installed anywhere, but perhaps I can help lead you in the right direction.

    1) you are going to want to be looking for Designer, not QT Creator, as Designer is what comes bundled with PyQt4 (PyQt4 is what Anaconda comes packaged with)

    2) in linux when you install Anaconda 2.1 to the default location, designer is going to be placed in home/user_name/anaconda/bin/

    3) typing 'designer' from a terminal launches designer in linux, so you may not have to bother searching around for it.

    Hopefully there is some consistency between linux and osx (windows designer is located in \Anaconda\Lib\site-packages\PyQt4).

    Best of luck.

提交回复
热议问题