1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 02:12:47 +02:00
This commit is contained in:
Michael Zanetti
2012-11-26 01:38:34 +01:00
parent 1046b495b6
commit 5f6bccc44b
3 changed files with 25 additions and 0 deletions

View File

@@ -8,6 +8,16 @@ Item {
signal backClicked()
Image {
id: busyIndicator
source: "../images/loading-animation.gif"
anchors.centerIn: parent
height: backButton.height
width: height
visible: rootView.loading
RotationAnimation { target: busyIndicator; from: 360; to: 0; duration: 1500; running: visible; loops: Animation.Infinite }
}
CoverFlip {
id: coverView
anchors.fill: parent
@@ -61,6 +71,7 @@ Item {
spacing: titleText.height * 2
RoundedButton {
id: backButton
text: "<"
height: titleText.height * 3
width: height