Subversion Repositories Projects

Rev

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

Rev 159 Rev 162
Line 96... Line 96...
96
 
96
 
97
    QString RXS;
97
    QString RXS;
Line 98... Line 98...
98
    QString LastSend;
98
    QString LastSend;
99
 
99
 
Line 100... Line 100...
100
    // TestOnly
100
    // TestOnly
101
    QProcess *diskfree;
101
    QProcess *Update;
Line 160... Line 160...
160
 
160
 
161
    // Seriell-Port Slots
161
    // Seriell-Port Slots
162
    void slot_newDataReceived(const QByteArray &dataReceived);
162
    void slot_newDataReceived(const QByteArray &dataReceived);
Line 163... Line -...
163
    void slot_OpenPort();
-
 
164
 
-
 
165
    void slot_Quit();
163
    void slot_OpenPort();
166
 
164
 
167
    void slot_tbUp();
165
    void slot_tbUp();
168
    void slot_tbDown();
166
    void slot_tbDown();
169
    void slot_tbLeft();
167
    void slot_tbLeft();