show media title
This commit is contained in:
parent
2ddeee2d73
commit
beba95ccef
3 changed files with 30 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue