PDA

View Full Version : How to increase size of QLineEdit at runtime when entering text??



vatsank17
13th May 2016, 06:49
How to increase size of QLineEdit at runtime ?? When the text is entered it should increase the size?

d_stranz
13th May 2016, 17:16
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.