Hi,

I have a main window and on menu item click I open new modal window with method show(). Sometimes happens that application is in the middle of the screen but new window is opened on the top left corner. I would need to always open widget near the mainwindow. It's possible to have such a behaviour? I'm using Qt 4.6.2 on winXP. Thanks