Remove start page, Silica-ize the UI more

This commit is contained in:
Thomas Perl 2014-01-30 20:36:21 +01:00
parent 982d2347da
commit c4d4d2961b
7 changed files with 22 additions and 220 deletions

View file

@ -22,14 +22,12 @@ import QtQuick 2.0
import Sailfish.Silica 1.0
import io.thp.pyotherside 1.0
Page {
PodcastsPage {
id: pgst
property bool ready: false
property real scalef: width / 480
anchors.fill: parent
function update(page, x) {
var index = -1;
for (var i=0; i<children.length; i++) {
@ -99,13 +97,9 @@ Page {
}
BusyIndicator {
size: BusyIndicatorSize.Large
anchors.centerIn: parent
visible: !pgst.ready
running: visible
}
StartPage {
id: startPage
visible: pgst.ready
}
}