Almetare  1.15
Alle meine Taschenrechner - Eine C++-Bibliothek zur Entwicklung von Taschenrechnern
cfg_base_dlg.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file '..\almetare\base\cfg_base_dlg.ui'
3 **
4 ** Created: Mon Apr 23 19:49:48 2018
5 ** by: The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #ifndef CFGBASEDLG_H
10 #define CFGBASEDLG_H
11 
12 #include <qvariant.h>
13 #include <qdialog.h>
14 class QVBoxLayout;
15 class QHBoxLayout;
16 class QGridLayout;
17 class QButtonGroup;
18 class QCheckBox;
19 class QGroupBox;
20 class QLabel;
21 class QLineEdit;
22 class QPushButton;
23 class QRadioButton;
24 
25 class CfgBaseDlg : public QDialog
26 {
27  Q_OBJECT
28 
29 public:
30  CfgBaseDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
31  ~CfgBaseDlg();
32 
33  QButtonGroup* ButtonGroup9;
34  QRadioButton* mRb100P;
35  QRadioButton* mRb75P;
36  QRadioButton* mRb50P;
37  QRadioButton* mRb33P;
38  QButtonGroup* ButtonGroup2;
39  QRadioButton* mRbMoreRealisticP;
40  QRadioButton* mRbRealisticP;
41  QRadioButton* mRbSimpleP;
42  QRadioButton* mRbDebugP;
43  QGroupBox* GroupBox1;
44  QCheckBox* mCbDefaultP;
45  QPushButton* mBtnSearchP;
46  QLabel* mLbBrowserPathP;
47  QLineEdit* mLeBrowserPathP;
48  QPushButton* mbtnHelpP;
49  QPushButton* mbtnAboutP;
50  QPushButton* mBtnCancelP;
51  QPushButton* mBtnOkP;
52  QButtonGroup* ButtonGroup1;
53  QCheckBox* mCbToolTipP;
54  QCheckBox* mCbLogP;
55  QCheckBox* mCbAlwaysOnTopP;
56 
57 public slots:
58  virtual void butHelp();
59  virtual void butSearch();
60  virtual void cbEnDisable();
61  virtual void butAbout();
62 
63 protected:
64  QGridLayout* CfgBaseDlgLayout;
65  QVBoxLayout* ButtonGroup9Layout;
66  QVBoxLayout* ButtonGroup2Layout;
67  QHBoxLayout* GroupBox1Layout;
68  QVBoxLayout* Layout9;
69  QHBoxLayout* Layout8;
70  QHBoxLayout* Layout3;
71  QHBoxLayout* Layout5;
72  QGridLayout* ButtonGroup1Layout;
73 };
74 
75 #endif // CFGBASEDLG_H
Definition: cfg_base_dlg.h:25