Add tooltips to the new buttons

master
Dan Simmons 4 years ago
parent a6f0cf3453
commit cb5d6ba540

@ -64,6 +64,9 @@ background-color: rgb(61, 61, 61);</string>
</item> </item>
<item> <item>
<widget class="QPushButton" name="buttonSoftware"> <widget class="QPushButton" name="buttonSoftware">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Launch the Discover software center.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Software</string> <string>Software</string>
</property> </property>
@ -71,6 +74,9 @@ background-color: rgb(61, 61, 61);</string>
</item> </item>
<item> <item>
<widget class="QPushButton" name="buttonDonate"> <widget class="QPushButton" name="buttonDonate">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Donate to the Lubuntu project and buy Lubuntu merch!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Donate To Lubuntu</string> <string>Donate To Lubuntu</string>
</property> </property>
@ -78,6 +84,9 @@ background-color: rgb(61, 61, 61);</string>
</item> </item>
<item> <item>
<widget class="QPushButton" name="buttonBugReports"> <widget class="QPushButton" name="buttonBugReports">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Have a bug or issue? Click here to find out how to report it.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Bug Reporting</string> <string>Bug Reporting</string>
</property> </property>
@ -157,8 +166,6 @@ p, li { white-space: pre-wrap; }
</action> </action>
</widget> </widget>
<layoutdefault spacing="6" margin="11"/> <layoutdefault spacing="6" margin="11"/>
<resources> <resources/>
<include location="welcomecenterresource.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>

Loading…
Cancel
Save