Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 801 → Rev 800

/QMK-Groundstation/trunk/QMK-Scope/Dialogs/dlg_Main.h
35,14 → 35,11
 
#include "ui_dlg_Main.h"
 
#include "wgt_Index.h"
 
#include "../Defines.h"
#include "../TypeDefs.h"
 
#include "../Classes/cSettings.h"
 
 
class dlg_Main : public QMainWindow, public Ui::dlg_Main_UI
{
Q_OBJECT
55,7 → 52,10
// Settings-Object
cSettings *o_Settings;
 
wgt_Index *wg_Index[MAX_DebugData];
QLabel *lb_Debug[MAX_DebugData];
QLineEdit *le_Debug[MAX_DebugData];
QCheckBox *cb_Debug[MAX_DebugData];
QFont Font_1;
 
// Info über die Hardware
s_Hardware gs_Version;
91,9 → 91,9
void slot_MK_Debug(s_MK_Debug ls_Debug);
void slot_MK_DebugLabels(s_MK_DebugLabels MK_DebugLabels);
 
// void slot_ac_Plotter();
// void slot_ac_Debug();
// void slot_ac_Chose();
void slot_ac_Plotter();
void slot_ac_Debug();
void slot_ac_Chose();
 
void slot_ac_ReadLabels();