The QDynamicPropertyChangeEvent class contains event parameters for dynamic property change events. More...
Header: | #include <QDynamicPropertyChangeEvent> |
CMake: | find_package(Qt6 COMPONENTS Core REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Core) |
qmake: | QT += core |
Inherits: | QEvent |
QDynamicPropertyChangeEvent(const QByteArray &name) | |
QByteArray | propertyName() const |
Dynamic property change events are sent to objects when properties are dynamically added, changed or removed using QObject::setProperty().
Constructs a dynamic property change event object with the property name set to name.
Returns the name of the dynamic property that was added, changed or removed.
See also QObject::setProperty() and QObject::dynamicPropertyNames().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qdynamicpropertychangeevent.html