Almetare  1.15
Alle meine Taschenrechner - Eine C++-Bibliothek zur Entwicklung von Taschenrechnern
about_base_dlg.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file '..\almetare\base\about_base_dlg.ui'
3 **
4 ** Created: Mon Apr 23 19:49:49 2018
5 ** by: The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #ifndef ABOUTBASEDLG_H
10 #define ABOUTBASEDLG_H
11 
12 #include <qvariant.h>
13 #include <qdialog.h>
14 class QVBoxLayout;
15 class QHBoxLayout;
16 class QGridLayout;
17 class QFrame;
18 class QLabel;
19 class QPushButton;
20 
21 class AboutBaseDlg : public QDialog
22 {
23  Q_OBJECT
24 
25 public:
26  AboutBaseDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
27  ~AboutBaseDlg();
28 
29  QFrame* mFrmP;
30  QLabel* mAlmP;
31  QLabel* mVcP;
32  QLabel* mNameP;
33  QPushButton* mBtnOkP;
34  QLabel* mCprP;
35 
36 protected:
37  QVBoxLayout* mFrmPLayout;
38  bool event( QEvent* );
39 };
40 
41 #endif // ABOUTBASEDLG_H
Definition: about_base_dlg.h:21