Subversion Repositories Projects

Rev

Rev 227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 337
Line 20... Line 20...
20
#define DLG_MOTORTEST_H
20
#define DLG_MOTORTEST_H
Line 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
#include <QObject>
22
#include <QObject>
23
 
23
 
Line 24... Line 24...
24
#include "ui_dlg_Motortest.h"
24
#include "ui_dlg_Motortest.h"
25
//#include "../global.h"
25
#include "../global.h"
26
 
26
 
Line 34... Line 34...
34
 
34
 
35
private slots:
35
private slots:
Line 36... Line 36...
36
    void slot_Motortest(int Wert);
36
    void slot_Motortest(int Wert);
37
 
37
 
38
signals:
38
signals:
Line 39... Line 39...
39
    void updateMotor(int Motor1, int Motor2, int Motor3, int Motor4);
39
    void updateMotor(sMotor Motor);