I've installed pyqt5 using
pip3 install --user pyqt5
sudo apt-get install python3-pyqt5
sudo apt-get install pyqt5-dev-tools
sudo apt-get install qttools5-dev-tools
these commands in my mx-linux(de: KDEPlasma).
Now QStyleFactory.keys()
can't detect my themes there is just ['Windows','Fusion']
while in qt-designer there are much more themes such as(breeze style, bb10dark style, gtk2 style, cleanlook style,...)
How can I add these styles to QStyleFactory.keys()
and use in my app.