C
Qt Quick Ultralite perspective_transforms Example
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
pragma Singleton
import QtQuick 2.15
QtObject {
readonly property bool enableCoverAndCameraControls: true
readonly property bool enableViewAngleIdleAnimation: false
readonly property int idleTimerInterval: 10000
}