examples: add WindowStaysOnBottomHint into preview text
Pick-to: 6.3 6.2 5.15 Change-Id: I1e4e390990fcb6e30b2ff7bb59168e4ffc01a936 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
c847f0091d
commit
43b779ab04
@ -124,6 +124,8 @@ void PreviewWindow::setWindowFlags(Qt::WindowFlags flags)
|
||||
text += "\n| Qt::WindowShadeButtonHint";
|
||||
if (flags & Qt::WindowStaysOnTopHint)
|
||||
text += "\n| Qt::WindowStaysOnTopHint";
|
||||
if (flags & Qt::WindowStaysOnBottomHint)
|
||||
text += "\n| Qt::WindowStaysOnBottomHint";
|
||||
if (flags & Qt::CustomizeWindowHint)
|
||||
text += "\n| Qt::CustomizeWindowHint";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user