C
Qt Quick Ultralite Automotive Cluster Demo
// Copyright (C) 2024 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial pragma Singleton import QtQuick 2.15 QtObject { readonly property color highlighterGreen: "#19f801"; readonly property color highlighterRed: "#ff0000"; readonly property color brightBlue: "#0066ff"; readonly property color lightPeriwinkle: "#cadfff"; readonly property color darkBlue: "#001b4d"; readonly property color orange: "#ff8e00"; }