Hello,

I am trying to make a test QT for the purpose of a Photoshop plugin. For now, i am able to display a QT window (QMainWindow) when the Photoshop plugin is started, but i am having an issue: since i cant tell the QMainWindow who is it's owner, the QMainWindow is not modal. So my question is, is there any way to tell my QMainWindow that another (Which i HAVE the hwnd handle) is it's parent?

I will probably have the same issue when compiling for mac, but i guess if there is a solution, it will solve both

Thanks,
Pierre.