src/AboutDialog.h

changeset 4
fe106c497b75
child 6
f8474f2c5db9
equal deleted inserted replaced
3:4b95e33ee476 4:fe106c497b75
1 #ifndef _ABOUTDIALOG_H
2 #define _ABOUTDIALOG_H
3
4 #include <QDialog>
5
6 namespace Ui {
7 class AboutDialog;
8 }
9
10 class AboutDialog : public QDialog
11 {
12 Q_OBJECT
13
14 public:
15 explicit AboutDialog(QWidget *parent = 0);
16 ~AboutDialog();
17
18 private:
19 Ui::AboutDialog *ui;
20 };
21
22 #endif // ABOUTDIALOG_H

mercurial