comparison ui/administratorwindow.cpp @ 1274:f1f4059ec320

(admin) Updated strings.
author Emanuel Schuetze <emanuel@intevation.de>
date Mon, 29 Sep 2014 10:24:14 +0200
parents bd2cb6bdb1c5
children 38d3dce323b4
comparison
equal deleted inserted replaced
1268:2efdf2faf4e5 1274:f1f4059ec320
117 headerLayout->setStretch(0, 0); 117 headerLayout->setStretch(0, 0);
118 headerLayout->setStretch(1, 10); 118 headerLayout->setStretch(1, 10);
119 119
120 // The buttons. 120 // The buttons.
121 bottomLayout->setAlignment(Qt::AlignBottom); 121 bottomLayout->setAlignment(Qt::AlignBottom);
122 saveButton = new QPushButton(QIcon(":/img/document-save.png"), " " + tr("Save list")); 122 saveButton = new QPushButton(QIcon(":/img/document-save.png"), " " + tr("Create list"));
123 connect(saveButton, SIGNAL(clicked()), this, SLOT(saveCertificateFile())); 123 connect(saveButton, SIGNAL(clicked()), this, SLOT(saveCertificateFile()));
124 loadButton = new QPushButton(QIcon(":/img/document-open.png"), " " + tr("Load list")); 124 loadButton = new QPushButton(QIcon(":/img/document-open.png"), " " + tr("Load list"));
125 connect(loadButton, SIGNAL(clicked()), this, SLOT(loadCertificateFile())); 125 connect(loadButton, SIGNAL(clicked()), this, SLOT(loadCertificateFile()));
126 addButton = new QPushButton(QIcon(":/img/document-new.png"), " " + tr("Add certificate")); 126 addButton = new QPushButton(QIcon(":/img/document-new.png"), " " + tr("Add certificate"));
127 connect(addButton, SIGNAL(clicked()), this, SLOT(addCertificates())); 127 connect(addButton, SIGNAL(clicked()), this, SLOT(addCertificates()));

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