Almetare  1.15
Alle meine Taschenrechner - Eine C++-Bibliothek zur Entwicklung von Taschenrechnern
casio_sci_dat_base_dlg.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file '..\almetare\special\casio_sci\casio_sci_dat_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 CASIOSCIDATBASEDLG_H
10 #define CASIOSCIDATBASEDLG_H
11 
12 #include <qvariant.h>
13 #include <qdialog.h>
14 class QVBoxLayout;
15 class QHBoxLayout;
16 class QGridLayout;
17 class QMultiLineEdit;
18 class QPushButton;
19 
20 class CasioSciDatBaseDlg : public QDialog
21 {
22  Q_OBJECT
23 
24 public:
25  CasioSciDatBaseDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
27 
28  QMultiLineEdit* mMleP;
29  QPushButton* mBtnLoadP;
30  QPushButton* mBtnSaveP;
31  QPushButton* mBtnCancelP;
32  QPushButton* mBtnOkP;
33 
34 public slots:
35  virtual void butLoad();
36  virtual void butSave();
37 
38 protected:
39  QGridLayout* CasioSciDatBaseDlgLayout;
40  QHBoxLayout* Layout2;
41  bool event( QEvent* );
42 };
43 
44 #endif // CASIOSCIDATBASEDLG_H
Definition: casio_sci_dat_base_dlg.h:20