The cursor will blink if you have focus on the line edit.
You need to shift focus to the next tab index widget, which you are NOT doing!
The cursor will blink if you have focus on the line edit.
You need to shift focus to the next tab index widget, which you are NOT doing!
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
See this: QInputMethodEvent, QWidget::inputMethodEvent.
Another thing you have to disable focus in your virtual keyboard (QWidget::focusPolicy-prop), to prevent change of focus when you typing on it! Focus is moved to last clicked place which is focusable.
Bookmarks