TrueFramelessWindow icon indicating copy to clipboard operation
TrueFramelessWindow copied to clipboard

Window does not work with QVTKWidget

Open marincom opened this issue 7 years ago • 1 comments

It does not work as call setcentralwidget with QVTKWidget in Widget.cpp My code is simple. QVTKWidget * vtkw;

vtkw = new QVTKWidget;

this->setCentralWidget(vtkw);

I can not move dialog and resize, but toolbar button work well

Thank you in advance for your help.

#QVTKWidget is visualization tool kit libray for QT

marincom avatar Mar 22 '18 04:03 marincom

I have the same problem with a QGraphicsView with OpenGL.

I Have a QGraphicsView in the mainWindow.

then I set : ui.graphicsView->setViewport(new QGLWidget(QGLFormat(QGL::SampleBuffers)));

then all mouse event seem's to be ignore.

muby avatar May 31 '18 10:05 muby