Date: Fri, 30 Mar 2018 19:05:25 +0000 (+0300)
Subject: about dialog text changed
X-Git-Tag: submit/tizen/20180620.112952^2^2~26
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cf2e0ffda9bea79b0784f89b89f72202fda371b;p=sdk%2Ftools%2Fheaptrack.git
about dialog text changed
---
diff --git a/src/analyze/gui/aboutdialog.cpp b/src/analyze/gui/aboutdialog.cpp
index 1a4c99f..769d851 100644
--- a/src/analyze/gui/aboutdialog.cpp
+++ b/src/analyze/gui/aboutdialog.cpp
@@ -15,39 +15,44 @@ AboutDialog::AboutDialog(QWidget *parent) :
setWindowTitle("About " + AboutData::DisplayName);
- ui->textEdit->viewport()->setAutoFillBackground(false);
+ ui->textBrowser->viewport()->setAutoFillBackground(false);
- ui->textEdit->setHtml(QString(
+ ui->textBrowser->setHtml(QString(
"%1 v.%2
" \
- "%3
")
- .arg(AboutData::DisplayName).arg(AboutData::Version)
- .arg(AboutData::ShortDescription)
- +
+ "%3.
")
+ .arg(AboutData::DisplayName).arg(AboutData::Version)
+ .arg(AboutData::ShortDescription) +
+ QString(
+ "%1.
")
+ .arg(AboutData::CopyrightStatement) +
#ifdef SAMSUNG_TIZEN_BRANCH
QString(
- "Based on Heaptrack memory profiler created by Milian Wolff " \
- "<mail@milianw.de>
") +
+ "Based on Heaptrack memory profiler " \
+ "created by Milian Wolff on terms of " \
+ "LGPL.
") +
#endif
QString(
- "%4
")
- .arg(AboutData::CopyrightStatement) +
- QString(
- "GNU LESSER GENERAL PUBLIC LICENSE v.2.1
" \
- "The application is based in part on the work of the Qwt project " \
- "(qwt.sf.net)
")
+ "Uses Qt framework v.%1 libraries on terms of " \
+ "LGPL.
" \
+ "Uses ThreadWeaver library " \
+ "on terms of LGPL.
" \
+ "The application is based in part on the work of the " \
+ "Qwt project on terms of " \
+ "Qwt License.
")
+ .arg(QT_VERSION_STR)
#ifdef WINDOWS
+ QString(
"Application icon (free for commercial use): Jack Cai " \
- "(www.doublejdesign.co.uk)
")
+ "(www.doublejdesign.co.uk).