Qt Insight Tracker has the following examples:
A Qt Quick application using Qt Insight Tracker. |
Qt Insight Tracker can be easily used with examples from other Qt modules. Modifying the
Run Settings
for the example project in Qt Creator, you can enable the
insighttracker
plugin. This will enable Qt Insight Tracker at start of the example and will start tracking events.
-plugin insighttracker
The plugin works with both Qt Quick and Widgets applications. To change the tracked events, you can either modify the default configuration file (
qtinsight/qtinsight.conf
) or you can use
QT_INSIGHT_CONFIG
environment variable to specify you own configuration file.
见 QInsightConfiguration for more information about the configuration.