Re: [osg-users] [forum] 3rd party Qt forum

2009-03-23 Thread Iván Cuevas
Hi Art,
I was waiting to know what other think about this, but looks like this is not 
interesenting at this moment. We could speak about a Qt section in the future.

Best regards,
Iván.

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





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


Re: [osg-users] creating widget for Qt

2009-03-19 Thread Iván Cuevas
Hi Sajjad,
The warnigs are because I'm rendering in a QWidget out of the paint event. 
These warnings doesn't appear if you render in a QGLWidget, but the 
CompositeViewer framework with multiple OSG views in different widgets and 
multi-threaded does no render properly (at least for me [Crying or Very sad] )

Recently I moved to Qt 4.5.0 and I had a new problem with undesired repaint 
event when the OSG widget lost the focus. For example when a modal dialog is 
shown, my QWidget embbeding the osg::View is repainted with the background 
color and the content are removed until the osg widget recovers the focus and 
is repainted again.
I solved this problem using QWidget::setUpdatesEnabled(false) but still I have 
the problem of the warnings.

I think is not the same situation than yours because you are extending from 
AdapterWidget, but tell if you discover something ;)

Regards,
Iván

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





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


[osg-users] [forum] 3rd party Qt forum

2009-03-19 Thread Iván Cuevas
Hi all,
Qt is becoming more and more popular and looks like some people are working 
integrating OSG in this GUI framework.
What about to have a specific forum for Qt in the 3rd party section? 

Best regards,
Iván.

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





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


Re: [osg-users] creating widget for Qt

2009-03-16 Thread Iván Cuevas
I don't use .pro files, but I have to include the OpenGL module because I 
extend from QGLWidget.

Regards,
Iván.

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





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