Various bugfixes, support for filtering episode lists
This commit is contained in:
parent
431ca519d3
commit
0da88e3577
17 changed files with 421 additions and 45 deletions
|
@ -27,9 +27,19 @@ ListView {
|
|||
|
||||
property string title
|
||||
property real pushPhase: 0
|
||||
property bool headerHasIcon: false
|
||||
property string headerIconText
|
||||
|
||||
signal headerIconClicked()
|
||||
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
header: SlidePageHeader { title: pListView.title }
|
||||
|
||||
header: SlidePageHeader {
|
||||
title: pListView.title
|
||||
hasIcon: pListView.headerHasIcon
|
||||
iconText: pListView.headerIconText
|
||||
onIconClicked: pListView.headerIconClicked()
|
||||
}
|
||||
|
||||
PScrollDecorator { flickable: pListView }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue