Pertur
29th July 2010, 12:41
Hi all!
I'm working on an interface with qt 4.6 and Open Scene Grapht... If I call
QString text = QInputDialog::getText(NULL, tr("Nombre de la medición"),
tr("Nombre:"), QLineEdit::Normal,
QString::null, &ok);
With nothing loaded in the 3d scene, no problem. But if I load anything on 3d scene, when I call to the dialog the qlineEdit dont update. This doesn'tupdate until pressing the OK button, and I can't read the writing on it.
Sorry for my English...
Any help???
Thansk!!!
I'm working on an interface with qt 4.6 and Open Scene Grapht... If I call
QString text = QInputDialog::getText(NULL, tr("Nombre de la medición"),
tr("Nombre:"), QLineEdit::Normal,
QString::null, &ok);
With nothing loaded in the 3d scene, no problem. But if I load anything on 3d scene, when I call to the dialog the qlineEdit dont update. This doesn'tupdate until pressing the OK button, and I can't read the writing on it.
Sorry for my English...
Any help???
Thansk!!!