diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index af54ac02a31..efb49856454 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -291,6 +291,7 @@ public: WindowShadeButtonHint = 0x00020000, WindowStaysOnTopHint = 0x00040000, WindowTransparentForInput = 0x00080000, + WindowOverridesSystemGestures = 0x00100000, CustomizeWindowHint = 0x02000000, WindowStaysOnBottomHint = 0x04000000, diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index c815b0cbcd4..ae395a2dfa5 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -2062,6 +2062,10 @@ even the softkeys are invisible i.e. the window is displayed with \c showFullscreen(). Only supported for Symbian. + \value WindowOverridesSystemGesturesHint Informs the window system that this window + implements its own set of gestures and that system level gestures, like for + instance three-finger desktop switching, should be disabled. + \value WindowType_Mask A mask for extracting the window type part of the window flags.