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@199: #ifndef ABOUTDIALOG_H rrenkert@199: #define ABOUTDIALOG_H rrenkert@199: rrenkert@199: #include rrenkert@199: #include rrenkert@199: /** rrenkert@199: * @file aboutdialog.h rrenkert@199: * @brief The dialog for information about the application. rrenkert@199: */ rrenkert@199: rrenkert@199: class AboutDialog : public QDialog rrenkert@199: { rrenkert@199: public: rrenkert@199: /** @brief Create a help dialog */ rrenkert@199: AboutDialog(QMainWindow *parent); rrenkert@199: rrenkert@199: private: rrenkert@199: void setupGUI(); rrenkert@199: rrenkert@199: }; rrenkert@199: #endif // ABOUTDIALOG_H