Subversion Repositories Code-Repo

Rev

Rev 363 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 363 Rev 364
Line 15... Line 15...
15
        ~MainWindow();
15
        ~MainWindow();
16
 
16
 
17
    public slots:
17
    public slots:
18
        void UpdateStatus(QString string);
18
        void UpdateStatus(QString string);
19
        void UpdateSerialStatus(QString string);
19
        void UpdateSerialStatus(QString string);
-
 
20
        void ToggleGroupLayout(bool);
20
 
21
 
21
    signals:
22
    signals:
22
        void Serial_TransmitByteArray(QByteArray data);
23
        void Serial_TransmitByteArray(QByteArray data);
23
 
24
 
24
    protected:
25
    protected: