TrueFramelessWindow
TrueFramelessWindow copied to clipboard
fix issue #13 and add support for QWinWidget multi instance
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.