Qt Insight Tracker Examples

Qt Insight Tracker has the following examples:

Qt Insight - Qt Quick Application

A Qt Quick application using Qt Insight Tracker.

Using Insight Tracker with other Qt Module Examples

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.