Hey there, I'm using that call to set the focus on my QLineEdit widget.
Code:
{ mConversationInput->getMessageInput().setFocus(); }
I don't get any focus.
But when I do resize the window, strangely enough the focus is suddenly set on that QLineEdit, and it works.
I'm using 4.4 release candidate.
Has anyone got an idea?