summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-17 15:10:01 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 02:55:17 +0200
commitd7e1426e1e76ddc4089e813450f021beb194ac74 (patch)
tree3facab68a3c911cb12c54b2cae9b6de47c9fd1be /src/corelib
parent2a1700f7e2f85efc7051dc7cffaffa016fbf3e4b (diff)
Move Qt::CursorMoveStyle docs to the right file.
Change-Id: I26cc7336b33495a2649285cfeddeadec62e94d83 Reviewed-by: J-P Nurmi <j-p.nurmi@nokia.com> Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qnamespace.qdoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 338edc595b..d755aed02a 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2761,6 +2761,21 @@
*/
/*!
+ \enum Qt::CursorMoveStyle
+
+ This enum describes the movement style available to text cursors. The options
+ are:
+
+ \value LogicalMoveStyle Within a left-to-right text block, decrease cursor
+ position when pressing left arrow key, increase cursor position when pressing
+ the right arrow key. If the text block is right-to-left, the opposite behavior
+ applies.
+ \value VisualMoveStyle Pressing the left arrow key will always cause the cursor
+ to move left, regardless of the text's writing direction. Pressing the right
+ arrow key will always cause the cursor to move right.
+*/
+
+/*!
\enum Qt::TimerType
The timer type indicates how accurate a timer can be.