dialog disappears unexpectedly
Unsolved
General and Desktop
-
how can i keep a dialog open if there is another dialog opened?
-
Hi,
Please provide a minimal compilable example that shows the behaviour.
Note that it is quite strange to put a QDialog in a QFrame. Why not customize the QDialog object itself ?
-
As I said, I do not see why you put your dialog in a QFrame. It looks like you are try to make your QFrame look like a dialog.
-
@user4592357
Why do you need a frameless dialog via putting a dialog inside a frame with box?Anyway, this is not what you're supposed to do with a
QDialog
(or any dialog), as @SGaist said. And as he said, rather style the dialog to whatever it is you seem to want.