a11y: No longer mark QAccessibleSelectionInterface as preliminary

Since the interface was introduced as \preliminary in commit
9d16d5e224, everything mentioned
as required to make it a publicly documented interface has been
implemented:

1. An a11y bridge for macOS/VoiceOver was implemented in
   98e4e992fe
2. An a11y bridge for Windows/UI Automation was implemented in
   4f9c66131d
3. An a11y bridge for linux/AT-SPI was implemented in
   ece2feee03
4. QAccessibletable implements the interface
   (see 092bbc9ad3) and
   an implementation in QAccessibleTabBar is pending in
   Gerrit

[ChangeLog][QtGui][QAccessibleSelectionInterface] The
QAccessibleSelectionInterface that was added as preliminary in Qt 6.5
is no longer preliminary. Exposing selection to assistive technology
can be achieved by implementing this interface.

Change-Id: Ic6fbc67ada32122da58ce94fa0581a27ecb2ac48
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Michael Weghorn 2023-07-18 08:44:22 +01:00
parent dee68587d5
commit 2496882ea7

View File

@ -2968,7 +2968,6 @@ QString QAccessibleActionInterface::nextPageAction()
\class QAccessibleSelectionInterface \class QAccessibleSelectionInterface
\inmodule QtGui \inmodule QtGui
\ingroup accessibility \ingroup accessibility
\preliminary
\brief The QAccessibleSelectionInterface class implements support for \brief The QAccessibleSelectionInterface class implements support for
selection handling. selection handling.