Subversion Repositories Projects

Rev

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

Rev 306 Rev 481
Line 181... Line 181...
181
    Setting.endGroup();
181
    Setting.endGroup();
Line 182... Line 182...
182
 
182
 
183
    Setting.beginGroup("Map");
183
    Setting.beginGroup("Map");
184
        Map.GotoPosition = Setting.value("Goto_Position",true).toBool();
184
        Map.GotoPosition  = Setting.value("Goto_Position",true).toBool();
-
 
185
        Map.ShowTrack     = Setting.value("Show_Track",true).toBool();
-
 
186
        Map.LastLatitude  = Setting.value("Last_Latitude",13.5).toDouble();
185
        Map.ShowTrack    = Setting.value("Show_Track",true).toBool();
187
        Map.LastLongitude = Setting.value("Last_Longitude",52.5).toDouble();
Line 186... Line 188...
186
    Setting.endGroup();
188
    Setting.endGroup();
187
 
189
 
188
    Setting.beginGroup("Dirs");
190
    Setting.beginGroup("Dirs");
Line 249... Line 251...
249
    Setting.endGroup();
251
    Setting.endGroup();
Line 250... Line 252...
250
 
252
 
251
    Setting.beginGroup("Map");
253
    Setting.beginGroup("Map");
252
        Setting.setValue("Goto_Position", Map.GotoPosition);
254
        Setting.setValue("Goto_Position", Map.GotoPosition);
-
 
255
        Setting.setValue("Show_Track", Map.ShowTrack);
-
 
256
        Setting.setValue("Last_Latitude", Map.LastLatitude);
-
 
257
        Setting.setValue("Last_Longitude", Map.LastLongitude);
253
        Setting.setValue("Show_Track", Map.ShowTrack);
258
 
Line 254... Line 259...
254
    Setting.endGroup();
259
    Setting.endGroup();
255
 
260
 
256
    Setting.beginGroup("MKData");
261
    Setting.beginGroup("MKData");