MyBooks
dlgaboutthis.hpp
Go to the documentation of this file.
1 #ifndef DLGABOUTTHIS_HPP
2 #define DLGABOUTTHIS_HPP
3 
4 #include "ui_dlgaboutthis.h"
5 namespace Ui {
6 class DlgAboutThis;
7 }
8 
9 class DlgAboutThis : public QDialog
10 {
11  Q_OBJECT
12 
13 public:
14  explicit DlgAboutThis(QWidget *parent = 0);
15 
16 protected:
17  void changeEvent(QEvent *e);
18 private:
19  Ui::DlgAboutThis *ui;
20 };
21 
22 #endif // DLGABOUTTHIS_HPP
Definition: reportpreview.h:30
Ui::DlgAboutThis * ui
Definition: dlgaboutthis.hpp:19
Definition: dlgaboutthis.hpp:9