Hello Ivan, In the pro file do i have to include OpenGL module
or just the library linker for Openscenegraph will suffice Regards Sajjad ---------- Forwarded message ---------- From: Iván <[email protected]> Date: Wed, Mar 4, 2009 at 11:27 PM Subject: Re: [osg-users] creating widget for Qt To: [email protected] Hi Sajjad, Personally I create the whole interface in Qt designer and leave the OSG widget/s integration in the initialization code. About the header file, I 've separated the code from the original OSG file in my own files (.h and .cpp) As you can see in the Qt sample you have different options to render OSG in a Qt widget. This works for me except for some warnings because of rendering out of QPainter events, but I will deal with this later :) I hope this help you in some way, Iván. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=7966#7966 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

