mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 13:12:30 -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"});
|
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()
|
void MainWindow::on_actionQSG_FST4_triggered()
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl (QUrl {"https://wsjt.sourceforge.io/FST4_Quick_Start.pdf"});
|
QDesktopServices::openUrl (QUrl {"https://wsjt.sourceforge.io/FST4_Quick_Start.pdf"});
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>10</pointsize>
|
||||||
|
<weight>50</weight>
|
||||||
<bold>false</bold>
|
<bold>false</bold>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
@ -185,6 +186,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>10</pointsize>
|
||||||
|
<weight>50</weight>
|
||||||
<bold>false</bold>
|
<bold>false</bold>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
@ -2075,6 +2077,9 @@ Double-click to reset to the standard 73 message</string>
|
|||||||
<height>16777215</height>
|
<height>16777215</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</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">
|
<property name="prefix">
|
||||||
<string>Max dB </string>
|
<string>Max dB </string>
|
||||||
</property>
|
</property>
|
||||||
@ -2118,6 +2123,9 @@ Double-click to reset to the standard 73 message</string>
|
|||||||
<height>16777215</height>
|
<height>16777215</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</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">
|
<property name="suffix">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
@ -2150,6 +2158,9 @@ Double-click to reset to the standard 73 message</string>
|
|||||||
</item>
|
</item>
|
||||||
<item row="7" column="2">
|
<item row="7" column="2">
|
||||||
<widget class="QPushButton" name="pbFoxReset">
|
<widget class="QPushButton" name="pbFoxReset">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string><html><head/><body><p>Clear all queues.</p></body></html></string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Reset</string>
|
<string>Reset</string>
|
||||||
</property>
|
</property>
|
||||||
@ -2157,6 +2168,9 @@ Double-click to reset to the standard 73 message</string>
|
|||||||
</item>
|
</item>
|
||||||
<item row="6" column="2">
|
<item row="6" column="2">
|
||||||
<widget class="QCheckBox" name="cbMoreCQs">
|
<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">
|
<property name="text">
|
||||||
<string>More CQs</string>
|
<string>More CQs</string>
|
||||||
</property>
|
</property>
|
||||||
@ -2164,6 +2178,9 @@ Double-click to reset to the standard 73 message</string>
|
|||||||
</item>
|
</item>
|
||||||
<item row="5" column="2">
|
<item row="5" column="2">
|
||||||
<widget class="QComboBox" name="comboBoxCQ">
|
<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">
|
<property name="currentText">
|
||||||
<string>CQ</string>
|
<string>CQ</string>
|
||||||
</property>
|
</property>
|
||||||
@ -2314,6 +2331,9 @@ Double-click to reset to the standard 73 message</string>
|
|||||||
<height>16777215</height>
|
<height>16777215</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</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">
|
<property name="currentText">
|
||||||
<string>Random</string>
|
<string>Random</string>
|
||||||
</property>
|
</property>
|
||||||
@ -2361,6 +2381,9 @@ Double-click to reset to the standard 73 message</string>
|
|||||||
<height>16777215</height>
|
<height>16777215</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</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">
|
<property name="prefix">
|
||||||
<string>N List </string>
|
<string>N List </string>
|
||||||
</property>
|
</property>
|
||||||
@ -2377,6 +2400,9 @@ Double-click to reset to the standard 73 message</string>
|
|||||||
</item>
|
</item>
|
||||||
<item row="8" column="2">
|
<item row="8" column="2">
|
||||||
<widget class="QPushButton" name="pbFreeText">
|
<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">
|
<property name="text">
|
||||||
<string>Free Text</string>
|
<string>Free Text</string>
|
||||||
</property>
|
</property>
|
||||||
@ -2384,6 +2410,9 @@ Double-click to reset to the standard 73 message</string>
|
|||||||
</item>
|
</item>
|
||||||
<item row="9" column="2">
|
<item row="9" column="2">
|
||||||
<widget class="QCheckBox" name="cbSendMsg">
|
<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">
|
<property name="text">
|
||||||
<string>Send msg</string>
|
<string>Send msg</string>
|
||||||
</property>
|
</property>
|
||||||
@ -3266,6 +3295,7 @@ QPushButton[state="ok"] {
|
|||||||
<addaction name="actionOnline_User_Guide"/>
|
<addaction name="actionOnline_User_Guide"/>
|
||||||
<addaction name="actionLocal_User_Guide"/>
|
<addaction name="actionLocal_User_Guide"/>
|
||||||
<addaction name="actionFT8_DXpedition_Mode_User_Guide"/>
|
<addaction name="actionFT8_DXpedition_Mode_User_Guide"/>
|
||||||
|
<addaction name="actionSuperFox_User_Guide"/>
|
||||||
<addaction name="actionQSG_FST4"/>
|
<addaction name="actionQSG_FST4"/>
|
||||||
<addaction name="actionQSG_Q65"/>
|
<addaction name="actionQSG_Q65"/>
|
||||||
<addaction name="actionQSG_X250_M3"/>
|
<addaction name="actionQSG_X250_M3"/>
|
||||||
@ -3856,6 +3886,11 @@ QPushButton[state="ok"] {
|
|||||||
<string>Erase list of Q65 callers</string>
|
<string>Erase list of Q65 callers</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
|
<action name="actionSuperFox_User_Guide">
|
||||||
|
<property name="text">
|
||||||
|
<string>SuperFox User Guide</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<layoutdefault spacing="6" margin="11"/>
|
<layoutdefault spacing="6" margin="11"/>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user