summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-05-15 17:15:14 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-05-15 18:33:52 +0000
commitc9971f12302e9fafe9546965e5c783694551f17b (patch)
tree46c470f8306741577ec566c597858eb646cc0acb
parentbfcb485d3830463342cf6b64a9b4e51b93428f8b (diff)
Simplify accessibility docs
Remove some verbose noise that doesn't say anything. Change-Id: I009e1663272354d21feda1d2ba988e4841f118ee Reviewed-by: Martin Smith <martin.smith@qt.io>
-rw-r--r--doc/src/frameworks-technologies/accessible.qdoc9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/src/frameworks-technologies/accessible.qdoc b/doc/src/frameworks-technologies/accessible.qdoc
index ac86904d0..1fbbd3319 100644
--- a/doc/src/frameworks-technologies/accessible.qdoc
+++ b/doc/src/frameworks-technologies/accessible.qdoc
@@ -137,15 +137,12 @@
individual UI elements. Currently, Qt provides support for its widgets
and widget parts, e.g., slider handles, but the interface could
also be implemented for any QObject if necessary. QAccessible
- contains enums that describe the UI. The description is mainly
- based on MSAA and is independent of Qt. We will examine the enums
+ contains enums that describe the UI. We will examine the enums
in the course of this document.
The structure of the UI is represented as a tree of
- QAccessibleInterface subclasses. You can think of this as a
- representation of a UI like the QObject tree built by Qt. Objects
- can be widgets or widget parts (such as scroll bar handles). We
- examine the tree in detail in the next section.
+ QAccessibleInterface subclasses. This is often a mirror of the
+ hierarchy of QWidgets that make up the UI of the application.
Servers notify clients through \l{QAccessible::}{updateAccessibility()}
about changes in objects by sending events, and the clients