Document version: 1.0
Author(s): Sven Gijsen
Date: July 2015
The Experiment Manager Plug-in features a QML2Viewer class (derived from the ExperimentEngine class) that is created and optimized for displaying various QML based stimuli.
The QML2Viewer class has some parameters that can be configured these are:
Name | Type | Restrictions | Default | Description |
---|---|---|---|---|
QML File | String | a valid file path | "" (Empty string) | the relative or absolute file path of the source QML file (*.qml) |
BackGround Color (depreciated!) | String | a color string | "#575757" | Not in use anymore, background color of the QML scene |
Size/Width (depreciated!) | Integer | >0 | 480 | Not in use anymore, width in pixels of the QML scene |
Size/Height (depreciated!) | Integer | >0 | 480 | Not in use anymore, height in pixels of the QML scene |