Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, is there a way to reimplement key press signal for TextInput in QML just like C++ keyPressEvent(QKeyEvent *event) for QLineEdit?
I tried Keys.onPressed but no matter what I do it still inserted key at the end.
Thanks in advance for help.
You can always create your own widget and export it to QML.... I don't think it is possible to reimplement functions on existing QML-Widgets etc...