Bringer-of-Light/Qt-Nice-Frameless-Window

winId() make resizeable donot work

zhangtianren opened this issue · 1 comments

winId() make resizeable donot work

add this two lines may help

app.setAttribute(Qt::AA_DontCreateNativeWidgetSiblings);
window.setAttribute(Qt::WA_DontCreateNativeAncestors);