diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-02-18 13:51:40 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-18 13:51:40 -0800 |
commit | 53d0eecb9433fa5a00123de3e1e8ac0d3abc502e (patch) | |
tree | b7874cb549f0356009703e6caddb7b9abbf9c861 /desktop-widgets | |
parent | 1cd4f3dbb2ef04a1c55b3349a2b100dd86a29732 (diff) | |
download | subsurface-53d0eecb9433fa5a00123de3e1e8ac0d3abc502e.tar.gz |
About dialog: add Credits button
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/about.ui | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/desktop-widgets/about.ui b/desktop-widgets/about.ui index 0c1735e26..c1731c0d8 100644 --- a/desktop-widgets/about.ui +++ b/desktop-widgets/about.ui @@ -9,7 +9,7 @@ <rect> <x>0</x> <y>0</y> - <width>359</width> + <width>365</width> <height>423</height> </rect> </property> @@ -82,6 +82,13 @@ </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"> <string>&Website</string> @@ -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> |