show media length and progress above progress bar
This commit is contained in:
parent
0b84a6e6b6
commit
470e95f57f
3 changed files with 63 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue