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.
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.
I followed these steps:
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.
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.