Add missing layout manager

This commit is contained in:
Bill Somerville 2019-07-19 15:41:57 +01:00
parent f0b77de193
commit 2acc6358a5
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>546</width> <width>552</width>
<height>553</height> <height>561</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -2856,35 +2856,25 @@ Right click for insert and delete options.</string>
<property name="title"> <property name="title">
<string>Waterfall spectra</string> <string>Waterfall spectra</string>
</property> </property>
<widget class="QRadioButton" name="rbLowSidelobes"> <layout class="QHBoxLayout" name="horizontalLayout_16">
<property name="geometry"> <item>
<rect> <widget class="QRadioButton" name="rbLowSidelobes">
<x>10</x> <property name="text">
<y>20</y> <string>Low sidelobes</string>
<width>91</width> </property>
<height>17</height> <property name="checked">
</rect> <bool>true</bool>
</property> </property>
<property name="text"> </widget>
<string>Low sidelobes</string> </item>
</property> <item>
<property name="checked"> <widget class="QRadioButton" name="rbMaxSensitivity">
<bool>true</bool> <property name="text">
</property> <string>Most sensitive</string>
</widget> </property>
<widget class="QRadioButton" name="rbMaxSensitivity"> </widget>
<property name="geometry"> </item>
<rect> </layout>
<x>120</x>
<y>20</y>
<width>92</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Most sensitive</string>
</property>
</widget>
</widget> </widget>
</item> </item>
</layout> </layout>
@ -3103,12 +3093,12 @@ Right click for insert and delete options.</string>
</connections> </connections>
<buttongroups> <buttongroups>
<buttongroup name="special_op_activity_button_group"/> <buttongroup name="special_op_activity_button_group"/>
<buttongroup name="CAT_data_bits_button_group"/>
<buttongroup name="split_mode_button_group"/>
<buttongroup name="TX_mode_button_group"/>
<buttongroup name="PTT_method_button_group"/> <buttongroup name="PTT_method_button_group"/>
<buttongroup name="CAT_stop_bits_button_group"/> <buttongroup name="CAT_stop_bits_button_group"/>
<buttongroup name="CAT_handshake_button_group"/> <buttongroup name="CAT_handshake_button_group"/>
<buttongroup name="TX_mode_button_group"/>
<buttongroup name="TX_audio_source_button_group"/> <buttongroup name="TX_audio_source_button_group"/>
<buttongroup name="split_mode_button_group"/>
<buttongroup name="CAT_data_bits_button_group"/>
</buttongroups> </buttongroups>
</ui> </ui>