Contains classes used for implementing QML functionality into Qt3D applications. 更多...
| 头: |
#include <Quick>
|
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3DCore)
target_link_libraries(mytarget PRIVATE Qt6::3DCore)
|
| qmake: |
QT += 3dcore
|
| 状态: | Deprecated |
| class | QQmlAspectEngine |
The QQmlAspectEngine provides an environment for the QAspectEngine and a method for instantiating QML components. 更多...