Hi people!<div><br></div><div>I'm trying to integrate Ogre 1.72, VTK 5.4.2 and Qt 4.7, but I'm getting and exception in execution time in the Qt main loop (the exec from the Qt Application). I use the QVTKWidget provided with VTK and the QtOgre widget as in <a href="http://www.ogre3d.org/tikiwiki/QtOgre">www.ogre3d.org/tikiwiki/QtOgre</a>.</div>
<div><br></div><div>Seeking the error I realized that it was in the event loop of Qt, concretly when accessing to the paintEvent of the QVTKWidget.</div><div><br></div><div>If I overwrite the paintEvent() in my widget derived from QVTKWidget to do nothing, all is going well.</div>
<div><br></div><div>I explained the error also in the Qt Forum <a href="http://developer.qt.nokia.com/forums/viewthread/3297/">http://developer.qt.nokia.com/forums/viewthread/3297/</a></div><div><br></div><div>Any idea will be apreciated!</div>
<div><br></div><div>Thanks!!</div>