Thanks. I am able to set parent and make it center.
When I set window flag(setWindowFlags(Qt::FramelessWindowHint)in Dialog constructor, then it's not visible on my main window.
Without enabling flags, it's working perfectly.
How can I make child window as a center of parent window without frame.
Bookmarks