Hi there!

I would like to use Pyside inside Maya, a 3D package from Autodesk.
I could compile and even create my first little "Hello World!" window without too much problems. :) But when I create a window with Pyside, it is never parented under the application's main window, but appears in the tool bar (yes I use Windows) as a separate window. This is not the same behavior than when creating windows with the built in commands of the application. I cam across this post (http://nathanhorne.com/?p=298) where a workaround of the same problem is explained, but for the PyQt package, so I wondered, if there is a similar trick that could be used with PySide.

Just for your information:
The method "|apiUI.MQtUtil.mainWindow()|" returns a <Swig Object of type 'QWidget *'> and we can cast its memory address with long().

Thanks for any help!

Greets,
Carlo
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to