Video: prevent time slider from obtaining focus
This commit is contained in:
parent
98e9ef4b9c
commit
b5ae104bcd
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ Page {
|
|||
from: 0; to: media.duration
|
||||
value: media.position
|
||||
onMoved: media.seek(value)
|
||||
focusPolicy: Qt.NoFocus
|
||||
}
|
||||
Label { text: new Date(media.duration).toISOString().substr(12, 7) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue