Hi,

I got an issue with a QLineEdit. Even if I set the tab order to start at this line edit, once the screen is loaded the LIne Edit won't get the focus automatically.

I've also tried with this two lines :
Qt Code:
  1. this->activateWindow();
  2. this->lineEdit_password->setFocus();
To copy to clipboard, switch view to plain text mode 

But this has still no effect.
So maybe someone experienced the same issue...

Thanks in advance for your help,
Boris