Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
None
-
None
-
None
Description
With Qt4/PySide Q3dPort.cpp was suggesting using
// Can access from Python via PySide like this: // import PySide.QtGui // import PySide.QtOpenGL // import shiboken // // widget = PySide.QtGui.qApp.property("mayaSharedQGLWidget") // ptr = long(shiboken.getCppPointer(widget)[0]) // glWidget = shiboken.wrapInstance(ptr, PySide.QtOpenGL.QGLWidget)
Qt5 PySide2 at the moment doesn't have a module QtOpenGL
need to resolve how/what is needed to gain access
Attachments
Issue Links
- relates to
-
PYSIDE-314 Add support for the QGLwidget
-
- Closed
-