1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-01 18:04:05 +02:00

use new station images

This commit is contained in:
Michael Zanetti
2012-12-16 18:23:55 +01:00
parent 6f7c64a83c
commit 89edcfad29
2 changed files with 6 additions and 3 deletions

View File

@@ -33,9 +33,9 @@ Rectangle {
ListModel {
id: modeModel
ListElement { label: "By Artist"; image: "../../images/artist-placeholder-grid.svg"; creatorContent: "stations/CreateByArtist.qml" }
ListElement { label: "By Genre"; image: "../../images/album-placeholder-grid.svg"; creatorContent: "stations/CreateByGenre.qml" }
ListElement { label: "By Year"; image: "image://albumart/foobar"; creatorContent: "year" }
ListElement { label: "By Artist"; image: "../../images/station-artist.svg"; creatorContent: "stations/CreateByArtist.qml" }
ListElement { label: "By Genre"; image: "../../images/station-genre.svg"; creatorContent: "stations/CreateByGenre.qml" }
ListElement { label: "By Year"; image: "../../images/station-year.svg"; creatorContent: "year" }
}
VisualItemModel {

View File

@@ -171,5 +171,8 @@
<file>data/images/inputfield-border.svg</file>
<file>data/images/search-box-dismiss-x.svg</file>
<file>data/images/loading-animation.svg</file>
<file>data/images/station-artist.svg</file>
<file>data/images/station-genre.svg</file>
<file>data/images/station-year.svg</file>
</qresource>
</RCC>