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=qt5ctmaybe the way to go.
Qt6:
- https://www.qt.io/blog/dark-mode-on-windows-11-with-qt-6.5
Proposed solution: move to Qt5.15 before any attempts to fix it.
Upd: Added Qt6 info into description.