Doc: fix typo in ListView::layoutDirection
Change-Id: I04e1e2ab145aa93952d2dd5ec34321ad87c8af9e Pick-to: 5.15 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
01b436c667
commit
0e393fa01f
|
@ -2440,7 +2440,7 @@ void QQuickListView::setOrientation(QQuickListView::Orientation orientation)
|
|||
|
||||
\list
|
||||
\li Qt.LeftToRight (default) - Items will be laid out from left to right.
|
||||
\li Qt.RightToLeft - Items will be laid out from right to let.
|
||||
\li Qt.RightToLeft - Items will be laid out from right to left.
|
||||
\endlist
|
||||
|
||||
Setting this property has no effect if the \l orientation is Qt.Vertical.
|
||||
|
|
Loading…
Reference in New Issue