winId() make resizeable donot work
zhangtianren opened this issue · 1 comments
zhangtianren commented
winId() make resizeable donot work
zhangtianren commented
add this two lines may help
app.setAttribute(Qt::AA_DontCreateNativeWidgetSiblings);
window.setAttribute(Qt::WA_DontCreateNativeAncestors);