"child widget" was declared as a separate window - QDialog.
When I get the QDialog to "show()", it appears on top of the mainwindow, I want it to appear below.
Thanks
"child widget" was declared as a separate window - QDialog.
When I get the QDialog to "show()", it appears on top of the mainwindow, I want it to appear below.
Thanks
then use the move() function to move the dialog accorrding to the parents:os()...
I can move it around, no problem. But it seems to always overlap the parent window. I'd like the parent window (mainwindow) to always appear above the child window (QDialog).
Bookmarks