Unity 8
 All Classes Functions Properties
Preview Class Reference

This component constructs the Preview UI. More...

Inherits Item.

Properties

var previewModel
 Model containing preview widgets. More...
 
bool isCurrent
 Should be set to true if this preview is currently displayed.
 
var scopeStyle
 The ScopeStyle component.
 

Detailed Description

This component constructs the Preview UI.

Currently it displays all the widgets in a flickable column.

Definition at line 20 of file Preview.qml.

Property Documentation

var Preview::previewModel

Model containing preview widgets.

The model should expose "widgetId", "type" and "properties" roles, as well as have a triggered(QString widgetId, QString actionId, QVariantMap data) method, that's called when actions are executed in widgets.

Definition at line 28 of file Preview.qml.


The documentation for this class was generated from the following file: