Skip to content
Snippets Groups Projects

Video player enhancements

Merged Joe Donofry requested to merge video_player_enhancements into master
1 unresolved thread
2 files
+ 21
19
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -48,6 +48,12 @@ Item {
width: parent.width
height: parent.height - fileInfoLabel.height
TapHandler {
onTapped: mediaControls.showControls();
}
Image {
anchors.fill: parent
Loading