gambr wrote:
> Hi Lokesh,
> you can find an osgviewerQT example in osg distribution. Anyway I attach an 
> example of a CompositeViewer I'm using for testing that is a little bit 
> different. It uses osgQt.
> 
> Cheers,
> Gianni


thanks gambr for reply.
yeah.. i will give try to your attached osgQt widget example.

also, i have solved my problem by deleting layout object and creating whole new 
layout object and placing QGLWidget into it. 


Code:
  
removeQMLview();   //destroying QQuikview
delete layout();   //deleting Borderlayout with centered QQuikview 

 



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





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

Reply via email to