Initialize function, allow passing in alternative progname
This commit is contained in:
parent
f816b37f47
commit
f96bfa6526
5 changed files with 15 additions and 11 deletions
|
@ -27,6 +27,8 @@ Item {
|
|||
GPodderCore { id: py }
|
||||
GPodderPlayback { id: player }
|
||||
|
||||
GPodderPodcastListModel { id: podcastListModel }
|
||||
|
||||
property real scalef: width / 480
|
||||
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -27,8 +27,6 @@ SlidePage {
|
|||
id: podcastsPage
|
||||
hasPull: true
|
||||
|
||||
Component.onCompleted: podcastListModel.reload();
|
||||
|
||||
PullMenu {
|
||||
PullMenuItem {
|
||||
source: 'images/play.png'
|
||||
|
@ -62,7 +60,7 @@ SlidePage {
|
|||
section.property: 'section'
|
||||
section.delegate: SectionHeader { text: section }
|
||||
|
||||
model: GPodderPodcastListModel { id: podcastListModel }
|
||||
model: podcastListModel
|
||||
|
||||
delegate: PodcastItem {
|
||||
onClicked: pgst.loadPage('EpisodesPage.qml', {'podcast_id': id, 'title': title});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue