Mercurial > trustbridge
comparison ui/processwaitdialog.cpp @ 661:320a64d58e62
(UI) Updated English strings. Removed Issuer fields.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Thu, 26 Jun 2014 15:59:34 +0200 |
parents | 47235ae3fa9a |
children |
comparison
equal
deleted
inserted
replaced
660:392ec26de687 | 661:320a64d58e62 |
---|---|
21 QHBoxLayout *theLayout = new QHBoxLayout(this); | 21 QHBoxLayout *theLayout = new QHBoxLayout(this); |
22 | 22 |
23 setWindowTitle(tr("Applications need to be closed.")); | 23 setWindowTitle(tr("Applications need to be closed.")); |
24 setWindowFlags(Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint); | 24 setWindowFlags(Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint); |
25 | 25 |
26 QLabel *warnLabel = new QLabel(tr("Close all running firefox and thunderbird instances to continue installation!")); | 26 QLabel *warnLabel = new QLabel(tr("Please close all running Firefox and Thunderbird instances to continue installation!")); |
27 QLabel *warnIcon = new QLabel(); | 27 QLabel *warnIcon = new QLabel(); |
28 warnIcon->setPixmap(QApplication::style()->standardPixmap(QStyle::SP_MessageBoxWarning)); | 28 warnIcon->setPixmap(QApplication::style()->standardPixmap(QStyle::SP_MessageBoxWarning)); |
29 | 29 |
30 theLayout->addWidget(warnIcon); | 30 theLayout->addWidget(warnIcon); |
31 theLayout->addWidget(warnLabel); | 31 theLayout->addWidget(warnLabel); |