收集使用统计数据
当您通过Qt Online Installer 安装Qt Creator 时,您可以允许其收集有关您的系统以及Qt Creator 使用情况的匿名信息。如果您拒绝,则不会安装遥测插件,也不会收集任何使用统计数据。
数据收集原则
不会收集任何个人数据,例如姓名、IP 地址、MAC 地址,或项目和路径名称。不过,会使用QUuid 对象来标识属于同一用户的数据记录。这些对象无法还原为生成它们时的实际值。
有关 Qt 隐私政策的更多信息,请参阅《Qt 隐私与安全附录》。
Qt Creator 遵循相同的隐私规则。
启用数据收集
若要允许遥测插件收集数据,请转至“Preferences ” > “Telemetry ” > “Usage Statistics ”,然后选择“Send pseudonymous usage statistics ”。

收集的数据
Qt Creator 将收集以下数据:
- 您的 Qt 许可证。
- 所选的Qt Creator 主题和UI语言,以及系统区域设置。
- 您使用的模式。
- 关于您用于构建项目的信息:
- Qt 版本。
- Qt 和 QML 模块。
- 构建系统(CMake、qmake 等)。
- 构建和运行所用的设备类型。
- 编译器和调试器的类型及版本。
- 您打开的 Qt 示例。
- 您使用的Qt Creator 向导。
相关代码可在Qt Creator/plugin-telemetry.git 上获取。
另请参阅 “安装”。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.