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
|
@ -28,6 +28,11 @@ import 'icons/icons.js' as Icons
|
|||
SlidePage {
|
||||
id: allEpisodesPage
|
||||
|
||||
hasMenuButton: true
|
||||
menuButtonIcon: Icons.magnifying_glass
|
||||
menuButtonLabel: 'Filter'
|
||||
onMenuButtonClicked: queryControl.showSelectionDialog()
|
||||
|
||||
EpisodeQueryControl {
|
||||
id: queryControl
|
||||
model: episodesListModel
|
||||
|
@ -48,9 +53,6 @@ SlidePage {
|
|||
id: episodeList
|
||||
property int selectedIndex: -1
|
||||
title: 'Episodes'
|
||||
headerIcon: Icons.magnifying_glass
|
||||
headerIconText: 'Filter'
|
||||
onHeaderIconClicked: queryControl.showSelectionDialog();
|
||||
|
||||
PPlaceholder {
|
||||
text: 'No episodes found'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue