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