Subversion Repositories Projects

Rev

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

Rev 162 Rev 163
Line 30... Line 30...
30
public:
30
public:
31
    dlg_Config(QWidget *parent = 0);
31
    dlg_Config(QWidget *parent = 0);
Line 32... Line 32...
32
 
32
 
Line -... Line 33...
-
 
33
    ~dlg_Config();
-
 
34
 
-
 
35
    void set_Settings(cSettings *Set, int ID = 0);
-
 
36
    cSettings *get_Settings();
33
    ~dlg_Config();
37
 
34
 
38
private:
35
    cSettings *Settings;
39
    cSettings *Settings;
Line 36... Line -...
36
    QCheckBox *cb_Plot[MaxAnalog];
-
 
37
    QCheckBox *cb_Log[MaxAnalog];
-
 
38
 
-
 
39
 
40
    QCheckBox *cb_Plot[MaxAnalog];
Line 40... Line 41...
40
    void set_Settings(cSettings *Set, int ID = 0);
41
    QCheckBox *cb_Log[MaxAnalog];