Toolbar with back button, menu and play throbber
This commit is contained in:
parent
532a99edea
commit
7bdf6b783a
19 changed files with 298 additions and 129 deletions
|
@ -27,19 +27,12 @@ ListView {
|
|||
|
||||
property string title
|
||||
property real pushPhase: 0
|
||||
property string headerIcon
|
||||
property string headerIconText
|
||||
|
||||
signal headerIconClicked()
|
||||
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
|
||||
header: SlidePageHeader {
|
||||
id: header
|
||||
title: pListView.title
|
||||
icon: pListView.headerIcon
|
||||
iconText: pListView.headerIconText
|
||||
onIconClicked: pListView.headerIconClicked()
|
||||
}
|
||||
|
||||
PScrollDecorator { flickable: pListView }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue