A level indicator view, suitable for use as a level or peak meter, etc.
Set the warning and critical thresholds. If meter value is above either threshold, -warningColor or -criticalColor will be shown, respectively (by default, yellow and red). If -drawsPeak is true warning color will be displayed based on -peakLevel rather than value.
val |
A Float. |
Sets the style of the view.
val |
An QLevelIndicatorStyle \continuous or \led (see -stepWidth) |
The number of ticks in the view's scale which will be large sized.
number |
An Integer >= 0. |
Determines whether the view draws a separate peak display. This can be useful for displaying both peak and RMS values. If drawsPeak is true -warning and -critical will be displayed based on -peakLevel rather than value.
bool |
A Boolean. By default the peak is not drawn. |