aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/wearable/WearableSettings/WearableSettings.qml
blob: 3af505867cec0c852327b32ee9af1ccd7360197c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}