Hi everyone, I also had this problem.
I found a easy solution here, sharing with you all.
Qt Code:
int main(int argc, char *argv[]) { Dialog w; w.setWindowFlags(Qt::Window); // add this. w.show(); return a.exec(); }To copy to clipboard, switch view to plain text mode
Best,
Bookmarks