C

Qt Quick Ultralite Watch Demo

// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial

pragma singleton;

QtObject {
    id: mainmodel

    property bool compassOn: false
    property int currentSelection: 0
}