QT GUI Digital Number Control: Difference between revisions
Jump to navigation
Jump to search
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 | ||
: The variable name | : The variable name | ||
; Label | ; Label | ||
: The label of the display | : The label of the display | ||
; Min Freq (Hz) | ; Min Freq (Hz) | ||
: The minimum value which can be displayed | : The minimum value which can be displayed | ||
; Max Freq (Hz) | ; Max Freq (Hz) | ||
: The maximum value which can be displayed | : The maximum value which can be displayed | ||
; Value (''R'') | ; Value (''R'') | ||
: The initial value to be displayed | : The initial value to be displayed | ||
; Thousands Separator | ; Thousands Separator | ||
: options: [Comma, Period, None] | |||
: options: [ | |||
; Message Property Name | ; Message Property Name | ||
: 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] | |||
: options: [ | |||
; Font Color | ; Font Color | ||
: options: see above | |||
: options: | |||
; Read Only | ; Read Only | ||
: | : True / 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. |
Latest revision as of 03:13, 5 November 2020
While it can be used for anything, this block replicates the frequency display found in many SDR receivers.
Added in 3.9
Parameters
(R): Run-time adjustable
- Id
- The variable name
- Label
- The label of the display
- Min Freq (Hz)
- The minimum value which can be displayed
- Max Freq (Hz)
- The maximum value which can be displayed
- Value (R)
- The initial value to be displayed
- Thousands Separator
- options: [Comma, Period, None]
- Message Property Name
- The name paired with the message value
- Background
- options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal]
- Font Color
- options: see above
- Read Only
- True / False
See GUI Hint for how to position the GUI within a window.
Example Flowgraph
This file can be found at [1]
Example Output
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO