aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/wearable/WearableSettings/WearableSettings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/wearable/WearableSettings/WearableSettings.qml')
-rw-r--r--examples/quickcontrols/wearable/WearableSettings/WearableSettings.qml14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/quickcontrols/wearable/WearableSettings/WearableSettings.qml b/examples/quickcontrols/wearable/WearableSettings/WearableSettings.qml
new file mode 100644
index 0000000000..3af505867c
--- /dev/null
+++ b/examples/quickcontrols/wearable/WearableSettings/WearableSettings.qml
@@ -0,0 +1,14 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
+pragma Singleton
+
+import QtCore
+
+Settings {
+ property bool wireless
+ property bool bluetooth
+ property int brightness
+ property bool darkTheme
+ property bool demoMode
+}