Re: [osg-users] Qt4.5 problem

2009-03-12 Thread Martin Beckett
Installed Qt4.5/Osg2.8.0 on Ubuntu in a VM and tested on that. with --QOSGWidget the osgviewerQT runs but doesn't redraw at all, there is no mouse movement. With adaptor widget the model displays correctly. It doesn't seem possible to run -graphicssytem opengl in a VM (at least in Virtualbox)

Re: [osg-users] Qt4.5 problem

2009-03-12 Thread David Callu
Hi Martin With the last version of Virtual Box 2.1, you can enable 3D acceleration. HTH for your test with -graphicssytem opengl. Cheer David 2009/3/12 Martin Beckett osgfo...@tevs.eu Installed Qt4.5/Osg2.8.0 on Ubuntu in a VM and tested on that. with --QOSGWidget the osgviewerQT runs but

Re: [osg-users] Qt4.5 problem

2009-03-12 Thread Martin Beckett
Thanks - I have upgraded Virtualbox The default qt-sdk-win-opensource-2009.01.bin (qt4.5) for Linux doesn't include opengl and you can't build it without a licence key (!??) I hit another problem using -graphicssystem opengl on windows. It seems that every time OSG does a repaint, the message

[osg-users] Qt4.5 problem

2009-03-11 Thread Martin Beckett
I'm getting nowhere trying to make Qt 4.5 work with OSG on windows. Using QOSGWidget() leads to the scene recursively repainting itself, Adapterwidget is fine. This is with the default -graphicssystem raster passed to Qt. If you use the new -graphicssystem opengl it works, but all non-osg Qt