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: false
    readonly property bool enableViewAngleIdleAnimation: true
    readonly property int idleTimerInterval: 0
}