▲
-
Header: PropertyPair
-
Since: Qt 5.11
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Qml)
target_link_libraries(mytarget PRIVATE Qt6::Qml)
-
qmake: QT += qml
Detailed Description▲
This struct contains a property name and a property value. It is used as a parameter for the setContextProperties function.
See Also▲
See also QQmlContext::setContextProperties()