Touch: Add scroll decorator
This commit is contained in:
parent
84dc9cbf01
commit
34c37870a9
5 changed files with 44 additions and 0 deletions
|
@ -43,6 +43,8 @@ SlidePage {
|
|||
}
|
||||
|
||||
Flickable {
|
||||
id: flickable
|
||||
|
||||
Connections {
|
||||
target: py
|
||||
onReadyChanged: {
|
||||
|
@ -235,5 +237,7 @@ SlidePage {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
PScrollDecorator { flickable: flickable }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue