Rev 391 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 391 | Rev 393 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | class dlg_Config : public QDialog, public Ui::dlg_Config_UI |
28 | class dlg_Config : public QDialog, public Ui::dlg_Config_UI |
29 | { |
29 | { |
30 | public: |
30 | public: |
31 | dlg_Config(QWidget *parent = 0); |
31 | dlg_Config(QWidget *parent = 0); |
Line 32... | Line -... | ||
32 | - | ||
33 | ~dlg_Config(); |
- | |
34 | 32 | ||
35 | void set_Settings(cSettings *Set, int ID = 0); |
33 | void set_Settings(cSettings *Set, int ID = 0); |
Line 36... | Line 34... | ||
36 | cSettings *get_Settings(); |
34 | cSettings *get_Settings(); |
37 | 35 |