I have a window with multiple line edit widgets, allowing the user to enter text in multiple input fields.
However when I run the application, the text cursor position defaults to the last input field, rather than the first field.
I would instead like the text cursor to default to the first widget upon opening the application, so that the user can immediately start typing into the first field without having to manually select that field.
I have specified the first widget as the first tab order, however does not seem to make a difference.
Is there an option in QT designer where I can specify the default widget for the cursor when opening the application?