Rev 750 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 750 | Rev 801 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | #include <qwt_legend.h> |
33 | #include <qwt_legend.h> |
34 | #include <qwt_plot.h> |
34 | #include <qwt_plot.h> |
Line 35... | Line 35... | ||
35 | 35 | ||
Line -... | Line 36... | ||
- | 36 | #include "ui_dlg_Main.h" |
|
- | 37 | ||
36 | #include "ui_dlg_Main.h" |
38 | #include "wgt_Index.h" |
37 | 39 | ||
Line 38... | Line 40... | ||
38 | #include "../Defines.h" |
40 | #include "../Defines.h" |
Line -... | Line 41... | ||
- | 41 | #include "../TypeDefs.h" |
|
39 | #include "../TypeDefs.h" |
42 | |
40 | 43 | #include "../Classes/cSettings.h" |
|
41 | #include "../Classes/cSettings.h" |
44 | |
Line 42... | Line 45... | ||
42 | 45 | ||
Line 50... | Line 53... | ||
50 | 53 | ||
51 | private: |
54 | private: |
52 | // Settings-Object |
55 | // Settings-Object |
Line 53... | Line -... | ||
53 | cSettings *o_Settings; |
- | |
54 | - | ||
55 | QLabel *lb_Debug[MAX_DebugData]; |
56 | cSettings *o_Settings; |
56 | QLineEdit *le_Debug[MAX_DebugData]; |
- | |
Line 57... | Line 57... | ||
57 | QCheckBox *cb_Debug[MAX_DebugData]; |
57 | |
58 | QFont Font_1; |
58 | wgt_Index *wg_Index[MAX_DebugData]; |
Line 59... | Line 59... | ||
59 | 59 | ||
Line 89... | Line 89... | ||
89 | void slot_ConnectionStatus(int li_Status); |
89 | void slot_ConnectionStatus(int li_Status); |
90 | void slot_MK_Version(s_Hardware ls_Version); |
90 | void slot_MK_Version(s_Hardware ls_Version); |
91 | void slot_MK_Debug(s_MK_Debug ls_Debug); |
91 | void slot_MK_Debug(s_MK_Debug ls_Debug); |
92 | void slot_MK_DebugLabels(s_MK_DebugLabels MK_DebugLabels); |
92 | void slot_MK_DebugLabels(s_MK_DebugLabels MK_DebugLabels); |
Line 93... | Line 93... | ||
93 | 93 | ||
94 | void slot_ac_Plotter(); |
94 | // void slot_ac_Plotter(); |
95 | void slot_ac_Debug(); |
95 | // void slot_ac_Debug(); |
Line 96... | Line 96... | ||
96 | void slot_ac_Chose(); |
96 | // void slot_ac_Chose(); |
Line 97... | Line 97... | ||
97 | 97 |