mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-13 11:51:47 -05:00
DSD demod: added combo box for baud rate
This commit is contained in:
parent
fb54b162cd
commit
5ca0c95dc5
@ -135,6 +135,29 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="baudRate">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>55</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Baud rate: 2.4k: NXDN, dPMR 4.8k: DMR, D-Star, YSF</string>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>2.4k</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>4.8k</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="modulationText">
|
||||
<property name="minimumSize">
|
||||
|
Loading…
Reference in New Issue
Block a user