Hello!!! I am new to QT and what im trying to do is parent a Qt window that I have created to a win32 process already running. The Qt window I am developing is a plug-in for a 3d application called Maya. I see that you can use the QWinWidget, but unfortunatly I am not using the commercial version....Ive tried to get the QWindow's handle and use SetParent(hParent, hChild); But that doesn't seem to work.

Thanks very much in advance!!!

tony