Removed buttons from attenuator preamp UI controls.

merge-requests/2/head
Elliott Liggett 2021-04-09 16:29:04 -07:00
rodzic 6b967a52b9
commit f25524a434
1 zmienionych plików z 6 dodań i 13 usunięć

Wyświetl plik

@ -652,19 +652,12 @@
<string>Preamp/Att</string> <string>Preamp/Att</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_19"> <layout class="QVBoxLayout" name="verticalLayout_19">
<item>
<widget class="QRadioButton" name="preattNone">
<property name="text">
<string>None</string>
</property>
</widget>
</item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_23"> <layout class="QHBoxLayout" name="horizontalLayout_23">
<item> <item>
<widget class="QRadioButton" name="preampEnable"> <widget class="QLabel" name="label_12">
<property name="text"> <property name="text">
<string>Preamp</string> <string>Preamp:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -682,9 +675,9 @@
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QRadioButton" name="attEnable"> <widget class="QLabel" name="label_30">
<property name="text"> <property name="text">
<string>Attenuator</string> <string>Attenuator:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -724,7 +717,7 @@
<item> <item>
<widget class="QLabel" name="label_9"> <widget class="QLabel" name="label_9">
<property name="text"> <property name="text">
<string>Antenna</string> <string>Antenna:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -2054,7 +2047,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>934</width> <width>934</width>
<height>30</height> <height>22</height>
</rect> </rect>
</property> </property>
</widget> </widget>