mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-14 16:11:50 -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">
|
<item row="7" column="0">
|
||||||
<widget class="QSpinBox" name="rptSpinBox">
|
<widget class="QSpinBox" name="rptSpinBox">
|
||||||
<property name="toolTip">
|
<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>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignCenter</set>
|
||||||
@ -748,7 +748,7 @@ QLabel[oob="true"] {
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="cbFirst">
|
<widget class="QCheckBox" name="cbFirst">
|
||||||
<property name="toolTip">
|
<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>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Call 1st</string>
|
<string>Call 1st</string>
|
||||||
@ -800,7 +800,7 @@ QLabel[oob="true"] {
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="cbHoldTxFreq">
|
<widget class="QCheckBox" name="cbHoldTxFreq">
|
||||||
<property name="toolTip">
|
<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>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Hold Tx Freq</string>
|
<string>Hold Tx Freq</string>
|
||||||
@ -966,6 +966,9 @@ QLabel[oob="true"] {
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="cbVHFcontest">
|
<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">
|
<property name="text">
|
||||||
<string>NA VHF Contest</string>
|
<string>NA VHF Contest</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user