C
Qt Quick Ultralite translation Example
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
pragma Singleton
import QtQuick 2.15
QtObject {
readonly property bool isSpark: false
readonly property string defaultFontFamily: ""
readonly property string arabicFontFamily: "DejaVu Sans"
readonly property string japaneseFontFamily: "MotoyaLCedar"
readonly property string thaiFontFamily: "Sarabun"
}