Improved centering (on parent window) for qtProgressDialog and qtMessageDialog
Removed the centerOnParent()
method from each, and instead implemented showEvent()
for each (a virtual method in QWidget
)
showEvent()
is automatically called when show()
or exec()
are called on a widget