Rev 674 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 674 | Rev 750 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | struct set_GUI |
28 | struct set_GUI |
29 | { |
29 | { |
30 | bool isMax; |
30 | bool isMax; |
31 | QSize Size; |
31 | QSize Size; |
32 | QPoint Point; |
32 | QPoint Point; |
33 | }; |
- | |
34 | - | ||
35 | struct set_SERVER |
- | |
36 | { |
- | |
37 | int IP_MAX; |
- | |
38 | int IP_ID; |
- | |
39 | QString IP[10]; |
- | |
40 | QString Password; |
33 | bool Toolbar; |
41 | }; |
34 | }; |
Line 42... | Line 35... | ||
42 | 35 | ||
43 | class cSettings |
36 | class cSettings |
44 | { |
37 | { |
Line 48... | Line 41... | ||
48 | void write_Settings(); |
41 | void write_Settings(); |
Line 49... | Line 42... | ||
49 | 42 | ||
Line 50... | Line 43... | ||
50 | int Settings_ID; |
43 | int Settings_ID; |
51 | - | ||
52 | set_GUI GUI; |
44 | |
Line 53... | Line 45... | ||
53 | set_SERVER SERVER; |
45 | set_GUI GUI; |