I am writing a small application that reflects designer form in qt. Here there is a problem in QLineEdit i.e. when i click on QLineEdit it sets into editable mode. But i want to select the QLineEdit as it is been selected in designer form.
As in image the QLineEdit should be selected. Should we need to create a pixmap of QLineEdit and put in a QLabel or is there any easier way to get around.