summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/winrt/uiautomation
Commit message (Collapse)AuthorAgeFilesLines
* WinRT: Add Windows UI Automation supportAndre de la Rocha2018-04-1742-0/+5673
Adds support to accessibility tools and programmatic UI control to the WinRT platform through Windows UI Automation, using the AutomationPeer API. [ChangeLog][winrt][feature] Added support to Windows UI Automation to the WinRT QPA, allowing Qt-based UWP applications to operate with accessibility and programmatic UI control tools. Change-Id: If0a8edbebc7c16c4896d749f2d7e11809b4b37b3 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>