如何检查 QWidget 树层次结构
我正在开发一个遗留的 Qt 应用程序,其中 QWidget 是动态添加和更新的,我想访问 QWidget 树来解决问题。
是否有任何工具可以让开发人员检查 Qt 应用程序的小部件/窗口树?
I am working on a legacy Qt application where QWidgets are added and updated dynamically, and I would like to access the QWidget tree to troubleshoot problems.
Are there any tools that enable developers to inspect the widget/window tree of a Qt application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
作为仅限 Windows 的解决方案,Microsoft 的 Inspect 提供一种检查桌面上当前所有 UI 元素的方法。
尽管 Microsoft 的 Accessibility Insights 被描述为 Microsoft Inspect 的后继者,但 Accessibility Insights 在这方面基本上不可用且无用。
As a Windows-only solution, Microsoft's Inspect offers a way to examine all UI elements currently in your desktop.
Even though Microsoft's Accessibility Insights is depicted as the successor of Microsoft's Inspect, Accessibility Insights is largely unusable and useless in this regard.