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

Detailed Description¶
It contains the new value.
This class is used with
updateAccessibility()
.
-
class
QAccessibleValueChangeEvent
(iface, val)¶ QAccessibleValueChangeEvent(obj, val)
- param iface
- param val
object
- param obj
QObject
Constructs a new
QAccessibleValueChangeEvent
foriface
. The event contains the new valueval
.Constructs a new
QAccessibleValueChangeEvent
forobject
. The event contains the newvalue
.
-
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