Almetare 1.20
Alle meine Taschenrechner - Eine C++-Bibliothek zur Entwicklung von Taschenrechnern
ti30_main_base_dlg.h
1/****************************************************************************
2** Form interface generated from reading ui file '..\almetare\special\ti_sci\ti30\ti30_main_base_dlg.ui'
3**
4** Created: Sun Jan 7 16:13:07 2024
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef TI30MAINBASEDLG_H
10#define TI30MAINBASEDLG_H
11
12#include <qvariant.h>
13#include <qdialog.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QLabel;
18class QLineEdit;
19class QPushButton;
20class QToolButton;
21
22class Ti30mainBaseDlg : public QDialog
23{
24 Q_OBJECT
25
26public:
27 Ti30mainBaseDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
29
30 QPushButton* mInvP;
31 QPushButton* mConstP;
32 QPushButton* mSinP;
33 QPushButton* mSqrP;
34 QPushButton* mEeP;
35 QPushButton* mSqrtP;
36 QPushButton* mLogP;
37 QPushButton* mCosP;
38 QPushButton* mOffP;
39 QPushButton* mTanP;
40 QPushButton* mLnP;
41 QPushButton* mDrgP;
42 QPushButton* mPowP;
43 QPushButton* mDivP;
44 QPushButton* mKetP;
45 QPushButton* mPiP;
46 QPushButton* m9P;
47 QPushButton* mPrcP;
48 QPushButton* m6P;
49 QPushButton* mBraP;
50 QPushButton* mAddP;
51 QPushButton* mSubP;
52 QPushButton* mSumP;
53 QPushButton* m5P;
54 QPushButton* mStoP;
55 QPushButton* m8P;
56 QPushButton* mMulP;
57 QPushButton* m4P;
58 QPushButton* mRclP;
59 QPushButton* m1P;
60 QPushButton* m2P;
61 QPushButton* m7P;
62 QPushButton* m3P;
63 QLabel* mSeebassP;
64 QPushButton* mRcpP;
65 QPushButton* mOnP;
66 QToolButton* mCalcTypeP;
67 QLineEdit* mDisplayP;
68 QLineEdit* mModesP;
69 QLineEdit* mLcdStrP;
70 QPushButton* mPointP;
71 QPushButton* mExcP;
72 QPushButton* m0P;
73 QPushButton* mEquP;
74 QPushButton* mSignP;
75
76public slots:
77 virtual void butAction();
78 virtual void butDigit();
79 virtual void butDrg();
80 virtual void butEe();
81 virtual void butOff();
82 virtual void butOn();
83 virtual void butSign();
84 virtual void butType();
85 virtual void butInv();
86 virtual void playPress();
87 virtual void playRelease();
88
89protected:
90 bool event( QEvent* );
91};
92
93#endif // TI30MAINBASEDLG_H
Definition: ti30_main_base_dlg.h:23