a11y: No longer mark QAccessibleSelectionInterface as preliminary
Since the interface was introduced as \preliminary in commit9d16d5e224
, everything mentioned as required to make it a publicly documented interface has been implemented: 1. An a11y bridge for macOS/VoiceOver was implemented in98e4e992fe
2. An a11y bridge for Windows/UI Automation was implemented in4f9c66131d
3. An a11y bridge for linux/AT-SPI was implemented inece2feee03
4. QAccessibletable implements the interface (see092bbc9ad3
) 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:
parent
dee68587d5
commit
2496882ea7
@ -2968,7 +2968,6 @@ QString QAccessibleActionInterface::nextPageAction()
|
||||
\class QAccessibleSelectionInterface
|
||||
\inmodule QtGui
|
||||
\ingroup accessibility
|
||||
\preliminary
|
||||
|
||||
\brief The QAccessibleSelectionInterface class implements support for
|
||||
selection handling.
|
||||
|
Loading…
Reference in New Issue
Block a user