summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/recorder/RecordButton.qml
diff options
context:
space:
mode:
authorSamuel Mira <samuel.mira@qt.io>2021-09-03 18:42:47 +0300
committerSamuel Mira <samuel.mira@qt.io>2021-09-08 12:58:27 +0300
commitf52141f1cf85f84e0b2a93d9c4e88723cf1d622a (patch)
tree822232a6932fcc368bf7ee30b3021be3723d67fb /examples/multimedia/video/recorder/RecordButton.qml
parent1115b5220eb5006b5193d634382bc0081f31e95b (diff)
Improve QML Recorder example
Changed QML and added some cases just for mobile. Tested mostly on android. Hid metadata adding feature on mobile since it is not implemented. Task-number: QTBUG-96077 Pick-to: 6.2 6.2.0 Change-Id: I524767232561bef7716830ed0f9360e7c0662f0f Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'examples/multimedia/video/recorder/RecordButton.qml')
-rw-r--r--examples/multimedia/video/recorder/RecordButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimedia/video/recorder/RecordButton.qml b/examples/multimedia/video/recorder/RecordButton.qml
index d83fd0ffa..44d8d48d1 100644
--- a/examples/multimedia/video/recorder/RecordButton.qml
+++ b/examples/multimedia/video/recorder/RecordButton.qml
@@ -59,7 +59,7 @@ Item {
required property bool recording
- property int outerRadius: 25
+ property int outerRadius: Style.height
property int innerRadius: mouse.pressedButtons === Qt.LeftButton ? outerRadius - 6 : outerRadius - 5
signal clicked