▲
- 
					Header: AttributeSet 
- 
					CMake: find_package(Qt6 REQUIRED COMPONENTS Quick) target_link_libraries(mytarget PRIVATE Qt6::Quick) 
- 
					qmake: QT += quick 
The QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built up.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
Header: AttributeSet
CMake:
find_package(Qt6 REQUIRED COMPONENTS Quick)
target_link_libraries(mytarget PRIVATE Qt6::Quick)
qmake: QT += quick