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.27k stars 241 forks source link

PySimpleGUIQT Support? #31

Closed sw5ciprl closed 3 years ago

sw5ciprl commented 3 years ago

Working on a project that utilizes PySimpleGuiQT. The in-built styles don't seem to be any particularly better than recolored Windows 2000 buttons, so having an easy to use framework together with beautiful styles, it would be amazing.

YeisonCardona commented 3 years ago

Hi @Bounty780, I never hear about PySimpleGUI QT or even PySimpleGUI, I tried that modules and is awful to use, I don't see any advantages over PySide. But if you have access to the QApplication instance is possible to apply stylesheets.

sw5ciprl commented 3 years ago

Doesn't it use PySide as a base though? :/