Added tooltip to status button

This commit is contained in:
Jordan Sherer 2020-03-28 15:31:16 -04:00
parent f072ec74ed
commit f2b3216bab

View File

@ -1538,7 +1538,7 @@ QTextEdit[transmitting="true"] {
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Send your station information&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Send your station information message&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>INFO</string> <string>INFO</string>
@ -1705,6 +1705,9 @@ color:#222;
<height>30</height> <height>30</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>Send your station status message</string>
</property>
<property name="text"> <property name="text">
<string>STATUS</string> <string>STATUS</string>
</property> </property>