[vtkusers] QVTKWidget crashing randomly when maximized or closed.
Clinton Stimpson
clinton at elemtech.com
Thu Dec 17 17:52:22 EST 2009
On Thursday 17 December 2009 02:57:16 pm ferr wrote:
> OK, I narrowed it down to this:
>
> _MdiAreaRender->currentSubWindow()->setWindowFlags(Qt::WindowMinMaxButtonsH
>int);
>
> Once this is commented out it works. It doesn't crash, which is good. Are
> there window flags that DO work with this? I want to be able to customize
> these windows..
I wonder if this is the same that someone else saw.
<http://lists.trolltech.com/qt-interest/2008-08/msg00387.html>
Looks like a Qt bug.
Does creating an intermediate QWidget help? What about removing the
QVTKWidget from the MDI and using QWidget instead?
Clint
More information about the vtkusers
mailing list