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