PDA

View Full Version : QtInputDialog doesnt resize with title size



Surfman19
8th July 2015, 10:31
Hi,

I use a QInputDialog as follows:


QString text = QInputDialog::getText(this, tr("Enter:"), tr("Enter number of Iterations:"), QLineEdit::Normal, "", &ok);


The QInputDialog doesnt resize with the title...
any idea how I can accompish that?

Thanks,
Surf