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.qdoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 08df79af28..5df88898cf 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -1826,6 +1826,19 @@
*/
/*!
+ \enum Qt::ScreenOrientation
+
+ This enum type specifies the various orientations a screen might have.
+
+ \value UnknownOrientation The orientation is unknown or the platform doesn't support orientations.
+ \value LandscapeOrientation Landscape orientation, display width is greater than display height.
+ \value PortraitOrientation Portrait orientation, display height is greater than display width,
+ rotated 90 degree clockwise relative to landscape.
+ \value InvertedLandscapeOrientation Inverted landscape orientation, rotated 180 degrees relative to landscape.
+ \value InvertedPortraitOrientation Inverted portrait orientation, rotated 180 degrees relative to portrait.
+*/
+
+/*!
\enum Qt::ContextMenuPolicy
This enum type defines the various policies a widget can have with