QTextLayout docs: a minor typo fix
Change-Id: I5e6d02f17e9064afe0c21dda806e67bc14c728b7 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
parent
b0a6c521ab
commit
ff3a46c482
@ -599,7 +599,7 @@ bool QTextLayout::cacheEnabled() const
|
|||||||
Sets the visual cursor movement style to the given \a style. If the
|
Sets the visual cursor movement style to the given \a style. If the
|
||||||
QTextLayout is backed by a document, you can ignore this and use the option
|
QTextLayout is backed by a document, you can ignore this and use the option
|
||||||
in QTextDocument, this option is for widgets like QLineEdit or custom
|
in QTextDocument, this option is for widgets like QLineEdit or custom
|
||||||
widgets without a QTextDocument. Default value is QTextCursor::Logical.
|
widgets without a QTextDocument. Default value is Qt::LogicalMoveStyle.
|
||||||
|
|
||||||
\sa cursorMoveStyle()
|
\sa cursorMoveStyle()
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user