About dialog: add Credits button
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1cd4f3dbb2
commit
53d0eecb94
@ -9,7 +9,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>359</width>
|
||||
<width>365</width>
|
||||
<height>423</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -81,6 +81,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="creditButton">
|
||||
<property name="text">
|
||||
<string>Credits</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="websiteButton">
|
||||
<property name="text">
|
||||
@ -112,6 +119,12 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>licenseButton</tabstop>
|
||||
<tabstop>creditButton</tabstop>
|
||||
<tabstop>websiteButton</tabstop>
|
||||
<tabstop>closeButton</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../subsurface.qrc"/>
|
||||
</resources>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user