4

我有一个简单的 TextInput 元素,但我无法在其中输入任何内容。

import QtQuick 1.0


Rectangle{
    width: 100
    height: 100

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

0 回答 0