qt6-bb10/qtdeclarative/tests/baseline/scenegraph/data/text/textinput_chinese.qml

16 lines
225 B
QML

import QtQuick 2.0
Item {
width: 320
height: 480
TextInput {
anchors.centerIn: parent
font.pixelSize: 12
text: "滊煁 罞耖茭 醙醠鍖 箯, 彃 榾毄 螏螉褩 籿紁羑"
}
}