I use PyQt4 and Python 2.7.9.
My program contains a few QLineEdit
objects. The problem is that when the program is launched, one of the QLineEdits
is being focused automatically, which causes my placeholder text to disappear.
Is there any way to prevent it, or at least don't let it hide the placeholder text?