examples: add WindowStaysOnBottomHint into preview text
Change-Id: I1e4e390990fcb6e30b2ff7bb59168e4ffc01a936 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 43b779ab0462f85f9c2cce86ec2701f56306ac87) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
fa20485f08
commit
585d3ec99d
@ -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