trik-studio icon indicating copy to clipboard operation
trik-studio copied to clipboard

Missing support for dark theme

Open iakov opened this issue 1 year ago • 4 comments

Generic issue for dark mode/dark theme issues Related #837

  1. With Qt5.15 should work generic approach with QT_QPA_PLATFORMTHEME(-platformtheme windows:dark=2), but some clean-up in TS code is required.

  2. Useful workaround for Qt5.12.

  3. For Linux DEs QT_QPA_PLATFORMTHEME=qt5ct maybe the way to go.


Qt6:

  1. https://www.qt.io/blog/dark-mode-on-windows-11-with-qt-6.5

iakov avatar Apr 11 '24 08:04 iakov

Proposed solution: move to Qt5.15 before any attempts to fix it.

iakov avatar Apr 11 '24 08:04 iakov

Upd: Added Qt6 info into description.

iakov avatar Oct 14 '24 10:10 iakov