1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-03 02:42:52 +02:00

more qml work

This commit is contained in:
Michael Zanetti
2012-11-25 02:03:02 +01:00
parent d099bc0392
commit e7ffb77cad
9 changed files with 113 additions and 90 deletions

View File

@@ -11,8 +11,14 @@ Item {
CoverFlip {
id: coverView
anchors.fill: parent
anchors.leftMargin: parent.width / 2
anchors {
top: parent.top
right: parent.right
bottom:parent.bottom
}
width: parent.width / 2
backgroundColor: scene.color
model: dynamicModel
@@ -42,7 +48,7 @@ Item {
font.bold: true
width: parent.width
elide: Text.ElideRight
text: echonestStation.name
text: rootView.title
}
}