Subversion Repositories Projects

Rev

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

Rev 674 Rev 750
Line 31... Line 31...
31
    QSize  Size;
31
    QSize  Size;
32
    QPoint Point;
32
    QPoint Point;
33
    bool   Toolbar;
33
    bool   Toolbar;
34
};
34
};
Line 35... Line -...
35
 
-
 
36
struct set_DATA
-
 
37
{
-
 
38
    int Intervall;
-
 
39
};
-
 
40
 
-
 
41
struct set_SERVER
-
 
42
{
-
 
43
    int IP_MAX;
-
 
44
    int IP_ID;
-
 
45
    QString IP[10];
-
 
46
    QString Password;
-
 
47
};
-
 
48
 
35
 
49
struct set_CONFIG
36
struct set_CONFIG
50
{
37
{
51
    bool cb_Goto;
38
    bool cb_Goto;
52
    bool cb_ShowRoute;
39
    bool cb_ShowRoute;
Line 69... Line 56...
69
        void write_Settings();
56
        void write_Settings();
Line 70... Line 57...
70
 
57
 
Line 71... Line 58...
71
        int Settings_ID;
58
        int Settings_ID;
72
 
-
 
73
        set_GUI       GUI;
-
 
74
        set_DATA      DATA;
59
 
75
        set_SERVER    SERVER;
60
        set_GUI       GUI;
76
        set_CONFIG    CONFIG;
61
        set_CONFIG    CONFIG;
Line 77... Line 62...
77
        set_NAVI      NAVI;
62
        set_NAVI      NAVI;