qt6-bb10/qtdeclarative/tests/auto/qml/qmlcachegen/data/scriptstring.qml

10 lines
121 B
QML

import cachegentest
ScriptStringProps {
undef: undefined
nul: null
str: "hello"
num: 42
bol: true
}