Hi,

I have a QDialog with QMainWindow as parent, I try to popup the dialog at a specific location using move() right before calling exec(), but it always popup at the center of the QMainWindow.

How can I change the QDialog default popup location?

Thanks