I am teaching myself PyQt6 using this tutorial. I get the examples running and I want to use Qt Designer. I can install it but in all cases (mentioned below) Qt designer starts and hangs. I have to kill -9 in order to stop the job. The things I have done are:
- using the link above, it asks you to
pip install pyqt6-tools. When callingpyqt6-tools designerQt designer starts and hangs - I tried this link with the same results (starts and hangs):
sudo apt-get install qttools5-dev-tools
sudo apt-get install qttools5-dev
- I tried to
apt install sudo apt install designer-qt6but the resulted insudo apt install designer-qt6 not foundwhen I tried to start it
Anybody any idea how to install and start a running version PyQt6 designer? Preferably stand alone but other solkutions are welcome as well.