mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-29 20:22:28 -04:00
Add ToolTips for SuperFox controls and link to a SuperFox User Guide.
This commit is contained in:
parent
e1446e3ac5
commit
0788cc50cb
@ -2797,6 +2797,11 @@ void MainWindow::on_actionFT8_DXpedition_Mode_User_Guide_triggered()
|
||||
QDesktopServices::openUrl (QUrl {"https://wsjt.sourceforge.io/FT8_DXpedition_Mode.pdf"});
|
||||
}
|
||||
|
||||
void MainWindow::on_actionSuperFox_User_Guide_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl (QUrl {"https://wsjt.sourceforge.io/SuperFox_User_Guide.pdf"});
|
||||
}
|
||||
|
||||
void MainWindow::on_actionQSG_FST4_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl (QUrl {"https://wsjt.sourceforge.io/FST4_Quick_Start.pdf"});
|
||||
|
@ -42,6 +42,7 @@
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>10</pointsize>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
@ -185,6 +186,7 @@
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>10</pointsize>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
@ -2075,6 +2077,9 @@ Double-click to reset to the standard 73 message</string>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Set the maximum permitted SNR for callers to be included in the queue.</p></body></html></string>
|
||||
</property>
|
||||
<property name="prefix">
|
||||
<string>Max dB </string>
|
||||
</property>
|
||||
@ -2118,6 +2123,9 @@ Double-click to reset to the standard 73 message</string>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Maximum number of concurrent streams for Fox transmissions.</p></body></html></string>
|
||||
</property>
|
||||
<property name="suffix">
|
||||
<string/>
|
||||
</property>
|
||||
@ -2150,6 +2158,9 @@ Double-click to reset to the standard 73 message</string>
|
||||
</item>
|
||||
<item row="7" column="2">
|
||||
<widget class="QPushButton" name="pbFoxReset">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Clear all queues.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Reset</string>
|
||||
</property>
|
||||
@ -2157,6 +2168,9 @@ Double-click to reset to the standard 73 message</string>
|
||||
</item>
|
||||
<item row="6" column="2">
|
||||
<widget class="QCheckBox" name="cbMoreCQs">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Include a CQ message along with other messages.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>More CQs</string>
|
||||
</property>
|
||||
@ -2164,6 +2178,9 @@ Double-click to reset to the standard 73 message</string>
|
||||
</item>
|
||||
<item row="5" column="2">
|
||||
<widget class="QComboBox" name="comboBoxCQ">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Select a specific CQ message.</p></body></html></string>
|
||||
</property>
|
||||
<property name="currentText">
|
||||
<string>CQ</string>
|
||||
</property>
|
||||
@ -2314,6 +2331,9 @@ Double-click to reset to the standard 73 message</string>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Select a desired sort order for callsigns in the queue.</p></body></html></string>
|
||||
</property>
|
||||
<property name="currentText">
|
||||
<string>Random</string>
|
||||
</property>
|
||||
@ -2361,6 +2381,9 @@ Double-click to reset to the standard 73 message</string>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Maximum number of callsigns to be displayed in the queue.</p></body></html></string>
|
||||
</property>
|
||||
<property name="prefix">
|
||||
<string>N List </string>
|
||||
</property>
|
||||
@ -2377,6 +2400,9 @@ Double-click to reset to the standard 73 message</string>
|
||||
</item>
|
||||
<item row="8" column="2">
|
||||
<widget class="QPushButton" name="pbFreeText">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Enter a free text message.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Free Text</string>
|
||||
</property>
|
||||
@ -2384,6 +2410,9 @@ Double-click to reset to the standard 73 message</string>
|
||||
</item>
|
||||
<item row="9" column="2">
|
||||
<widget class="QCheckBox" name="cbSendMsg">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Transmit free text message at the next opportunity.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Send msg</string>
|
||||
</property>
|
||||
@ -3266,6 +3295,7 @@ QPushButton[state="ok"] {
|
||||
<addaction name="actionOnline_User_Guide"/>
|
||||
<addaction name="actionLocal_User_Guide"/>
|
||||
<addaction name="actionFT8_DXpedition_Mode_User_Guide"/>
|
||||
<addaction name="actionSuperFox_User_Guide"/>
|
||||
<addaction name="actionQSG_FST4"/>
|
||||
<addaction name="actionQSG_Q65"/>
|
||||
<addaction name="actionQSG_X250_M3"/>
|
||||
@ -3856,6 +3886,11 @@ QPushButton[state="ok"] {
|
||||
<string>Erase list of Q65 callers</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSuperFox_User_Guide">
|
||||
<property name="text">
|
||||
<string>SuperFox User Guide</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<customwidgets>
|
||||
|
Loading…
x
Reference in New Issue
Block a user