Subversion Repositories Code-Repo

Rev

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

Rev 345 Rev 346
Line 26... Line 26...
26
        void Macro_TransmitText(QString string);
26
        void Macro_TransmitText(QString string);
27
 
27
 
28
    private:
28
    private:
29
        int macroCount;
29
        int macroCount;
30
        bool connected;
30
        bool connected;
-
 
31
        QString lastKnownFilePath;
31
 
32
 
32
        QPushButton *btnExport;
33
        QPushButton *btnExport;
33
        QPushButton *btnImport;
34
        QPushButton *btnImport;
34
        QPushButton *btnIncreaseMacro;
35
        QPushButton *btnIncreaseMacro;
35
        QPushButton *btnDecreaseMacro;
36
        QPushButton *btnDecreaseMacro;