Video: prevent pause/resume button from obtaining focus
This commit is contained in:
parent
09a1c7d57f
commit
bb5b0b4b3f
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ Page {
|
|||
checkable: true
|
||||
checked: media.playbackState !== MediaPlayer.PlayingState
|
||||
onClicked: checked ? media.pause() : media.play()
|
||||
focusPolicy: Qt.NoFocus
|
||||
}
|
||||
Label { text: new Date(media.position).toISOString().substr(12, 9) }
|
||||
Slider {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue