Re: [osg-users] Qt with osg (specifically QGraphicsViewAdapter) bugs

2012-03-06 Thread Darius Meškauskas
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

[osg-users] Qt with osg (specifically QGraphicsViewAdapter) bugs

2012-02-07 Thread Darius Meškauskas
Hi, I found a log message detailing some bugs in QWidgetImage (log of svn changeset 11610). Because I'm working on a project which requires osg and qt integration I managed to find the problem why QTextEdit is not working. For anyone interested (and having more experience than me) it seems