4

単純な TextInput 要素がありますが、何も入力できません。

import QtQuick 1.0


Rectangle{
    width: 100
    height: 100

    TextInput{
        anchors.fill: parent
        focus: true
        text: '234'
    }
}
4

0 に答える 0