feat: 补全 AT-SPI 无障碍名称 - #546
Conversation
Add setObjectName/setAccessibleName calls to interactive widgets missing accessibility names, improving AT-SPI coverage from 73.8% to 90.8%. 为缺失无障碍名称的交互控件添加 setObjectName/setAccessibleName 调用, AT-SPI 覆盖率从 73.8% 提升至 90.8%。 Log: 补全文本编辑器 AT-SPI 无障碍名称 Influence: 提升文本编辑器 AT-SPI 无障碍覆盖率,便于辅助工具和自动化测试定位控件。
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: re2zero The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThe PR improves AT-SPI coverage from 73.8% to 90.8% by assigning Qt object names and accessible names to 11 previously unnamed controls and related menu components across seven files, with no behavioral changes. Review the chosen naming conventions, especially duplicate or generic names and the lifetime/initialization assumptions for member widgets, menus, actions, and groups. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
概述
为缺失无障碍名称的交互控件添加 setObjectName/setAccessibleName 调用,提升 AT-SPI 覆盖率。
覆盖率对比
修改文件 (7 files, +17 lines)
验证
Summary by Sourcery
Enhancements: