QT GUI Dial Gauge

From GNU Radio
Revision as of 17:04, 8 November 2020 by Duggabe (talk | contribs) (→‎Parameters)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This block creates a dial-style gauge. The value can be set either with a variable or an input message.
Added in 3.9

Parameters

(R): Run-time adjustable

Label
the name for the gauge
Label Position
options: [Above, Below]
Type
options: [Float, Integer]
Value (R)
default: 0
Minimum
default: 0
Maximum
default: 100
Show Value
default: False
Control Size (px)
default: 100
Filled Bar Color
options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal]
Empty Bar Color
options: see above
Font Color
options: see above

See GUI Hint for how to position the GUI within a window.

Example Flowgraph

This flowgraph can be found at [1]

Show dialgauge1 fg.png

Example Output

Show dialgauge1 out.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO