Details
Description
Here is a code:
def _init_(self):
self.aspectEngine = Qt3DCore.QAspectEngine()
self.root = Qt3DCore.QEntity()
self.aspectEngine.setRootEntity(self.root)
And the error is:
AttributeError: 'PySide2.Qt3DCore.Qt3DCore.QAspectEngine' object has no attribute 'setRootEntity'
Attachments
Issue Links
- relates to
-
PYSIDE-454 Support shared pointers in APIs
- Closed
-
PYSIDE-94 Add support to bind functions that make use of smart pointers (QPointer)
- Closed
-
PYSIDE-1016 const& shared pointers arguments generate broken code
- Closed