aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcontrol.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-04 20:14:51 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-04 18:16:22 +0000
commita0c19178dac1808a3d040204609aa97b5baa3c18 (patch)
treed92b2dd140f5a2f7755e07659a423f0c2da36afa /src/templates/qquickcontrol.cpp
parent99bbe5643b293aaad7b7ccb299989f62b8f6dced (diff)
Docs: use constant-value -tables for supported enum values
Change-Id: I6243e08099d1fdd0584817f7ff5ccf5825a8cae0 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickcontrol.cpp')
-rw-r--r--src/templates/qquickcontrol.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/templates/qquickcontrol.cpp b/src/templates/qquickcontrol.cpp
index 06a11b13..1a314833 100644
--- a/src/templates/qquickcontrol.cpp
+++ b/src/templates/qquickcontrol.cpp
@@ -539,12 +539,10 @@ void QQuickControl::resetSpacing()
This property holds the layout direction of the control.
Possible values:
- \list
- \li Qt.LeftToRight (default) - Items are laid out from left to right. If the width of the row is explicitly set,
- the left anchor remains to the left of the row.
- \li Qt.RightToLeft - Items are laid out from right to left. If the width of the row is explicitly set,
+ \value Qt.LeftToRight Items are laid out from left to right. If the width of the row is explicitly set,
+ the left anchor remains to the left of the row (default).
+ \value Qt.RightToLeft Items are laid out from right to left. If the width of the row is explicitly set,
the right anchor remains to the right of the row.
- \endlist
\sa effectiveLayoutDirection
*/