38 |
39 |
39 def nextId(self): |
40 def nextId(self): |
40 """ |
41 """ |
41 Public method returning the ID of the next wizard page. |
42 Public method returning the ID of the next wizard page. |
42 |
43 |
43 @return next wizard page ID (integer) |
44 @return next wizard page ID |
|
45 @rtype int |
44 """ |
46 """ |
45 # save the settings |
47 # save the settings |
46 if self.ftpRadioButton.isChecked(): |
48 if self.ftpRadioButton.isChecked(): |
47 Preferences.setWebBrowser("SyncType", SyncGlobals.SyncTypeFtp) |
49 Preferences.setWebBrowser("SyncType", SyncGlobals.SyncTypeFtp) |
48 return SyncGlobals.PageFTPSettings |
50 return SyncGlobals.PageFTPSettings |