我看到Qt在v5.6中添加了EnterKey
QML类型,但是如何在TextInput
中使用它?
import QtQuick 2.6
TextInput {
EnterKey.type: Qt.EnterKeyNext
}