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.
↧