QDialog can't show after setting 'setWindowFlags(Qt::CustomizeWindowHint | Qt::Dialog)'
-
wrote on 4 Dec 2019, 09:02 last edited by
like the title
-
like the title
@chris_rookie You're deleting all other flags except these two.
setWindowFlags(windowFlags() | Qt::CustomizeWindowHint | Qt::Dialog)
-
@chris_rookie You're deleting all other flags except these two.
setWindowFlags(windowFlags() | Qt::CustomizeWindowHint | Qt::Dialog)
wrote on 4 Dec 2019, 09:17 last edited by@jsulm
Thank you. It works.
1/3