Good day!

I use QT dialogs to create my app interface and use QOSGWidget based on osg
example

So when I need to load my objects I call my dialog using dialog->show(); and
after I attach my nodes to root node 

I call dialog->close(); and all works fine but only in the first time so
when I second time use this sequence I got freeze window and even keyboard
events don't work

If I load my objects using keypress event and not using QT dialogs all works
fine.

I think that after I call dialog I need to set focus to main window and I
don't know how can I do this.

Thanx in advance

Bye

 

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

Reply via email to