Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.4.0 Beta
-
None
-
All
-
2be25273e1fc81c5a9e5124f1444100bdb3d458a (qtbase/dev, 20.4.2016, 5.10)
Description
qnamespace.h:
enum WindowType {
....
WindowOverridesSystemGestures = 0x00100000,
WindowCancelButtonHint = 0x00100000,
WindowTransparentForInput = 0x00080000,
WindowOkButtonHint = 0x00080000,
Note: WindowOkButtonHint , WindowCancelButtonHint are Windows CE only (WindowOkButtonHint is referenced only in qwizard within a Q_OS_WINCE and as far as I can see, the QPA plugin does not observe those ATM. WindowOverridesSystemGestures and WindowTransparentForInput were added in Qt 5.
Attachments
Issue Links
- relates to
-
QTBUG-49624 Add a means to allow Qt applications to use extended client areas
- Closed
- resulted from
-
QTBUG-40578 Windows: Painting/resizing issues with windows made frameless by handling WM_NCCALCSIZE
- Closed