Unity 8
|
Preview widget for a progress bar. More...
Additional Inherited Members | |
![]() | |
void | triggered (string widgetId, string actionId, var data) |
This signal should be emitted when a preview action was triggered. More... | |
![]() | |
bool | isCurrentPreview |
Specifies the preview widget being currently used or not. | |
string | widgetId |
The widget identifier. | |
var | widgetData |
Variable used to contain widget's data. | |
var | scopeStyle |
The ScopeStyle component. | |
Preview widget for a progress bar.
It feeds itself from the source determined in widgetData["source"] At the moment we only support the dbus source defined by source["dbus-name"] and source["dbus-object"]
Definition at line 22 of file PreviewProgress.qml.