DATABASE SUPPORT, ARTWORK, and a title display
This commit is contained in:
@@ -4,6 +4,8 @@ Item {
|
||||
id: root
|
||||
|
||||
property bool highlighted: false
|
||||
property string title: ""
|
||||
property url artwork
|
||||
|
||||
width: 120
|
||||
height: 180
|
||||
@@ -20,5 +22,12 @@ Item {
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: "white"
|
||||
|
||||
Image {
|
||||
anchors.fill: parent
|
||||
|
||||
source: root.artwork
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user