Skip to content

Commit

Permalink
qtgui: Expose "eng_slider" and "eng" range widgets in GRC
Browse files Browse the repository at this point in the history
These variations, which provide a text entry field that allows for
engineering notation, have been available since 3.8.5. Now they can be
chosen through GRC.

Signed-off-by: Ryan Volz <ryan.volz@gmail.com>
  • Loading branch information
ryanvolz committed Sep 25, 2023
1 parent 065f68e commit f3ba929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gr-qtgui/grc/qtgui_range.block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ parameters:
label: Widget
dtype: enum
default: counter_slider
options: [counter_slider, counter, slider, dial]
option_labels: [Counter + Slider, Counter, Slider, Knob]
options: [counter_slider, counter, slider, dial, eng_slider, eng]
option_labels: [Counter + Slider, Counter, Slider, Knob, Entry + Slider, Entry]
hide: part
- id: orient
label: Orientation
Expand Down

0 comments on commit f3ba929

Please sign in to comment.