comparison ui/aboutdialog.h @ 1255:2a1aa9df8f11

(issue133) Improve API documentation
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 25 Sep 2014 17:58:12 +0200
parents 1642a79cc02d
children
comparison
equal deleted inserted replaced
1254:6d840341bc25 1255:2a1aa9df8f11
13 /** 13 /**
14 * @file aboutdialog.h 14 * @file aboutdialog.h
15 * @brief The dialog for information about the application. 15 * @brief The dialog for information about the application.
16 */ 16 */
17 17
18 /** @brief AboutDialog of the admin application
19 *
20 * This is a specialized QDialog for the About information
21 * of the administrator application.
22 */
18 class AboutDialog : public QDialog 23 class AboutDialog : public QDialog
19 { 24 {
20 Q_OBJECT 25 Q_OBJECT
21 public: 26 public:
22 /** @brief Create a help dialog */ 27 /** @brief Create the about dialog */
23 AboutDialog(QMainWindow *parent); 28 AboutDialog(QMainWindow *parent);
24 29
25 private: 30 private:
31 /** @brief Create UI elements */
26 void setupGUI(); 32 void setupGUI();
27 33
28 }; 34 };
29 #endif // ABOUTDIALOG_H 35 #endif // ABOUTDIALOG_H

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