summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/mediaplayer/images/more.svg
diff options
context:
space:
mode:
authorEd Cooke <ed.cooke@qt.io>2024-01-03 14:11:55 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-24 14:14:55 +0000
commitfe5b411524d3406946a222bc3ee774d9cebdd424 (patch)
tree1fdb93c058d78e84448432aaac205afe777913af /examples/multimedia/video/mediaplayer/images/more.svg
parent778254951aadc45eaf447fdd5dfb9f3c33d7c679 (diff)
Update QML Media Player
Rewrite the QML media player with a new UI. Changes include: * Remove the menu bar and replace it with popups for file importing and track selection. * Replace the playback rate slider with +/- 10 second buttons and a playback rate combo box. * Add a timer to hide the playback controls when the mouse has been idle for 3 seconds. * Add a button to toggle between single play or infinite loop. * Add a layout for mobile using responsive layouts. Fixes: QTBUG-118474 Pick-to: 6.6 Change-Id: I0496766a79287e9eabd6f7aff8392a8ea0706920 Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io> (cherry picked from commit 5aa9f991c22f580d3d937b77cded6f6b2f3ffd08) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/multimedia/video/mediaplayer/images/more.svg')
-rw-r--r--examples/multimedia/video/mediaplayer/images/more.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/multimedia/video/mediaplayer/images/more.svg b/examples/multimedia/video/mediaplayer/images/more.svg
new file mode 100644
index 000000000..fa8bddec8
--- /dev/null
+++ b/examples/multimedia/video/mediaplayer/images/more.svg
@@ -0,0 +1,5 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z" fill="black"/>
+<path d="M22 12C22 13.1046 21.1046 14 20 14C18.8954 14 18 13.1046 18 12C18 10.8954 18.8954 10 20 10C21.1046 10 22 10.8954 22 12Z" fill="black"/>
+<path d="M6 12C6 13.1046 5.10457 14 4 14C2.89543 14 2 13.1046 2 12C2 10.8954 2.89543 10 4 10C5.10457 10 6 10.8954 6 12Z" fill="black"/>
+</svg>