aheinecke@404: /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik aheinecke@404: * Software engineering by Intevation GmbH aheinecke@404: * aheinecke@404: * This file is Free Software under the GNU GPL (v>=2) aheinecke@404: * and comes with ABSOLUTELY NO WARRANTY! aheinecke@404: * See LICENSE.txt for details. aheinecke@404: */ rrenkert@211: #ifndef STATUSDIALOG_H rrenkert@211: #define STATUSDIALOG_H rrenkert@211: rrenkert@211: #include rrenkert@211: #include rrenkert@211: /** rrenkert@211: * @file statusdialog.h rrenkert@211: * @brief The dialog for certificate status. rrenkert@211: */ rrenkert@211: rrenkert@211: class StatusDialog : public QDialog rrenkert@211: { rrenkert@211: public: rrenkert@211: /** @brief Create a status dialog */ rrenkert@211: StatusDialog(QMainWindow *parent); rrenkert@211: rrenkert@211: private: rrenkert@211: void setupGUI(); rrenkert@211: rrenkert@211: }; rrenkert@211: #endif // STATUSDIALOG_H