QAccessibleTextInterface Class
The QAccessibleTextInterface class implements support for text handling. More...
| Header: | #include <QAccessibleTextInterface> |
| qmake: | QT += gui |
Detailed Description
This interface corresponds to the IAccessibleText interface. It should be implemented for widgets that display more text than a plain label. Labels should be represented by only QAccessibleInterface and return their text as name (QAccessibleInterface::text() with QAccessible::Name as type). The QAccessibleTextInterface is typically for text that a screen reader might want to read line by line, and for widgets that support text selection and input. This interface is, for example, implemented for QLineEdit.