Reputation: 23
I saw Qt added the EnterKey QML type at v5.6, but how to use it in a TextInput?
EnterKey
TextInput
Upvotes: 1
Views: 153
Reputation: 5836
import QtQuick 2.6 TextInput { EnterKey.type: Qt.EnterKeyNext }
Upvotes: 2