summaryrefslogtreecommitdiff
path: root/qml/cover
diff options
context:
space:
mode:
authorJavier S. Pedro <dev.git@javispedro.com>2014-09-06 03:25:38 +0200
committerJavier S. Pedro <dev.git@javispedro.com>2014-09-06 03:25:38 +0200
commited40a7f1cbc1da5ae21c58882df241fc0071c2f7 (patch)
treea3e34febb658c4cc5b631577d685361ab489678a /qml/cover
parent643db0927177037646b61cc4af21b9af1428b0e4 (diff)
downloadsalmeta-ed40a7f1cbc1da5ae21c58882df241fc0071c2f7.tar.gz
salmeta-ed40a7f1cbc1da5ae21c58882df241fc0071c2f7.zip
adding initial UI to select device
Diffstat (limited to 'qml/cover')
-rw-r--r--qml/cover/CoverPage.qml14
1 files changed, 1 insertions, 13 deletions
diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml
index 786b78f..e6c3216 100644
--- a/qml/cover/CoverPage.qml
+++ b/qml/cover/CoverPage.qml
@@ -35,19 +35,7 @@ CoverBackground {
Label {
id: label
anchors.centerIn: parent
- text: qsTr("My Cover")
- }
-
- CoverActionList {
- id: coverAction
-
- CoverAction {
- iconSource: "image://theme/icon-cover-next"
- }
-
- CoverAction {
- iconSource: "image://theme/icon-cover-pause"
- }
+ text: "Salmeta"
}
}