summaryrefslogtreecommitdiff
path: root/src/extras/Tumbler.qml
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@theqtcompany.com>2015-03-04 15:31:09 +0100
committerCaroline Chao <caroline.chao@theqtcompany.com>2015-03-06 13:20:40 +0000
commit0e022e36ba45b00986d113cf26161c292adc3a2b (patch)
tree815b7570ac144176702e1f4ab9ac65e7cd6c40a1 /src/extras/Tumbler.qml
parent06e63332054e441ac1c51e19e40399a8accd5db6 (diff)
downloadqtquickcontrols-0e022e36ba45b00986d113cf26161c292adc3a2b.tar.gz
Doc: Fix qtdoc warnings
Mostly link errors and missing documentation. And removed useless references to {QtQuick.Controls.Styles} in the doc. Change-Id: Iad211a574c0bd23c84e067e0cbcc18c3e719cde7 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/extras/Tumbler.qml')
-rw-r--r--src/extras/Tumbler.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/extras/Tumbler.qml b/src/extras/Tumbler.qml
index 561515b2..4743322b 100644
--- a/src/extras/Tumbler.qml
+++ b/src/extras/Tumbler.qml
@@ -122,13 +122,13 @@ import QtQuick.Layouts 1.0
\section1 Limitations
For technical reasons, the model count must be equal to or greater than
- \l {QtQuick.Controls.Styles::TumblerStyle}{visibleItemCount}
+ \l {TumblerStyle::}{visibleItemCount}
plus one. The
- \l {QtQuick.Controls.Styles::TumblerStyle::}{visibleItemCount}
+ \l {TumblerStyle::}{visibleItemCount}
must also be an odd number.
You can create a custom appearance for a Tumbler by assigning a
- \l {QtQuick.Controls.Styles::}{TumblerStyle}. To style
+ \l {TumblerStyle}. To style
individual columns, use the \l {TumblerColumn::delegate}{delegate} and
\l {TumblerColumn::highlight}{highlight} properties of TumblerColumn.
*/