I’m relatively new to PySide , comfortable enough with creating a handful of modules and classes .
I have a UI working well , currently running it imported into maya , which launches the QDialog class
I now want to figure out how to ‘dock’ this if a user drags it into the maya UI, or wants to pop it out
This is where I’m completely lost, the autodesk example here
Gives some primers on what to use , and I’ve tried following it , but the dockable=True argument is not understood by the UI
Also , I’d rather understand what I am doing rather than copy pasting it blindly
Can anyone steer me to some answers ? There’s are related answers on here already but they are for non-qt it older maya versions
Thanks