C

Qt Quick Ultralite Thermostat Demo

// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
import QtQuick 2.15

Rectangle {
    color: "#41CD52"
    width: 800
    height: 480
    Image {
        anchors.centerIn: parent
        // "Error: Failed to initialize Monotype font engine data tables"
        source: "error-text.png"
    }
}