CSMeter QML Type
Displays the value on a cirular dial panel. More...
Import Statement: | import CSDataQuick.Components 1.0 |
Inherits: |
Properties
- labelStyle : int
Detailed Description
The value of the dta is displayed by a needle within an arc.
CSMeter { source: 'catest' labelStyle: LabelStyle.Outline }
Property Documentation
The decoration mode.
- LabelStyle.Frame - No extra features.
- LabelStyle.None - Same as LabelStyle.Frame.
- LabelStyle.Outline - Show the limits.
- LabelStyle.Limits - Show limits and a box for the value.
- LabelStyle.Channel - In addition to LabelStyle.Limits, show the data source name.