From 600c649c3d611b44b7310d059b6b8755ccee3304 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 23 Nov 2018 13:55:42 +0100 Subject: Update About Dialog text --- lib/about/aboutdialog.cpp | 17 ++++++++++++++--- lib/about/aboutdialog.ui | 7 +++++-- 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'lib/about') diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index 6434d68..12210dc 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -9,6 +9,7 @@ #include "aboutdialog.h" #include "ui_aboutdialog.h" #include +#include "config.h" // compiler // clang also defines __GNUC__, so we need to check for clang first @@ -33,8 +34,7 @@ AboutDialog::AboutDialog(QWidget *parent) ui->aboutLabel->setText(tr("

smolbote %1

" "

yet another no-frills browser

" - "

This program is free software, see License for more information.

" - "

This program uses free software: Qt5, Boost

") + "

This program is free software, see License for more information.

") .arg(qApp->applicationVersion())); ui->licenseLabel->setText(tr("

Copyright 2017 - 2018 aqua

" @@ -50,7 +50,18 @@ AboutDialog::AboutDialog(QWidget *parent) "

You can read the full terms of the license on the GNU website.

")); ui->detailsLabel->setText(tr("

Version " poi_Version "

" - "

Compiled with " compiler "

")); + "

Compiled with " compiler "

" + "

Libraries:

")); } diff --git a/lib/about/aboutdialog.ui b/lib/about/aboutdialog.ui index 13edfed..0af877d 100644 --- a/lib/about/aboutdialog.ui +++ b/lib/about/aboutdialog.ui @@ -81,8 +81,8 @@ 0 0 - 96 - 30 + 406 + 450 @@ -125,6 +125,9 @@ true + + true + -- cgit v1.2.1