Update ContentView to show selected show metadata
This commit is contained in:
@@ -10,19 +10,26 @@ Column {
|
||||
property int xIndex
|
||||
Item {
|
||||
width: 10
|
||||
height: 40
|
||||
height: 20
|
||||
}
|
||||
Text {
|
||||
text: title
|
||||
font.pointSize: 30
|
||||
color: "white"
|
||||
Row {
|
||||
Item {
|
||||
height: parent.height
|
||||
width: 16
|
||||
}
|
||||
Text {
|
||||
text: title
|
||||
font.pointSize: 15
|
||||
color: "#cdd7d9"
|
||||
}
|
||||
}
|
||||
Item {
|
||||
width: 10
|
||||
height: 40
|
||||
height: 15
|
||||
}
|
||||
Row {
|
||||
Repeater {
|
||||
id: repeater
|
||||
property var provider: modelData
|
||||
model: repeaterModel
|
||||
Show {
|
||||
|
||||
Reference in New Issue
Block a user