Component
Description
The Component object encapsulates a QML component definition. Components are reusable, encapsulated QML types with well-defined interfaces. A component can be instantiated through a Repeater or used for filtering types via Gather.typeFilter.
This object was introduced in InCore 2.0.
- › Inherits:
Overview
Properties
Methods
Signals
Properties
source
This property holds the actual QML component definition, e.g. Measurement { … }.
- › Type:
<QML component>
- › Signal:
sourceChanged()
- › Attributes:
Writable