aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility
Commit message (Collapse)AuthorAgeFilesLines
...
* Controls: move Accessible from QML to C++Liang Qi2015-09-1423-0/+429
Controls 2.0 could be built with QT_NO_ACCESSIBILITY defined. Added a few helper functions for accessible in QQuickControl. Don't set text as Accessible.name for TextArea and TextField. Change-Id: I40383bbcec2f8c742f709bdec0209623f80da449 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>