QT GUI Dial Gauge

From GNU Radio
Revision as of 14:17, 1 November 2020 by Duggabe (talk | contribs) (initial creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
dtype: string
default: ""
the name for the gauge
Label Position
dtype: enum
default: Above
options: [Above, Below]
Type
dtype: enum
default: Integer
options: [Float, Integer]
Value (R)
default: 0
Minimum
default: 0
Maximum
default: 100
Show Value
dtype: bool
default: False
Control Size (px)
dtype: int
default: 100
Filled Bar Color
dtype: enum
default: blue
options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal]
Empty Bar Color
dtype: enum
default: white
options: see above
Font Color
dtype: enum
default: black
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