PySide6.QtGui.QAccessibleValueChangeEvent¶
- class QAccessibleValueChangeEvent¶
The
QAccessibleValueChangeEventdescribes a change in value for an accessible object.Synopsis¶
Methods¶
def
__init__()def
setValue()def
value()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__(iface, val)¶
- Parameters:
iface –
QAccessibleInterfaceval – object
Constructs a new
QAccessibleValueChangeEventforiface. The event contains the new valueval.- __init__(obj, val)
- Parameters:
obj –
QObjectval – object
Constructs a new
QAccessibleValueChangeEventforobject. The event contains the newvalue.- setValue(val)¶
- Parameters:
val – object
Sets the new
valuefor this event.See also
- value()¶
- Return type:
object
Returns the new value of the accessible object of this event.
See also