adjust ui to guidelines
This commit is contained in:
parent
c46a616511
commit
59b8ba8835
15 changed files with 103 additions and 68 deletions
|
@ -73,6 +73,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="cmdView">
|
||||
<property name="toolTip">
|
||||
<string>View savegame</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>View</string>
|
||||
</property>
|
||||
|
@ -80,6 +83,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="cmdCopy">
|
||||
<property name="toolTip">
|
||||
<string>Copy savegame</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Copy</string>
|
||||
</property>
|
||||
|
@ -90,6 +96,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="cmdDelete">
|
||||
<property name="toolTip">
|
||||
<string>Delete savegame</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Delete</string>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue