hi

By default QDialog are created as a top level windows of the application. I have a QDialog that I want to make a child of a specific widget in my app so it will center on the widget. I passed my widget pointer as a parent to the QDialog , but it apears to do nothing.

How can I make QDialog as a child of a widget?

Thanks
Dave