Restore the 'Deselect callsign after logging' setting

This commit is contained in:
Jordan Sherer 2018-12-01 16:47:57 -05:00
parent 4406e99670
commit 842896d867

View File

@ -23,7 +23,7 @@
<string>Select tab to change configuration parameters.</string> <string>Select tab to change configuration parameters.</string>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>3</number>
</property> </property>
<widget class="QWidget" name="general_tab"> <widget class="QWidget" name="general_tab">
<attribute name="title"> <attribute name="title">
@ -279,8 +279,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>738</width> <width>654</width>
<height>453</height> <height>489</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_26"> <layout class="QVBoxLayout" name="verticalLayout_26">
@ -683,23 +683,23 @@ text message.</string>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="heartbeatGroupBox"> <widget class="QGroupBox" name="heartbeatGroupBox">
<property name="visible"> <property name="visible">
<bool>true</bool> <bool>false</bool>
</property> </property>
<property name="title"> <property name="title">
<string>Heartbeat (HB)</string> <string>Heartbeat (HB)</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_211"> <layout class="QVBoxLayout" name="verticalLayout_211">
<item> <item>
<widget class="QCheckBox" name="heartbeat_anywhere_check_box"> <widget class="QCheckBox" name="heartbeat_anywhere_check_box">
<property name="text"> <property name="text">
<string>Allow heartbeat transmissions outside of heartbeat sub-channel (500Hz - 1000Hz)</string> <string>Allow heartbeat transmissions outside of heartbeat sub-channel (500Hz - 1000Hz)</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="verticalSpacer_5"> <spacer name="verticalSpacer_5">
@ -727,9 +727,9 @@ text message.</string>
<layout class="QHBoxLayout" name="horizontalLayout_15"> <layout class="QHBoxLayout" name="horizontalLayout_15">
<item> <item>
<widget class="QLabel" name="ping_label_10"> <widget class="QLabel" name="ping_label_10">
<property name="visible"> <property name="visible">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Heartbeat interval:</string> <string>Heartbeat interval:</string>
</property> </property>
@ -737,9 +737,9 @@ text message.</string>
</item> </item>
<item> <item>
<widget class="QSpinBox" name="heartbeat_spin_box"> <widget class="QSpinBox" name="heartbeat_spin_box">
<property name="visible"> <property name="visible">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of minutes between unattended heartbeat transmissions.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of minutes between unattended heartbeat transmissions.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
@ -2031,7 +2031,7 @@ both here.</string>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>746</width> <width>746</width>
<height>525</height> <height>554</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_30"> <layout class="QVBoxLayout" name="verticalLayout_30">
@ -4067,12 +4067,12 @@ soundcard changes</string>
</connection> </connection>
</connections> </connections>
<buttongroups> <buttongroups>
<buttongroup name="TX_audio_source_button_group"/>
<buttongroup name="CAT_handshake_button_group"/>
<buttongroup name="CAT_data_bits_button_group"/>
<buttongroup name="PTT_method_button_group"/> <buttongroup name="PTT_method_button_group"/>
<buttongroup name="CAT_stop_bits_button_group"/> <buttongroup name="CAT_data_bits_button_group"/>
<buttongroup name="TX_audio_source_button_group"/>
<buttongroup name="split_mode_button_group"/> <buttongroup name="split_mode_button_group"/>
<buttongroup name="CAT_handshake_button_group"/>
<buttongroup name="CAT_stop_bits_button_group"/>
<buttongroup name="TX_mode_button_group"/> <buttongroup name="TX_mode_button_group"/>
</buttongroups> </buttongroups>
</ui> </ui>