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.22k stars 240 forks source link

How to apply theme to custom widget? #74

Open padmalcom opened 1 year ago

padmalcom commented 1 year ago

Hi, I wrote a custom QTimeLine widget and I'd like to apply the colors from the theme to it. Unfortunately, I can't find the information on how to apply the colors from the theme to my custom widget. Can you give me a hint?

Thanks for your fantastic library btw :)