QAccessibleValueChangeEvent¶
The
QAccessibleValueChangeEvent
describes a change in value for an accessible object. More…
Synopsis¶
Functions¶
Detailed Description¶
It contains the new value.
This class is used with
updateAccessibility()
.
- class PySide2.QtGui.QAccessibleValueChangeEvent(iface, val)¶
PySide2.QtGui.QAccessibleValueChangeEvent(obj, val)
- Parameters:
val – object
obj –
PySide2.QtCore.QObject
- PySide2.QtGui.QAccessibleValueChangeEvent.setValue(val)¶
- Parameters:
val – object
Sets the new
value
for this event.See also
- PySide2.QtGui.QAccessibleValueChangeEvent.value()¶
- Return type:
object
Returns the new value of the accessible object of this event.
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.