summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/recorder/AudioInputSelect.qml
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-09-08 09:31:57 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-08 10:44:15 +0000
commitbb03293ddf01f7f2ec3c922a9afe9793669b5b49 (patch)
treea38b7213b2844fc3f09523da156cf0df315bac0d /examples/multimedia/video/recorder/AudioInputSelect.qml
parent1382fa0f0b017f3fed690566ea903dfd216b7519 (diff)
Fix default state of recorder example
Turn camera and microphone on by default. Change-Id: Ib4bbb2fdc16249018a51f8db5bcab4707658687f Reviewed-by: Samuel Mira <samuel.mira@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Piotr Srebrny <piotr.srebrny@qt.io> (cherry picked from commit 4b6cde99e1cf6ad388b794bec3e98516120b0b7c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/multimedia/video/recorder/AudioInputSelect.qml')
-rw-r--r--examples/multimedia/video/recorder/AudioInputSelect.qml6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/multimedia/video/recorder/AudioInputSelect.qml b/examples/multimedia/video/recorder/AudioInputSelect.qml
index f0def4f91..bb79f2793 100644
--- a/examples/multimedia/video/recorder/AudioInputSelect.qml
+++ b/examples/multimedia/video/recorder/AudioInputSelect.qml
@@ -62,7 +62,11 @@ Row {
AudioInput { id: audioInput; muted: false }
- Switch { id: audioSwitch; height: Style.height; }
+ Switch {
+ id: audioSwitch;
+ height: Style.height;
+ checked: true
+ }
ComboBox {
id: comboBox