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:
@@ -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 {
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user