You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when there is a widget that has a attribute Qt::WA_NativeWindow inside the mainwindow, QWinWidget will never receive any native event.
to fix this, install a native event filter for QWinWidget to force it to get the native event.
It does not work as call setcentralwidget with QVTKWidget in Widget.cpp
My code is simple.
QVTKWidget * 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
The text was updated successfully, but these errors were encountered: