Re: [osg-users] QInputDialog and OSG

2010-07-30 Thread Aitor Ardanza
Solved updated to 4.6.3!

Thank you!

Cheers,
Aitor

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





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


Re: [osg-users] QInputDialog and OSG

2010-07-30 Thread Aitor Ardanza
Hi,

Sorry, I have Qt 4.6.2 version.

Thank you!

Cheers,
Aitor

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





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


Re: [osg-users] QInputDialog and OSG

2010-07-29 Thread Serge Lages
Hi,

Try updating to qt 4.6.1, it's a know issue.

Cheers,

On Thu, Jul 29, 2010 at 1:50 PM, Aitor Ardanza  wrote:

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



-- 
Serge Lages
http://www.tharsis-software.com
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] QInputDialog and OSG

2010-07-29 Thread Aitor Ardanza
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