Add a ToolTip for the new ComboBox selecting CQ rsponse type.

This commit is contained in:
Joe Taylor 2022-03-03 14:44:28 -05:00
parent 5e9645091d
commit 7d66232ec7

View File

@ -833,6 +833,9 @@ When not checked you can view the calibration results.</string>
</item>
<item>
<widget class="QComboBox" name="respondComboBox">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select &lt;span style=&quot; font-weight:600;&quot;&gt;CQ: First&lt;/span&gt; to respond automatically to he first decoded replyto your CQ. &lt;/p&gt;&lt;p&gt;Select &lt;span style=&quot; font-weight:600;&quot;&gt;CQ: Max Pts&lt;/span&gt; to respond automatically to the reply yielding most points in the ARRL Digi-DX contest. &lt;/p&gt;&lt;p&gt;Select &lt;span style=&quot; font-weight:600;&quot;&gt;CQ: None&lt;/span&gt; to choose callers manually.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="currentText">
<string/>
</property>