mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 07:06:17 -05:00
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:
parent
a5df33bab9
commit
34fa909b31
@ -616,7 +616,7 @@ QLabel[oob="true"] {
|
||||
<item row="7" column="0">
|
||||
<widget class="QSpinBox" name="rptSpinBox">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Signal report (dB)</p></body></html></string>
|
||||
<string><html><head/><body><p>Signal report: Signal-to-noise ratio in 2500 Hz reference noise bandwidth (dB).</p></body></html></string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
@ -748,7 +748,7 @@ QLabel[oob="true"] {
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbFirst">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Call the first decoded responder to my CQ.</p></body></html></string>
|
||||
<string><html><head/><body><p>Chect to call the first decoded responder to my CQ.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Call 1st</string>
|
||||
@ -800,7 +800,7 @@ QLabel[oob="true"] {
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbHoldTxFreq">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Tx frequency tracks Rx frequency. </p><p>Not recommended for general use!</p></body></html></string>
|
||||
<string><html><head/><body><p>Check to keep Tx frequency fixed when double-clicking on decoded text.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Hold Tx Freq</string>
|
||||
@ -966,6 +966,9 @@ QLabel[oob="true"] {
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbVHFcontest">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Check to exchange grid locators instead of signal reports. DO NOT USE when propagation supports making world-wide contacts!</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>NA VHF Contest</string>
|
||||
</property>
|
||||
|
@ -9,16 +9,17 @@
|
||||
<b>Shift-click</b> to set Tx frequency.<br/>
|
||||
<b>Ctrl-click</b> to set Rx and Tx frequencies.<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">Decoded text:</td>
|
||||
<td><b>Double-click</b> to copy second callsign to Dx Call<br/>
|
||||
and locator to Dx Grid; change Rx frequency to decoded<br/>
|
||||
signal's frequency; generate standard messages. Tx<br/>
|
||||
frequency is not changed unless <b>Ctrl</b> is held down and<br/>
|
||||
<b>Lock Tx Freq</b> is not checked.<br/>
|
||||
and locator to Dx Grid, change Rx and Tx frequency to<br/>
|
||||
decoded signal's frequency, and generate standard<br/>
|
||||
messages.<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>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user