Accessibility: Work with QQuickWindow
authorFrederik Gladhorn <frederik.gladhorn@digia.com>
Wed, 12 Dec 2012 10:49:21 +0000 (11:49 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 4 Jan 2013 13:16:18 +0000 (14:16 +0100)
commitdde63b7c5a05a2f23458ad43b7b29c2354b10dc3
tree5972b2002af3a067ec40eda9eb18ac8da624b896
parentda0613abb2ac4966c87a8d92f68488744fabe64b
Accessibility: Work with QQuickWindow

Before we would only be accessible when QQView was used.
While the window has the content item, that one will not
appear in the hierarchy of accessible objects since it has
no valueable properties to expose. Instead it's first child
will be used (which was the case before when QQView was used).

Change-Id: I03cefb5c8dcd8296d51ff2bfcb677386a5f1d698
Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
src/plugins/accessible/quick/accessible.json
src/plugins/accessible/quick/main.cpp
src/plugins/accessible/quick/qaccessiblequickview.cpp
src/plugins/accessible/quick/qaccessiblequickview.h