summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 07a9503..903e57e 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -929,6 +929,14 @@
the brushed metal style as supported by the windowing system. This
attribute is only applicable to Mac OS X.
+ \value WA_MacNoCocoaChildWindow Indicates the widget should not be added
+ as a Cocoa child window of it's parent window. This will free the window
+ from being moved around together with the parent. However, this
+ will also allow it to stack/hide behind it's parent (if they are on
+ the same window level, e.g both windows are dialogs). This can cause problems if
+ both windows are modal, as the child can then block input to the parent
+ while hiding behind it. This attribute is only applicable to Mac OS X.
+
\omitvalue WA_MacMetalStyle
\value WA_Mapped Indicates that the widget is mapped on screen.