comparison ui/statusdialog.h @ 211:be628d261617

Added new status dialog.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 27 Mar 2014 09:06:35 +0100
parents
children 17e1c8f37d72
comparison
equal deleted inserted replaced
210:9c51c472e596 211:be628d261617
1 #ifndef STATUSDIALOG_H
2 #define STATUSDIALOG_H
3
4 #include <QDialog>
5 #include <QMainWindow>
6 /**
7 * @file statusdialog.h
8 * @brief The dialog for certificate status.
9 */
10
11 class StatusDialog : public QDialog
12 {
13 public:
14 /** @brief Create a status dialog */
15 StatusDialog(QMainWindow *parent);
16
17 private:
18 void setupGUI();
19
20 };
21 #endif // STATUSDIALOG_H

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