aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/text/textinput_chinese.qml
blob: de170e422a22d07c4d61c4adb4e386c5acccc437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import QtQuick 2.0

Item {
    width: 320
    height: 480

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