En esta página

QDynamicPropertyChangeEvent Class

La clase QDynamicPropertyChangeEvent contiene parámetros para eventos de cambio de propiedades dinámicas. Más...

Cabecera: #include <QDynamicPropertyChangeEvent>
CMake: find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core
Hereda: QEvent

Funciones Públicas

QDynamicPropertyChangeEvent(const QByteArray &name)
QByteArray propertyName() const

Descripción Detallada

Los eventos de cambio de propiedades dinámicas se envían a los objetos cuando las propiedades se añaden, cambian o eliminan dinámicamente utilizando QObject::setProperty().

Documentación de la Función Miembro

[explicit] QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent(const QByteArray &name)

Construye un objeto de evento de cambio de propiedad dinámico con el nombre de la propiedad establecido a name.

QByteArray QDynamicPropertyChangeEvent::propertyName() const

Devuelve el nombre de la propiedad dinámica que se ha añadido, modificado o eliminado.

Véase también QObject::setProperty() y QObject::dynamicPropertyNames().

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.