It should be EnterEditFocus, with a 'F'."EnterEditfocus is not a member of QEvent ".
In such cases check the QEvent documentation.
You can subclass QLineEdit and overload focusInEvent().s there any function other than eventFilter(), so that I can use here.
But then your QLineEdit will have to get a pointer to the VKB, or otherwise have access to it.
Don't expect to be fed everything with a spoon - read the docs!
Look for answers in the docs!
Bookmarks