Hey guys
I started using pyqt inside Houdini using eventloops. I followed this link from sidefx for setup and I'm able to get it working
http://www.sidefx.com/docs/houdini12.5/hom/cookbook/pyqt/part1/
But it seems that the application runs independent of Houdini's UI. I'm just curious whether there is a way I can make this window behave like a Houdini UI window. So if I minimize Houdini, the pyqt window also gets minimized and If I maximize, the Pyqt window should get focus somthing of that sort.. Any help much appreciated.
Cheers
-J