Added QAccessibleGroupBox
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Mon, 13 Feb 2012 13:05:51 +0000 (14:05 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sat, 24 Mar 2012 14:10:00 +0000 (15:10 +0100)
commitf195a8e2b69eba0e3c44f2dece222b0da9e06026
tree8912eb662a2af13b07d3cff155df7a9b37002521
parentf49f94434e082657f2227292c15cad20493f112c
Added QAccessibleGroupBox

Added a new accessible interface for QGroupBox, as QAccessibleDisplay
is not good enough when the QGroupBox is checkable.
AccessibleFactory was modified to return a QAccessibleGroupBox when
the accessible interface of a QGroupBox is requested.

Created tst_QAccessibility::groupBoxTest

Port to Qt5 of the patch by José Millán Soto <fid@gpul.org>

Change-Id: I6c23dcf5562b3ea269b04102e78463b65827188a
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
(cherry picked from commit c03ceb203c65d9e3485fad848bfc0c4b6ee3e9aa)
src/plugins/accessible/widgets/main.cpp
src/plugins/accessible/widgets/simplewidgets.cpp
src/plugins/accessible/widgets/simplewidgets.h
src/widgets/widgets/qgroupbox.cpp
tests/auto/other/qaccessibility/tst_qaccessibility.cpp