Does EnterKey work with TextArea?
Unsolved
QML and Qt Quick
-
wrote on 5 Dec 2017, 16:02 last edited by
Does the EnterKey Type work with TextArea? I want a keyboard with a 'Done' key instead of the keyboard with the 'Return' key, but this code doesn't change anything:
import QtQuick 2.7 TextArea { EnterKey.type: Qt.EnterKeyDone }
1/1