How to install QtDesigner?

后端 未结 6 2133
夕颜
夕颜 2021-01-31 11:23

I just installed Qt 5.4.1 on Windows 7. And there is no QtDesigner. Also there is no QtDesigner in MaintenanceTool.
How can I install it?

6条回答
  •  耶瑟儿~
    2021-01-31 11:52

    install designer using apt package manager

    sudo apt-get install python-qt4 qt4-designer
    

    run the command designer and it will work for you

    if it doesn't try /usr/bin/designer

    it worked for me i am using python 3.6 with pyqt-5.16

提交回复
热议问题