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
For Gerrit Dashboard: PYSIDE-753 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
268021,3 | WIP: Add support for QSharedPointer<QEntity> | 5.12 | pyside/pyside-setup | Status: ABANDONED | -2 | 0 |
442198,7 | PySide6: Add shared pointer types of Qt 3D | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |