Add tool tip for rescan ADIF log button

Also removed the  tool tip for the  settings main tab widget  as it is
confusing when it gets inherited by children with no tool tip.
This commit is contained in:
Bill Somerville 2018-12-02 16:07:46 +00:00
parent 43edd81a8b
commit 4360a5b674

View File

@ -16,9 +16,6 @@
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>
<widget class="QTabWidget" name="configuration_tabs"> <widget class="QTabWidget" name="configuration_tabs">
<property name="toolTip">
<string>Select tab to change configuration parameters.</string>
</property>
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>0</number>
</property> </property>
@ -2259,6 +2256,9 @@ Right click for insert and delete options.</string>
</item> </item>
<item> <item>
<widget class="QPushButton" name="rescan_log_push_button"> <widget class="QPushButton" name="rescan_log_push_button">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Click to scan the wsjtx_log.adi ADIF file again for worked before information&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Rescan ADIF Log</string> <string>Rescan ADIF Log</string>
</property> </property>