Mercurial > trustbridge
comparison ui/processwaitdialog.cpp @ 611:957b28a97959
Add exclamation mark to warning message for running firefox / thunderbird instances
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 18 Jun 2014 14:43:56 +0200 |
parents | 292c590ba9cb |
children | 47235ae3fa9a |
comparison
equal
deleted
inserted
replaced
610:f469fae3f2f1 | 611:957b28a97959 |
---|---|
20 mProcessNames(processNames) { | 20 mProcessNames(processNames) { |
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 | 24 |
25 QLabel *warnLabel = new QLabel(tr("Close all running firefox and thunderbird instances to continue installation")); | 25 QLabel *warnLabel = new QLabel(tr("Close all running firefox and thunderbird instances to continue installation!")); |
26 QLabel *warnIcon = new QLabel(); | 26 QLabel *warnIcon = new QLabel(); |
27 warnIcon->setPixmap(QApplication::style()->standardPixmap(QStyle::SP_MessageBoxWarning)); | 27 warnIcon->setPixmap(QApplication::style()->standardPixmap(QStyle::SP_MessageBoxWarning)); |
28 | 28 |
29 theLayout->addWidget(warnIcon); | 29 theLayout->addWidget(warnIcon); |
30 theLayout->addWidget(warnLabel); | 30 theLayout->addWidget(warnLabel); |