comparison ui/createinstallerdialog.cpp @ 426:d7cda835abd6

Some wording and Layout in TrustBridge Administration.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 17 Apr 2014 12:06:57 +0200
parents 03c562b1a3ea
children d1819cd56dee
comparison
equal deleted inserted replaced
424:81cf25402cb0 426:d7cda835abd6
35 QHBoxLayout *certLayout = new QHBoxLayout; 35 QHBoxLayout *certLayout = new QHBoxLayout;
36 QHBoxLayout *saveLayout = new QHBoxLayout; 36 QHBoxLayout *saveLayout = new QHBoxLayout;
37 37
38 QLabel *header = new QLabel("<h3>" + tr("Create binary installer") + "</h3>"); 38 QLabel *header = new QLabel("<h3>" + tr("Create binary installer") + "</h3>");
39 QLabel *description = new QLabel( 39 QLabel *description = new QLabel(
40 tr("Create and signed a TrustBridge binary installer from source.")); 40 tr("Create and sign a TrustBridge binary installer from source."));
41 headerSubLayout->insertSpacing(0, 40); 41 headerSubLayout->insertSpacing(0, 40);
42 headerSubLayout->addWidget(description); 42 headerSubLayout->addWidget(description);
43 QFrame *headerSeparator = new QFrame(); 43 QFrame *headerSeparator = new QFrame();
44 headerSeparator->setFrameShape(QFrame::HLine); 44 headerSeparator->setFrameShape(QFrame::HLine);
45 headerSeparator->setFrameShadow(QFrame::Sunken); 45 headerSeparator->setFrameShadow(QFrame::Sunken);

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