diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-20 13:36:13 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-20 13:36:13 +0100 |
commit | 47eefd76a894a003ac2e7d8647860b22df755d4d (patch) | |
tree | b44240b8b3f5813d36b5965fc7260b72f5a658fa /lib | |
parent | Make keyboard shortcut defaults configurable (diff) | |
download | smolbote-47eefd76a894a003ac2e7d8647860b22df755d4d.tar.xz |
Add link to GPL to About dialog
Diffstat (limited to 'lib')
-rw-r--r-- | lib/about/aboutdialog.cpp | 3 | ||||
-rw-r--r-- | lib/about/aboutdialog.ui | 15 |
2 files changed, 11 insertions, 7 deletions
diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index 02ae2cf..4e57025 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -46,7 +46,8 @@ AboutDialog::AboutDialog(QWidget *parent) "<li> the freedom to share the changes you make, and</li>" "<li> the responsibility to grant the same freedoms when sharing the software.</li>" "</ul>" - "<p>This program is distributed in the hope that it will be useful, but without any warranty.</p>")); + "<p>This program is distributed in the hope that it will be useful, but without any warranty.</p>" + "<p>You can read the full terms of the license on <a href='https://www.gnu.org/licenses/gpl-3.0.en.html'>the GNU website</a>.</p>")); ui->detailsLabel->setText(tr("<p>Version " poi_Version "</p>" "<p>Compiled with " compiler "</p>")); diff --git a/lib/about/aboutdialog.ui b/lib/about/aboutdialog.ui index e6a37cf..dbd2561 100644 --- a/lib/about/aboutdialog.ui +++ b/lib/about/aboutdialog.ui @@ -56,8 +56,8 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>452</height> + <width>406</width> + <height>450</height> </rect> </property> <attribute name="label"> @@ -81,8 +81,8 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>452</height> + <width>406</width> + <height>450</height> </rect> </property> <attribute name="label"> @@ -97,6 +97,9 @@ <property name="wordWrap"> <bool>true</bool> </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> </widget> </item> </layout> @@ -106,8 +109,8 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>452</height> + <width>96</width> + <height>120</height> </rect> </property> <attribute name="label"> |