UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.33k stars 247 forks source link

Density doesn't work for PyQt5 #104

Open CosmeValera opened 10 months ago

CosmeValera commented 10 months ago

I followed these steps:

git clone https://github.com/UN-GCPDS/qt-material.git
cd qt-material
python setup.py install
cd examples/full_features
python main.py --pyqt5

Those are the same steps as in the documentation. The only difference is that in the last step I used --pyqt5 as argument instead of --pyside6. But then the console said that density doesn't exist in qt_material library. image

I'm using version 2.7 of qt_material, becase my pip won't let me upgrade to 2.8 or further. I'm using Windows. image

CosmeValera commented 10 months ago

It's the same issue as-> https://github.com/UN-GCPDS/qt-material/issues/105