Python Win 3.6.0 x64 issue, missing qt designer exe after pip3 install pyqt5

后端 未结 4 1749
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-05 07:03

I\'m a Python newbie and trying to start my first application and am struggling to workout how to use Qt Designer with pyQT5.

I\'ve been using the next command which

4条回答
  •  太阳男子
    2021-01-05 07:54

    Another way to install QT Designer is as follows:

    1. Install latest QT (I'm using 5.8) from QT main site
    2. Make sure you include "Qt 5.8 MinGW" component
    3. QT Designer will be installed in C:\Qt\5.8\mingw53_32\bin\designer.exe
    4. Note that the executable is named "designer.exe"

提交回复
热议问题