mirror of
https://github.com/lubuntu-team/welcome.git
synced 2025-03-10 06:41:07 +00:00
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>
|
||||
<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">
|
||||
<string>Software</string>
|
||||
</property>
|
||||
@ -71,6 +74,9 @@ background-color: rgb(61, 61, 61);</string>
|
||||
</item>
|
||||
<item>
|
||||
<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">
|
||||
<string>Donate To Lubuntu</string>
|
||||
</property>
|
||||
@ -78,6 +84,9 @@ background-color: rgb(61, 61, 61);</string>
|
||||
</item>
|
||||
<item>
|
||||
<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">
|
||||
<string>Bug Reporting</string>
|
||||
</property>
|
||||
@ -157,8 +166,6 @@ p, li { white-space: pre-wrap; }
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<resources>
|
||||
<include location="welcomecenterresource.qrc"/>
|
||||
</resources>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Loading…
x
Reference in New Issue
Block a user