Where is Qt designer app on Mac + Anaconda?

后端 未结 8 1054
小蘑菇
小蘑菇 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:30

    I downloaded the latest Qt4 version for Mac (and SIP), from https://riverbankcomputing.com/software/pyqt/download/ python configure.py make && make install and my qt designer is here. /usr/local/Cellar/qt/4.8.7/Designer.app

    Hope it helps!

提交回复
热议问题