summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/winrt/qwinrtcanvas.cpp
Commit message (Collapse)AuthorAgeFilesLines
* WinRT: Add Windows UI Automation supportAndre de la Rocha2018-04-171-0/+146
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>