Doc: add darkmode=0 explicitly
Task-number: QTBUG-72028 Pick-to: 6.5 Change-Id: Ia73dbd4f203ce654e5221f69a65b8c82c2af7d79 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
2d3cdcce59
commit
7b9e73a921
@ -560,10 +560,12 @@ static QWindowGeometrySpecification windowGeometrySpecification = Q_WINDOW_GEOME
|
||||
\list
|
||||
\li \c {altgr}, detect the key \c {AltGr} found on some keyboards as
|
||||
Qt::GroupSwitchModifier (since Qt 5.12).
|
||||
\li \c {darkmode=[1|2]} controls how Qt responds to the activation
|
||||
\li \c {darkmode=[0|1|2]} controls how Qt responds to the activation
|
||||
of the \e{Dark Mode for applications} introduced in Windows 10
|
||||
1903 (since Qt 5.15).
|
||||
|
||||
A value of 0 disables dark mode support.
|
||||
|
||||
A value of 1 causes Qt to switch the window borders to black
|
||||
when \e{Dark Mode for applications} is activated and no High
|
||||
Contrast Theme is in use. This is intended for applications
|
||||
|
Loading…
Reference in New Issue
Block a user