Update mouse_commands.txt and tool tips.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8149 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2017-10-01 14:03:16 +00:00
parent a5df33bab9
commit 34fa909b31
2 changed files with 12 additions and 8 deletions

View File

@ -616,7 +616,7 @@ QLabel[oob="true"] {
<item row="7" column="0"> <item row="7" column="0">
<widget class="QSpinBox" name="rptSpinBox"> <widget class="QSpinBox" name="rptSpinBox">
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Signal report (dB)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Signal report: Signal-to-noise ratio in 2500 Hz reference noise bandwidth (dB).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
@ -748,7 +748,7 @@ QLabel[oob=&quot;true&quot;] {
<item> <item>
<widget class="QCheckBox" name="cbFirst"> <widget class="QCheckBox" name="cbFirst">
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Call the first decoded responder to my CQ.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Chect to call the first decoded responder to my CQ.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Call 1st</string> <string>Call 1st</string>
@ -800,7 +800,7 @@ QLabel[oob=&quot;true&quot;] {
<item> <item>
<widget class="QCheckBox" name="cbHoldTxFreq"> <widget class="QCheckBox" name="cbHoldTxFreq">
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Tx frequency tracks Rx frequency. &lt;/p&gt;&lt;p&gt;Not recommended for general use!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to keep Tx frequency fixed when double-clicking on decoded text.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Hold Tx Freq</string> <string>Hold Tx Freq</string>
@ -966,6 +966,9 @@ QLabel[oob=&quot;true&quot;] {
</item> </item>
<item> <item>
<widget class="QCheckBox" name="cbVHFcontest"> <widget class="QCheckBox" name="cbVHFcontest">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to exchange grid locators instead of signal reports. DO NOT USE when propagation supports making world-wide contacts!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>NA VHF Contest</string> <string>NA VHF Contest</string>
</property> </property>

View File

@ -9,16 +9,17 @@
<b>Shift-click</b> to set Tx frequency.<br/> <b>Shift-click</b> to set Tx frequency.<br/>
<b>Ctrl-click</b> to set Rx and Tx frequencies.<br/> <b>Ctrl-click</b> to set Rx and Tx frequencies.<br/>
<b>Double-click</b> to also decode at Rx frequency.<br/> <b>Double-click</b> to also decode at Rx frequency.<br/>
If <b>Lock Tx Freq</b> is checked, Tx freq does not move.<br/>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="right">Decoded text:</td> <td align="right">Decoded text:</td>
<td><b>Double-click</b> to copy second callsign to Dx Call<br/> <td><b>Double-click</b> to copy second callsign to Dx Call<br/>
and locator to Dx Grid; change Rx frequency to decoded<br/> and locator to Dx Grid, change Rx and Tx frequency to<br/>
signal's frequency; generate standard messages. Tx<br/> decoded signal's frequency, and generate standard<br/>
frequency is not changed unless <b>Ctrl</b> is held down and<br/> messages.<br/>
<b>Lock Tx Freq</b> is not checked.<br/> If <b>Hold Tx Freq</b> is checked or first callsign in message<br/>
is your own call, Tx frequency is not changed unless <br/>
<b>Ctrl</b> is held down.<br/>
</td> </td>
</tr> </tr>
<tr> <tr>