forked from Lubuntu/welcome
Add tooltips to the new buttons
This commit is contained in:
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><html><head/><body><p>Launch the Discover software center.</p></body></html></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><html><head/><body><p>Donate to the Lubuntu project and buy Lubuntu merch!</p></body></html></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><html><head/><body><p>Have a bug or issue? Click here to find out how to report it.</p></body></html></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…
x
Reference in New Issue
Block a user