qt5.6 qml中如何设置TextInput的returnKeyType
How to set the returnKeyType of TextInput in qt5.6 qml
我saw Qt 在v5.6 中添加了EnterKey
QML 类型,但是如何在TextInput
中使用它?
import QtQuick 2.6
TextInput {
EnterKey.type: Qt.EnterKeyNext
}
我saw Qt 在v5.6 中添加了EnterKey
QML 类型,但是如何在TextInput
中使用它?
import QtQuick 2.6
TextInput {
EnterKey.type: Qt.EnterKeyNext
}