Max 2015 Pyside ui parent to Max window

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have just started testing Max 2015 and have been looking at the Python/Pyside implementation. We currently use the Blur Python methodology, but are changing the studio to only use the MaxPlus classes etc.
The PySide Ui example that ships with the app is a good start, but there is no code that parents the ui to the main Max window, which we believe is a fundamental requirement as it is much better to have any relative ui stay with the Max window when minimizing/maximizing and stays on top of the window unless minimized by choice. Has anyone seen or found any code that supports the parenting of a pyside ui?
I have looked at the Chris Diggins article but its using a class (qtwinmigrate) that is for PyQt4. we are not looking to complie PyQt4 for use in this way, so a pyside solution is what we need.
Any feedback will be welcome.