summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-10-23 11:43:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-23 13:06:55 +0200
commitbafa80245879a2a4b22f3f732e710ba0a04b93a5 (patch)
treed90716a6f1882599cf3560c58bad9a338d664d4d
parent1fcd8773ca3f73088c6c90864a009ddd4080cbef (diff)
downloadqtquickcontrols-bafa80245879a2a4b22f3f732e710ba0a04b93a5.tar.gz
Doc: Add doc for ScrollViewStyle
Change-Id: I6029e7a9c393aae97373b786f1e5d13d49e0f9f2 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
-rw-r--r--src/controls/ScrollView.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml
index 8f92660f..add651e8 100644
--- a/src/controls/ScrollView.qml
+++ b/src/controls/ScrollView.qml
@@ -146,7 +146,12 @@ FocusScope {
property alias __horizontalScrollBar: scroller.horizontalScrollBar
/*! \internal */
property alias __verticalScrollBar: scroller.verticalScrollBar
- /*! \internal */
+ /*! \qmlproperty Component ScrollView::style
+
+ The style Component for this control.
+ \sa {Qt Quick Controls Styles QML Types}
+
+ */
property Component style: Qt.createComponent(Settings.style + "/ScrollViewStyle.qml", root)
/*! \internal */