Added deselect callsign after logging as an option instead of forced

This commit is contained in:
Jordan Sherer
2018-11-20 09:50:53 -05:00
parent f018a622ce
commit a3e004375e
4 changed files with 38 additions and 20 deletions
+22 -10
View File
@@ -278,9 +278,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-26</y>
<width>724</width>
<height>473</height>
<height>479</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_26">
@@ -725,6 +725,19 @@ text message.</string>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
@@ -1975,7 +1988,7 @@ both here.</string>
<x>0</x>
<y>0</y>
<width>746</width>
<height>519</height>
<height>548</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_30">
@@ -2023,19 +2036,18 @@ both here.</string>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="clear_DX_check_box">
<widget class="QCheckBox" name="clear_callsign_check_box">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Check this option to force the clearing of the DX Call
and DX Grid fields when a 73 or free text message is sent.</string>
<string>Check this option to force deselect callsign after logging.</string>
</property>
<property name="text">
<string>Clear &amp;DX call and grid after logging</string>
<string>Deselect callsign after logging</string>
</property>
</widget>
</item>
@@ -3999,12 +4011,12 @@ soundcard changes</string>
</connection>
</connections>
<buttongroups>
<buttongroup name="TX_audio_source_button_group"/>
<buttongroup name="CAT_handshake_button_group"/>
<buttongroup name="PTT_method_button_group"/>
<buttongroup name="CAT_data_bits_button_group"/>
<buttongroup name="PTT_method_button_group"/>
<buttongroup name="CAT_stop_bits_button_group"/>
<buttongroup name="split_mode_button_group"/>
<buttongroup name="TX_audio_source_button_group"/>
<buttongroup name="TX_mode_button_group"/>
</buttongroups>
</ui>