Unity 8
|
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. | |
This component constructs the Preview UI.
Currently it displays all the widgets in a flickable column.
Definition at line 20 of file Preview.qml.
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.