Hi,

I use a QInputDialog as follows:
Qt Code:
  1. QString text = QInputDialog::getText(this, tr("Enter:"), tr("Enter number of Iterations:"), QLineEdit::Normal, "", &ok);
To copy to clipboard, switch view to plain text mode 

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

Thanks,
Surf