Editing QT GUI Digital Number Control
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 save 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 | ||
+ | : dtype: string | ||
: The variable name | : The variable name | ||
; Label | ; Label | ||
+ | : dtype: string | ||
: The label of the display | : The label of the display | ||
; Min Freq (Hz) | ; Min Freq (Hz) | ||
+ | : dtype: float | ||
+ | : default: '30e6' | ||
: The minimum value which can be displayed | : The minimum value which can be displayed | ||
; Max Freq (Hz) | ; Max Freq (Hz) | ||
+ | : dtype: float | ||
+ | : default: '1700e6' | ||
: The maximum value which can be displayed | : The maximum value which can be displayed | ||
; Value (''R'') | ; Value (''R'') | ||
+ | : dtype: real | ||
+ | : default: '100e6' | ||
: The initial value to be displayed | : The initial value to be displayed | ||
; Thousands Separator | ; Thousands Separator | ||
− | : options: [Comma, Period, None] | + | : dtype: enum |
+ | : default: 'Comma' | ||
+ | : options: ['Comma', 'Period', 'None'] | ||
; Message Property Name | ; Message Property Name | ||
+ | : dtype: string | ||
+ | : default: 'freq' | ||
: The name paired with the message value | : The name paired with the message value | ||
; Background | ; Background | ||
− | : options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal] | + | : dtype: enum |
+ | : default: 'black' | ||
+ | : options: ['silver', 'gray', 'black', 'white', 'red', 'green', 'blue', 'navy', 'yellow', 'orange', 'purple', 'lime', 'aqua', 'teal'] | ||
; Font Color | ; Font Color | ||
− | : options: | + | : dtype: enum |
+ | : default: 'white' | ||
+ | : options: ['silver', 'gray', 'black', 'white', 'red', 'green', 'blue', 'navy', 'yellow', 'orange', 'purple', 'lime', 'aqua', 'teal'] | ||
; Read Only | ; Read Only | ||
− | : | + | : dtype: bool |
+ | : default: 'False' | ||
See [[GUI Hint]] for how to position the GUI within a window. | See [[GUI Hint]] for how to position the GUI within a window. |