QAccessibleValueChangeEvent Class▲
-
Header: QAccessibleValueChangeEvent
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
-
qmake: QT += gui
-
Inherits: QAccessibleEvent
-
Group: QAccessibleValueChangeEvent is part of accessibility
Detailed Description▲
It contains the new value.
This class is used with QAccessible::updateAccessibility().
Member Function Documentation▲
QAccessibleValueChangeEvent::QAccessibleValueChangeEvent(QObject *object, const QVariant &value)▲
Constructs a new QAccessibleValueChangeEvent for object. The event contains the new value.
QAccessibleValueChangeEvent::QAccessibleValueChangeEvent(QAccessibleInterface *iface, const QVariant &val)▲
Constructs a new QAccessibleValueChangeEvent for iface. The event contains the new value val.