Port to Sailfish Silica
This commit is contained in:
parent
51c6391249
commit
1d12cf8ac9
25 changed files with 206 additions and 756 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue