Updated for accessibility

Change-Id: I13b5c2f293e9c1c238c7b7c6aae9d26f5c150f24
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
bb10
Jan-Arve Saether 2012-02-20 11:19:10 +01:00 committed by Qt by Nokia
parent bdc7756617
commit 06ebe5bc80
1 changed files with 3 additions and 2 deletions

5
dist/changes-5.0.0 vendored
View File

@ -93,8 +93,9 @@ information about a particular change.
text(Text t, int child) -> text(Text t), rect(int child) -> rect()
setText(Text t, int child, const QString &text) -> setText(Text t, const QString &text)
role(int child) -> role(), state(int child) -> state()
relationTo(int child, const QAccessibleInterface *other, int otherChild) ->
relationTo(const QAccessibleInterface *other)
* parent() and child() was added in order to do hierarchical navigation.
* relations() was added as a replacement to relationTo()
* As a consequence of the above two points, navigate() was removed.
* Accessible-Action related functions have been removed. QAccessibleInterface
subclasses are expected to implement the QAccessibleActionInterface instead.
These functions have been removed: