Remove start page, Silica-ize the UI more
This commit is contained in:
parent
982d2347da
commit
c4d4d2961b
7 changed files with 22 additions and 220 deletions
10
qml/Main.qml
10
qml/Main.qml
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue