QDynamicPropertyChangeEvent¶
The QDynamicPropertyChangeEvent
class contains event parameters for dynamic property change events. More…
Synopsis¶
Functions¶
def
propertyName
()
Detailed Description¶
Dynamic property change events are sent to objects when properties are dynamically added, changed or removed using setProperty()
.
- class PySide6.QtCore.QDynamicPropertyChangeEvent(name)¶
PySide6.QtCore.QDynamicPropertyChangeEvent(arg__1)
- Parameters
name –
PySide6.QtCore.QByteArray
Constructs a dynamic property change event object with the property name set to name
.
Constructs a dynamic property change event object with the property name set to name
.
- PySide6.QtCore.QDynamicPropertyChangeEvent.propertyName()¶
- Return type
Returns the name of the dynamic property that was added, changed or removed.
See also
© 2022 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.