diff options
Diffstat (limited to 'qmafwwatchlet/metawatch-digital.qml')
-rw-r--r-- | qmafwwatchlet/metawatch-digital.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qmafwwatchlet/metawatch-digital.qml b/qmafwwatchlet/metawatch-digital.qml index 7ceda73..e5a6eb4 100644 --- a/qmafwwatchlet/metawatch-digital.qml +++ b/qmafwwatchlet/metawatch-digital.qml @@ -1,4 +1,5 @@ import QtQuick 1.0 +import com.javispedro.sowatch.metawatch 1.0 Rectangle { width: 96 @@ -6,6 +7,15 @@ Rectangle { color: "white" + MWTitle { + anchors.top: parent.top + anchors.left: parent.left + anchors.right: parent.right + visible: player.mediaArt.length == 0 + text: qsTr("Music") + icon.source: "icon.png" + } + Image { anchors.fill: parent fillMode: Image.PreserveAspectFit |