trik-studio
trik-studio copied to clipboard
Missing support for dark theme
Generic issue for dark mode/dark theme issues Related #837
-
With Qt5.15 should work generic approach with QT_QPA_PLATFORMTHEME(
-platformtheme windows:dark=2
), but some clean-up in TS code is required. -
For Linux DEs
QT_QPA_PLATFORMTHEME=qt5ct
maybe the way to go.
Proposed solution: move to Qt5.15 before any attempts to fix it.
Upd: Added Qt6 info into description.