Test of sliders and meters (gauges)

Sliders

Sliders can be horizontal (first 3 rows) or vertical (fourth row). The value is given above (or for vertical sliders, at left). It is formatted with C-like format, and the format string can include any unit. For each slider, the minimum (min) and maximum (max) values and the number of positions (n) can be specified. The initial value, if not equal to min, can be configured (row 2, and 4). A logarithmic variation can be configured (blue slider at row 3).

Callback functions can be configured to be called on slider change. There are two possible callbacks:

Meters

Several kinds of meters exist : Back to project page