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.10

QtObject {
    readonly property color backgroundColor: "black"
    readonly property color textColor: "white"
    readonly property color disabledTextColor: "#555"
    readonly property real textPixelSize: 12
    readonly property int controlsMarginL: 12
    readonly property int controlsMarginM: 5
    readonly property int controlsMarginS: 0
}