I want wo modify Maya UI with PySide2 [image: uTools_1656217414133.png] so I write those code <https://gist.github.com/wandth/d6f09171b8475760ae0ff89754ecf4df>
In line 58,I got child widget But it was QList<QObject*> object whitch was wrapped with swig My Qustion was How Could I get this wraped Qt object content, Because PySide2 does not has QList type ··· qt_children = MayaQt.swigToQt(swig_children, Qustion_Code) ··· -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/ed15f6c3-0e0b-47b5-8277-4e7863d2a029n%40googlegroups.com.
