trialuser02 / qt6ct

Qt6 Configuration Tool
BSD 2-Clause "Simplified" License
128 stars 10 forks source link

Fix default palette #36

Closed q234rty closed 7 months ago

q234rty commented 7 months ago

Use a default palette from the selected style, instead of asking QGenericUnixTheme for a system palette, which doesn't seem to work at all outside KDE.

Fixes #35

trialuser02 commented 7 months ago

Please, test this issue https://github.com/trialuser02/qt6ct/issues/32

q234rty commented 7 months ago

So after moving ~/.config/qt6ct away, I can repro #32 with 0.8, but with 0.9 plus this PR applied on top qml applications run fine.