1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 08:34:34 +02:00

add artist mode for stations

This commit is contained in:
Michael Zanetti
2012-08-03 21:53:56 +02:00
parent 8f20c828fa
commit 467cb26006
5 changed files with 52 additions and 19 deletions

View File

@@ -7,6 +7,8 @@ Item {
property bool showLabels: true
// Should the play button be painted on mouse hover?
property bool showPlayButton: false
// Should the mirror be painted?
property bool showMirror: false
// Labels & Cover
property string artistName
@@ -95,7 +97,7 @@ Item {
Loader {
id: mirroredCover
sourceComponent: coverImage
sourceComponent: parent.showMirror ? coverImage : undefined
anchors.fill: parent
transform : [
Rotation {