How to increase size of QLineEdit at runtime ?? When the text is entered it should increase the size?
How to increase size of QLineEdit at runtime ?? When the text is entered it should increase the size?
QWidget::resize() should do what you want, as long as your layout permits it and you follow the other rules as described in the documentation.