show media title

This commit is contained in:
Anika Raemer 2018-12-07 19:18:57 +01:00
parent 2ddeee2d73
commit beba95ccef
3 changed files with 30 additions and 0 deletions

View file

@ -6,6 +6,14 @@ Item {
id: container
property var model
Label{
anchors.left: progress.left
anchors.bottom: progress.top
font.pointSize: 9
color: "grey"
text: model.pMediaTitle
}
Label{
anchors.right: progress.right
anchors.bottom: progress.top