QT GUI LED Indicator: Difference between revisions
Jump to navigation
Jump to search
(initial creation) |
|||
Line 3: | Line 3: | ||
== Parameters == | == Parameters == | ||
(''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | <b>(''R''):</b> <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | ||
; Id | ; Id | ||
Line 9: | Line 9: | ||
; Label | ; Label | ||
: the name for the LED | : the name for the LED | ||
; Label Position | ; Label Position | ||
: options: [Above, Below] | : options: [Above, Below] | ||
Line 22: | Line 18: | ||
; On Color | ; On Color | ||
: options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal] | : options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal] | ||
; Off Color | ; Off Color | ||
: options: see above | |||
: options: | |||
; Size | ; Size | ||
: default: 40 pixels | |||
: default: 40 | |||
; Cell Alignment | ; Cell Alignment | ||
: options: [Center,Left,Right] | : options: [Center,Left,Right] | ||
; Vertical Alignment | ; Vertical Alignment | ||
: options: [Center,Top,Bottom] | : options: [Center,Top,Bottom] | ||
Latest revision as of 17:07, 8 November 2020
This block creates a basic LED indicator
Added in 3.9
Parameters
(R): Run-time adjustable
- Id
- The variable name
- Label
- the name for the LED
- Label Position
- options: [Above, Below]
- State (R)
- default: False
- On Color
- options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal]
- Off Color
- options: see above
- Size
- default: 40 pixels
- Cell Alignment
- options: [Center,Left,Right]
- Vertical Alignment
- options: [Center,Top,Bottom]
See GUI Hint for how to position the GUI within a window.
Example Flowgraph
This flowgraph can be found at [1]
Example Output
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO