QLineEdit selected when QDialog open
-
I use Qt Designer to create a dialog for my application. The dialog consist in a few line edit, label and button.
When the dialog open the 4th line edit is automatically selected. However I want the 1st line edit to be selected. How can I achieve that?
I thought of a slot that setFocus when the dialog open signal is triggered or a QLineEdit property but I haven't found the information in the ressource database.
Thank you
-
I already did it. I still have the same problem