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