summaryrefslogtreecommitdiff
path: root/src/controls/ScrollView.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-05-29 13:06:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-30 09:21:16 +0200
commit26dda49ccb3572bedc785c85c41cec5db8114579 (patch)
tree867b1bcdfa9967df2865ab04b84d8847b13b9aea /src/controls/ScrollView.qml
parentb0510b53256cbc3d2ea46dd936e85c0d1f463b37 (diff)
downloadqtquickcontrols-26dda49ccb3572bedc785c85c41cec5db8114579.tar.gz
Rename PaddedStyle to AbstractStyle
Make Style inherit AbstractStyle, so it becomes the base class of all styles. AbstractStyle also now has a default "data" property so it's possible to conveniently declare helper content inside styles. Change-Id: Id84f3762cfae506e65021322619d7fb77b137994 Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/ScrollView.qml')
-rw-r--r--src/controls/ScrollView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml
index efa6e631..0af69a0d 100644
--- a/src/controls/ScrollView.qml
+++ b/src/controls/ScrollView.qml
@@ -147,7 +147,7 @@ FocusScope {
property Component style: Qt.createComponent(Settings.style + "/ScrollViewStyle.qml", root)
/*! \internal */
- property PaddedStyle __style: styleLoader.item
+ property Style __style: styleLoader.item
activeFocusOnTab: true