Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8.0
-
None
-
Ubuntu21 VM
Description
On my Ubuntu21 "setColorScheme" does not work.
For example when the OS is in light mode and try to:
QApplication::styleHints()->setColorScheme(Qt::ColorScheme:Dark);
has no effect, app is still light (but it works on macos and windows).