Editing QT GUI LED Indicator
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 3: | Line 3: | ||
== Parameters == | == Parameters == | ||
(''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | |||
; Id | ; Id | ||
Line 9: | Line 9: | ||
; Label | ; Label | ||
: dtype: string | |||
: default: "" | |||
: the name for the LED | : the name for the LED | ||
; Label Position | ; Label Position | ||
: dtype: enum | |||
: default: Above | |||
: options: [Above, Below] | : options: [Above, Below] | ||
Line 18: | Line 22: | ||
; On Color | ; On Color | ||
: dtype: enum | |||
: default: green | |||
: 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: | : dtype: enum | ||
: default: red | |||
: options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal] | |||
; Size | ; Size | ||
: default: 40 | : dtype: int | ||
: default: 40 | |||
; Cell Alignment | ; Cell Alignment | ||
: dtype: enum | |||
: default: Center | |||
: options: [Center,Left,Right] | : options: [Center,Left,Right] | ||
; Vertical Alignment | ; Vertical Alignment | ||
: dtype: enum | |||
: default: Center | |||
: options: [Center,Top,Bottom] | : options: [Center,Top,Bottom] | ||