QT GUI Digital Number Control: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(initial creation)
 
(add <code>Added in 3.9</code>; add Gui Hint)
Line 1: Line 1:
While it can be used for anything, this block replicates the frequency display found in many SDR receivers.
While it can be used for anything, this block replicates the frequency display found in many SDR receivers.<br>
<code>Added in 3.9</code>


== Parameters ==
== Parameters ==
Line 33: Line 34:
; Read Only
; Read Only
: true or false
: true or false
See [[GUI Hint]] for how to position the GUI within a window.


== Example Flowgraph ==
== Example Flowgraph ==

Revision as of 01:36, 28 October 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
pull down choices: comma, period, none
Message Property Name
The name paired with the message value
Background
pull down choices
Font Color
pull down choices
Read Only
true or false

See GUI Hint for how to position the GUI within a window.

Example Flowgraph

This file can be found at [1]

Test dignum fg.png

Example Output

Test dignum out.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO