show media length and progress above progress bar

This commit is contained in:
Anika Raemer 2018-12-06 20:59:24 +01:00
parent 0b84a6e6b6
commit 470e95f57f
3 changed files with 63 additions and 19 deletions

View file

@ -49,6 +49,13 @@ Item{
color: "#99ffffff"
height: 140
Label{
anchors.right: progress.right
anchors.bottom: progress.top
font.pointSize: 9
color: "grey"
text: musicModel.pTime + " / " + musicModel.pMediaLength
}
ProgressBar{
id: progress