Replies: 1 comment 3 replies
-
Not sure, but I just tried on a TextField with the hex code above and it seemed to work. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to use the enterKey function on a TextField, but it does not seem to work for some reason.
Essentially the qml side of things looks like this:
When I try to send the return key through enterKey nothing happens.
Have tried with 0x01000005, and other characters as well but nothing seems to have any effect.
Im using the python interpreter to send commands.
Have also tried with calling
prior to calling enterKey.
Anyone knows what the issue could be?
Beta Was this translation helpful? Give feedback.
All reactions