Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ui/statusdialog.h Thu Mar 27 09:06:35 2014 +0100 @@ -0,0 +1,21 @@ +#ifndef STATUSDIALOG_H +#define STATUSDIALOG_H + +#include <QDialog> +#include <QMainWindow> +/** + * @file statusdialog.h + * @brief The dialog for certificate status. + */ + +class StatusDialog : public QDialog +{ +public: + /** @brief Create a status dialog */ + StatusDialog(QMainWindow *parent); + +private: + void setupGUI(); + +}; +#endif // STATUSDIALOG_H