Experimental tablet UI
This commit is contained in:
parent
55c5c8d74d
commit
e95ec1f76a
8 changed files with 142 additions and 65 deletions
|
@ -80,12 +80,6 @@ SlidePage {
|
|||
], undefined, undefined, true);
|
||||
}
|
||||
|
||||
|
||||
Component.onCompleted: {
|
||||
episodeList.model.podcast_id = podcast_id;
|
||||
// List model will be loaded automatically on load
|
||||
}
|
||||
|
||||
EpisodeQueryControl {
|
||||
id: queryControl
|
||||
model: episodeList.model
|
||||
|
@ -95,5 +89,6 @@ SlidePage {
|
|||
EpisodeListView {
|
||||
id: episodeList
|
||||
title: page.title
|
||||
podcast_id: page.podcast_id
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue