Hi, Also found out that it needs
Code: _graphicsView->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); _graphicsView->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff); in QGraphicsViewAdapter::QGraphicsViewAdapter or else there are two invisible scrollbars. Hope this will be helpful for others trying to make ost/qt programs. ... Thank you! Cheers, Darius[/code] ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=46045#46045 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

