comparison ui/aboutdialog.cpp @ 1274:f1f4059ec320

(admin) Updated strings.
author Emanuel Schuetze <emanuel@intevation.de>
date Mon, 29 Sep 2014 10:24:14 +0200
parents 6154d554b3af
children
comparison
equal deleted inserted replaced
1268:2efdf2faf4e5 1274:f1f4059ec320
26 QHBoxLayout *headerLayout = new QHBoxLayout; 26 QHBoxLayout *headerLayout = new QHBoxLayout;
27 QVBoxLayout *headerTextLayout = new QVBoxLayout; 27 QVBoxLayout *headerTextLayout = new QVBoxLayout;
28 QVBoxLayout *centerLayout = new QVBoxLayout; 28 QVBoxLayout *centerLayout = new QVBoxLayout;
29 QHBoxLayout *bottomLayout = new QHBoxLayout; 29 QHBoxLayout *bottomLayout = new QHBoxLayout;
30 30
31 QLabel *title = new QLabel("<h2>" + tr("TrustBridge") + "</h2>"); 31 QLabel *title = new QLabel("<h2>" + tr("TrustBridge Administration") + "</h2>");
32 QString version = tr("Version: "); 32 QString version = tr("Version: ");
33 version.append(QApplication::applicationVersion()); 33 version.append(QApplication::applicationVersion());
34 QLabel *appVersion = new QLabel(version); 34 QLabel *appVersion = new QLabel(version);
35 appVersion->setTextInteractionFlags( 35 appVersion->setTextInteractionFlags(
36 Qt::TextSelectableByMouse | 36 Qt::TextSelectableByMouse |
60 "<li>Oxygen-Icons (GNU LGPL v>=3)" + 60 "<li>Oxygen-Icons (GNU LGPL v>=3)" +
61 "<li>OpenSSL-based signcode utility (GNU GPL v==3)" + 61 "<li>OpenSSL-based signcode utility (GNU GPL v==3)" +
62 "<li>OpenSSL (OpenSSL License)" + 62 "<li>OpenSSL (OpenSSL License)" +
63 "<li>NSIS (zlib/libpng license & Common Public License version 1.0)</ul>" + 63 "<li>NSIS (zlib/libpng license & Common Public License version 1.0)</ul>" +
64 tr("You will find the legally binding details in the 'licenses' directory " 64 tr("You will find the legally binding details in the 'licenses' directory "
65 "where TrustBridge is installed " 65 "where TrustBridge is installed<br/>"
66 "or in the corresponding revision of the" 66 "or in the corresponding revision of the "
67 "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>.")); 67 "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>."));
68 68
69 textDesc->setTextFormat(Qt::RichText); 69 textDesc->setTextFormat(Qt::RichText);
70 textDesc->setTextInteractionFlags( 70 textDesc->setTextInteractionFlags(
71 Qt::TextSelectableByMouse | 71 Qt::TextSelectableByMouse |

http://wald.intevation.org/projects/trustbridge/