mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Add tooltips to save, launch, and exit buttons
This commit is contained in:
parent
16a32262ac
commit
825e2db0e2
@ -508,6 +508,9 @@
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="okButton">
|
<widget class="QPushButton" name="okButton">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Save configuration and close the config tool.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Save and Exit</string>
|
<string>Save and Exit</string>
|
||||||
</property>
|
</property>
|
||||||
@ -518,6 +521,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="launchButton">
|
<widget class="QPushButton" name="launchButton">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Save configuration and launch LEGO Island.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Launch Game</string>
|
<string>Launch Game</string>
|
||||||
</property>
|
</property>
|
||||||
@ -525,6 +531,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="cancelButton">
|
<widget class="QPushButton" name="cancelButton">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Discard changed settings and close the config tool.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Exit without saving</string>
|
<string>Exit without saving</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user