qt6-bb10/qtdeclarative/tests/auto/qml/qmltc_qprocess/data/SingletonThing.qml

8 lines
125 B
QML

pragma Singleton
import QtQml
QtObject {
property int integerProperty: 42
property string stringProperty: "hello"
}