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
My solution On Windows
pip3 install pyqt5-tools
C:\Users\\AppData\Local\Programs\Python\Python35-32\Lib\site-packages\pyqt5-tools\designer
and copy all the content to
C:\Users\\AppData\Local\Programs\Python\Python35-32\lib\site-packages\PyQt5\Qt\bin
,
don't overwrite files with the same file name!