Hi,
I have two QLineEdits (used to enter Username and Password) & a login button .After entering the text into QLineEdits if user presses ENTER key from keyboard then i want next page to be displayed.Now its happening but i need to use TAB every time after entering the text.I went through Qt doc for "key press events" but i not getting it.
Please explain me with code so that i can understand.

Thank you...