import QtQuick 2.0

Item {
    width: 320
    height: 480

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



