Hi all!

I'm working on an interface with qt 4.6 and Open Scene Grapht... If I call

Code:

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!!!

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=30390#30390





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to