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

@ -28,5 +28,7 @@ ListView {
property string title
header: SlidePageHeader { title: pListView.title }
PScrollDecorator { flickable: pListView }
}