简体   繁体   English

如何在qt 5.3.0中使用qml分析器?

[英]How do I use the qml profiler in qt 5.3.0?

I cannot seem to start the built-in profiler, I have tried a number of settings and it still wont run. 我似乎无法启动内置事件探查器,我尝试了许多设置,但仍然无法运行。 I get this message; 我收到此消息;

I have enabled qml debugging under 'Build Steps' like so; 我已经在“构建步骤”下启用了qml调试,如下所示;

在此处输入图片说明

I have also enabled it under 'Debugger Settings' (and followed the pre-requisites). 我还在“调试器设置”下启用了它(并遵循了前提条件)。

在此处输入图片说明

I have restarted, rebuilt, cleaned and re-ran qmake. 我已经重新启动,重建,清理并重新运行了qmake。 I would appreciate any help. 我将不胜感激任何帮助。

Check Projects->(Whatever target)-> Run settings and make sure the QML checkbox is set next to the debugger languages. 检查项目->(任何目标)-> 运行设置 ,并确保在调试器语言旁边设置了QML复选框。 Report back if this fixes your problem. 如果这可以解决您的问题,请报告。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不使用QML的情况下使用Qt3D设置多个视口 - How do I set up multiple viewports using Qt3D without having to use QML 如何在 Qt QML TableView 单元格中画一个圆圈? - How do I draw a circle in a Qt QML TableView cell? Qt / QML:如何在不重新启动应用程序的情况下“切换”或“打开”另一个QML文件? - Qt/QML: How do I “switch to” or “open” another QML file without restarting my app? 如何在iOS的QT / QML中使用剪贴板 - How to use Clipboard in QT/QML on iOS 如何正确使用Qt QML图像提供程序 - How to correctly use Qt QML Image Provider Qt Qml-如何在其定义中使用组件? - Qt qml - how to use component in its definition? Qt 5.4 / QML:如何正确地将自定义C ++类实现为全局QML单例实例并为其信号实现代码(在QML中)? - Qt 5.4/QML: How do I correctly implement a custom C++ class as a global QML singleton instance and implement code for its signals (in QML)? 在Blackberry Cascades 10(C ++,Qt,QML)中,如何调用填充了字段的电子邮件客户端? - In Blackberry Cascades 10 (C++, Qt, QML), how do I invoke an email client with the fields populated? 如何将 QML 项目转换为 Qt 中相应的 C++ 项目快速 - How do I cast QML items to corresponding C++ Item in Qt Quick 如何使用Cascades,Blackberry 10中的Qt / QML / C ++从另一个qml文件更改一个qml文件中的标签文本? - How do I change the label text in one qml file from another qml file using Qt/QML/C++ in Cascades, Blackberry 10?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM