Port to Sailfish Silica

This commit is contained in:
Thomas Perl 2014-01-04 14:33:38 +01:00
parent 51c6391249
commit 1d12cf8ac9
25 changed files with 206 additions and 756 deletions

View file

@ -19,12 +19,11 @@
*/
import QtQuick 2.0
import Sailfish.Silica 1.0
ButtonArea {
BackgroundItem {
id: podcastItem
transparent: true
height: 100 * pgst.scalef
anchors {
left: parent.left
@ -50,12 +49,13 @@ ButtonArea {
source: coverart
}
PBusyIndicator {
BusyIndicator {
anchors.centerIn: cover
visible: updating
running: visible
}
PLabel {
Label {
anchors {
left: cover.right
leftMargin: 10 * pgst.scalef