我是靠谱客的博主 幸福冬天,最近开发中收集的这篇文章主要介绍qml 调试,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Debugging QML

http://doc.qt.nokia.com/4.7/qdeclarativedebugging.html

 

主要有:

console.debug("list1 " + activeFocus) 可以加参数
 

Debugging Transitions

When a transition doesn't look quite right, it can be helpful to view it in slow motion to see what is happening more clearly. This functionality is supported in the QML Viewer tool: to enable this, click on the "Debugging" menu, then "Slow Down Animations".

Debugging module imports

The QML_IMPORT_TRACE environment variable can be set to enable debug output from QML's import loading mechanisms.

 

 

----------------------------------------------------------------------

http://doc.qt.nokia.com/qtcreator-2.2/creator-debugging-qml.html

 

Debugging Qt Quick Projects

Note: You need Qt 4.7.1 or later to debug Qt Quick projects.

最后

以上就是幸福冬天为你收集整理的qml 调试的全部内容,希望文章能够帮你解决qml 调试所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(48)

评论列表共有 0 条评论

立即
投稿
返回
顶部