QAccessibleValueChangeEvent

The QAccessibleValueChangeEvent describes a change in value for an accessible object. More

Inheritance diagram of PySide2.QtGui.QAccessibleValueChangeEvent

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:
PySide2.QtGui.QAccessibleValueChangeEvent.setValue(val)
Parameters:

val – object

Sets the new value for this event.

See also

value()

PySide2.QtGui.QAccessibleValueChangeEvent.value()
Return type:

object

Returns the new value of the accessible object of this event.

See also

setValue()