Tidy up and make platform agnostic the Configuration->Advanced Tab

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6155 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2015-11-22 19:17:06 +00:00
parent befb687ca2
commit ad11444c63
1 changed files with 137 additions and 219 deletions

View File

@ -20,7 +20,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>7</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="general_tab"> <widget class="QWidget" name="general_tab">
<attribute name="title"> <attribute name="title">
@ -450,7 +450,7 @@ quiet period when decoding is done.</string>
<property name="editable"> <property name="editable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="currentText" stdset="0"> <property name="currentText">
<string/> <string/>
</property> </property>
<property name="insertPolicy"> <property name="insertPolicy">
@ -870,7 +870,7 @@ other hardware interface for PTT.</string>
<property name="editable"> <property name="editable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="currentText" stdset="0"> <property name="currentText">
<string/> <string/>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
@ -2127,137 +2127,74 @@ Right click for insert and delete options.</string>
<attribute name="title"> <attribute name="title">
<string>Advanced</string> <string>Advanced</string>
</attribute> </attribute>
<widget class="QGroupBox" name="groupBox_5"> <layout class="QGridLayout" name="gridLayout_15">
<property name="geometry"> <item row="0" column="0">
<rect> <widget class="QGroupBox" name="groupBox_5">
<x>10</x> <property name="toolTip">
<y>10</y> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;User-selectable parameters for JT65 decoding.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<width>211</width> </property>
<height>277</height> <property name="title">
</rect> <string>JT65 decoding parameters</string>
</property> </property>
<property name="toolTip"> <layout class="QVBoxLayout" name="verticalLayout_12">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;User-selectable parameters for JT65 decoding.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <item>
</property> <layout class="QFormLayout" name="formLayout_2">
<property name="title"> <item row="0" column="0">
<string>JT65 decoding parameters</string> <widget class="QLabel" name="label_2">
</property> <property name="text">
<widget class="QWidget" name="layoutWidget2"> <string>Random erasure patterns:</string>
<property name="geometry"> </property>
<rect> <property name="buddy">
<x>10</x> <cstring>sbNtrials</cstring>
<y>20</y> </property>
<width>192</width> </widget>
<height>253</height> </item>
</rect> <item row="0" column="1">
</property> <widget class="QSpinBox" name="sbNtrials">
<layout class="QVBoxLayout" name="verticalLayout_9"> <property name="toolTip">
<item> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Maximum number of erasure patterns for stochastic soft-decision Reed Solomon decoder is 10^(n/2).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<layout class="QHBoxLayout" name="horizontalLayout_13"> </property>
<item> <property name="minimum">
<widget class="QLabel" name="label_2"> <number>0</number>
<property name="minimumSize"> </property>
<size> <property name="maximum">
<width>130</width> <number>12</number>
<height>0</height> </property>
</size> <property name="value">
</property> <number>6</number>
<property name="maximumSize"> </property>
<size> </widget>
<width>130</width> </item>
<height>16777215</height> </layout>
</size> </item>
</property> <item>
<property name="text"> <widget class="QCheckBox" name="cbSync1Bit">
<string>Random erasure patterns:</string> <property name="text">
</property> <string>Robust sync</string>
</widget>
</item>
<item>
<widget class="QSpinBox" name="sbNtrials">
<property name="minimumSize">
<size>
<width>35</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Maximum number of erasure patterns for stochastic soft-decision Reed Solomon decoder is 10^(n/2).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>12</number>
</property>
<property name="value">
<number>6</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="cbTwoPass">
<property name="text">
<string>Two-pass decoding</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbSync1Bit">
<property name="text">
<string>Robust sync</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_6">
<property name="minimumSize">
<size>
<width>0</width>
<height>141</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>183</width>
<height>16777215</height>
</size>
</property>
<property name="title">
<string>Experience-based decoding</string>
</property>
<widget class="QWidget" name="layoutWidget3">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>152</width>
<height>111</height>
</rect>
</property> </property>
<layout class="QGridLayout" name="gridLayout_9"> <property name="checked">
<item row="0" column="0"> <bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbTwoPass">
<property name="text">
<string>Two-pass decoding</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_6">
<property name="title">
<string>Experience-based decoding</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QCheckBox" name="cbMyDx"> <widget class="QCheckBox" name="cbMyDx">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Test codewords corresponding to messages of the form &amp;quot;MyCall DxCall Dxgrid&amp;quot;, &amp;quot;MyCall DxCall rpt&amp;quot;. &amp;quot;MyCall DxCall RRR&amp;quot;. and &amp;quot;MyCall DxCall 73&amp;quot;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Test codewords corresponding to messages of the form &amp;quot;MyCall DxCall Dxgrid&amp;quot;, &amp;quot;MyCall DxCall rpt&amp;quot;. &amp;quot;MyCall DxCall RRR&amp;quot;. and &amp;quot;MyCall DxCall 73&amp;quot;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
@ -2266,14 +2203,8 @@ Right click for insert and delete options.</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item>
<widget class="QCheckBox" name="cbCQMyN"> <widget class="QCheckBox" name="cbCQMyN">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Test codewords corresponding to messages of the form &amp;quot;CQ Call Grid&amp;quot; and &amp;quot;MyCall Call Grid&amp;quot; for all Call/Grid combinations selected from the list of known calls.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Test codewords corresponding to messages of the form &amp;quot;CQ Call Grid&amp;quot; and &amp;quot;MyCall Call Grid&amp;quot; for all Call/Grid combinations selected from the list of known calls.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
@ -2282,14 +2213,8 @@ Right click for insert and delete options.</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item>
<widget class="QCheckBox" name="cbNDxG"> <widget class="QCheckBox" name="cbNDxG">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Test codewords corresponding to messages of the form &amp;quot;Call DxCall DxGrid OOO&amp;quot; for all Call/Grid combinations selected from the list of known calls.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Test codewords corresponding to messages of the form &amp;quot;Call DxCall DxGrid OOO&amp;quot; for all Call/Grid combinations selected from the list of known calls.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
@ -2298,14 +2223,8 @@ Right click for insert and delete options.</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item>
<widget class="QCheckBox" name="cbNN"> <widget class="QCheckBox" name="cbNN">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Test codewords corresponding to messages of the form &amp;quot;Call1 Call2 Grid2&amp;quot;for all Call/Grid combinations selected from the list of known calls.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Test codewords corresponding to messages of the form &amp;quot;Call1 Call2 Grid2&amp;quot;for all Call/Grid combinations selected from the list of known calls.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
@ -2314,14 +2233,8 @@ Right click for insert and delete options.</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0"> <item>
<widget class="QCheckBox" name="cbEMEonly"> <widget class="QCheckBox" name="cbEMEonly">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select Call/Grid combinations from list of known calls only if marked as active on EME.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select Call/Grid combinations from list of known calls only if marked as active on EME.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
@ -2332,56 +2245,61 @@ Right click for insert and delete options.</string>
</item> </item>
</layout> </layout>
</widget> </widget>
</widget> </item>
</item> <item>
<item> <layout class="QFormLayout" name="formLayout_3">
<layout class="QHBoxLayout" name="horizontalLayout_12"> <item row="0" column="1">
<item> <widget class="QSpinBox" name="sbAggressive">
<widget class="QLabel" name="label_4"> <property name="toolTip">
<property name="minimumSize"> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Higher levels will increase the probability of decoding, but will also increase probability of a false decode.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<size> </property>
<width>120</width> <property name="maximum">
<height>0</height> <number>10</number>
</size> </property>
</property> </widget>
<property name="maximumSize"> </item>
<size> <item row="0" column="0">
<width>130</width> <widget class="QLabel" name="label_4">
<height>16777215</height> <property name="text">
</size> <string>Aggressive decoding level:</string>
</property> </property>
<property name="text"> <property name="buddy">
<string>Aggressive decoding level:</string> <cstring>sbAggressive</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> </layout>
<widget class="QSpinBox" name="sbAggressive"> </item>
<property name="minimumSize"> </layout>
<size> </widget>
<width>35</width> </item>
<height>0</height> <item row="0" column="1">
</size> <spacer name="horizontalSpacer_5">
</property> <property name="orientation">
<property name="maximumSize"> <enum>Qt::Horizontal</enum>
<size> </property>
<width>35</width> <property name="sizeHint" stdset="0">
<height>16777215</height> <size>
</size> <width>40</width>
</property> <height>20</height>
<property name="toolTip"> </size>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Higher levels will increase the probability of decoding, but will also increase probability of a false decode.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property>
</property> </spacer>
<property name="maximum"> </item>
<number>10</number> <item row="1" column="0" colspan="2">
</property> <spacer name="verticalSpacer_8">
</widget> <property name="orientation">
</item> <enum>Qt::Vertical</enum>
</layout> </property>
</item> <property name="sizeHint" stdset="0">
</layout> <size>
</widget> <width>20</width>
</widget> <height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget> </widget>
</widget> </widget>
</item> </item>
@ -2491,8 +2409,8 @@ soundcard changes</string>
<slot>accept()</slot> <slot>accept()</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>245</x> <x>254</x>
<y>605</y> <y>554</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>157</x> <x>157</x>
@ -2507,8 +2425,8 @@ soundcard changes</string>
<slot>reject()</slot> <slot>reject()</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>313</x> <x>322</x>
<y>605</y> <y>554</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>286</x> <x>286</x>
@ -2523,7 +2441,7 @@ soundcard changes</string>
<slot>setFocus()</slot> <slot>setFocus()</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>576</x> <x>566</x>
<y>62</y> <y>62</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
@ -2543,19 +2461,19 @@ soundcard changes</string>
<y>60</y> <y>60</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>576</x> <x>566</x>
<y>62</y> <y>62</y>
</hint> </hint>
</hints> </hints>
</connection> </connection>
</connections> </connections>
<buttongroups> <buttongroups>
<buttongroup name="CAT_handshake_button_group"/>
<buttongroup name="split_mode_button_group"/> <buttongroup name="split_mode_button_group"/>
<buttongroup name="CAT_data_bits_button_group"/>
<buttongroup name="TX_audio_source_button_group"/> <buttongroup name="TX_audio_source_button_group"/>
<buttongroup name="TX_mode_button_group"/> <buttongroup name="TX_mode_button_group"/>
<buttongroup name="PTT_method_button_group"/>
<buttongroup name="CAT_handshake_button_group"/>
<buttongroup name="CAT_data_bits_button_group"/>
<buttongroup name="CAT_stop_bits_button_group"/> <buttongroup name="CAT_stop_bits_button_group"/>
<buttongroup name="PTT_method_button_group"/>
</buttongroups> </buttongroups>
</ui> </ui>