diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-04 15:39:49 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-04 15:39:49 (GMT) |
commit | f3350644b74a37d7619d2de57f345e8d6dcb30f3 (patch) | |
tree | ca28fe8b831ba4b84ae8350c7bca3e21b818df33 /src/corelib | |
parent | 47322c3e9eddeeb68d49445507af2d7cf154f3c7 (diff) | |
download | Qt-f3350644b74a37d7619d2de57f345e8d6dcb30f3.zip Qt-f3350644b74a37d7619d2de57f345e8d6dcb30f3.tar.gz Qt-f3350644b74a37d7619d2de57f345e8d6dcb30f3.tar.bz2 |
Doc: Document display-orientation-related widget attributes.
Reviewed-by: mread
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 8440542..65cd7f4 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -1252,6 +1252,13 @@ to this top level window. This attribute has no effect on non-X11 platforms. + \value WA_LockPortraitOrientation Locks the widget to a portrait orientation, + ignoring changes to the display's orientation with respect to the user. + \value WA_LockLandscapeOrientation Locks the widget to a landscape orientation, + ignoring changes to the display's orientation with respect to the user. + \value WA_AutoOrientation Causes the widget to change orientation whenever the + display changes orientation with respect to the user. + \omitvalue WA_SetLayoutDirection \omitvalue WA_InputMethodTransparent \omitvalue WA_WState_CompressKeys |