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 163
Line 18... Line 18...
18
 ***************************************************************************/
18
 ***************************************************************************/
19
#ifndef DLG_PREFERENCES_H
19
#ifndef DLG_PREFERENCES_H
20
#define DLG_PREFERENCES_H
20
#define DLG_PREFERENCES_H
Line 21... Line 21...
21
 
21
 
-
 
22
#include <QCheckBox>
Line 22... Line 23...
22
#include <QCheckBox>
23
#include <QFileDialog>
23
 
24
 
24
#include "ui_dlg_Preferences.h"
25
#include "ui_dlg_Preferences.h"
Line 25... Line 26...
25
//#include "../cSettings.h"
26
#include "../cSettings.h"
26
//#include "../global.h"
27
//#include "../global.h"
27
 
28
 
28
class dlg_Preferences : public QDialog, public Ui::dlg_Preferences_UI
-
 
Line -... Line 29...
-
 
29
class dlg_Preferences : public QDialog, public Ui::dlg_Preferences_UI
-
 
30
{
-
 
31
    Q_OBJECT
29
{
32
 
-
 
33
    public:
-
 
34
        dlg_Preferences(QWidget *parent = 0);
-
 
35
 
-
 
36
        ~dlg_Preferences();
-
 
37
 
-
 
38
        void set_Settings(cSettings *Set);
-
 
39
        cSettings *get_Settings();
-
 
40
 
-
 
41
    private:
-
 
42
        cSettings *Settings;
30
public:
43
 
Line 31... Line 44...
31
    dlg_Preferences(QWidget *parent = 0);
44
    private slots: