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 PySide2.QtCore.QDynamicPropertyChangeEvent(name)¶
- param name:
Constructs a dynamic property change event object with the property name set to
name
.
- PySide2.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.