QAccessibleObject Class
The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects. More...
| Header: | #include <QAccessibleObject> |
| qmake: | QT += gui |
| Inherits: | QAccessibleInterface |
| Inherited By: |
Detailed Description
This class is part of Accessibility for QWidget Applications.
This class is mainly provided for convenience. All subclasses of the QAccessibleInterface that provide implementations of non-widget objects should use this class as their base class.
See also QAccessible and QAccessibleWidget.