Touch: Add scroll decorator

This commit is contained in:
Thomas Perl 2014-02-04 23:38:58 +01:00
parent 84dc9cbf01
commit 34c37870a9
5 changed files with 44 additions and 0 deletions

View file

@ -43,6 +43,8 @@ SlidePage {
}
Flickable {
id: flickable
Connections {
target: py
onReadyChanged: {
@ -235,5 +237,7 @@ SlidePage {
}
}
}
PScrollDecorator { flickable: flickable }
}