Add doc note about Qt::MSWindowsFixedSizeDialogHint and High DPI
Add a note explaining that it should not be used in multi-monitor environments. Task-number: QTBUG-73232 Change-Id: I7b61cef74eac4082efe849b3d5bdbbe5f04fcdbb Reviewed-by: Paul Wicking <paul.wicking@qt.io>bb10
parent
5557b69304
commit
fc585d3821
|
|
@ -2208,6 +2208,12 @@
|
|||
\value MSWindowsFixedSizeDialogHint Gives the window a thin dialog border on Windows.
|
||||
This style is traditionally used for fixed-size dialogs.
|
||||
|
||||
\note The use of this flag is not recommended in multi-monitor
|
||||
environments. This is because the system will enforce that the window
|
||||
maintains its native size when moving it across screens. This is
|
||||
particularly undesirable when using monitors with different
|
||||
resolutions.
|
||||
|
||||
\value MSWindowsOwnDC Gives the window its own display
|
||||
context on Windows.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue