summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-08-21 10:28:02 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-08-21 11:15:52 (GMT)
commit44cec68758cc0e5a31cddc7aaccc9c0cbcfbab4e (patch)
tree4a7f894894251c97402fddacadcc586ceb097492
parent500ee5b8888eed68f3d237c498c56ef0ebb9795e (diff)
downloadQt-44cec68758cc0e5a31cddc7aaccc9c0cbcfbab4e.zip
Qt-44cec68758cc0e5a31cddc7aaccc9c0cbcfbab4e.tar.gz
Qt-44cec68758cc0e5a31cddc7aaccc9c0cbcfbab4e.tar.bz2
Add documentation for Qt::AnchorPoint
-rw-r--r--src/corelib/global/qnamespace.qdoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index d1c16e5..669fc53 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2422,6 +2422,24 @@
*/
/*!
+ \enum Qt::AnchorPoint
+
+ Specifies a side of a layout item that can be anchored. This is used by
+ QGraphicsAnchorLayout.
+
+ \value AnchorLeft The left side of a layout item.
+ \value AnchorHorizontalCenter A "virtual" side that is centered between the left and the
+ right side of a layout item.
+ \value AnchorRight The right side of a layout item.
+ \value AnchorTop The top side of a layout item.
+ \value AnchorVerticalCenter A "virtual" side that is centered between the top and the
+ bottom side of a layout item.
+ \value AnchorBottom The bottom side of a layout item.
+
+ \sa QGraphicsAnchorLayout
+*/
+
+/*!
\enum Qt::InputMethodHint
\value ImhNone No hints.