39 |
40 |
40 def nextId(self): |
41 def nextId(self): |
41 """ |
42 """ |
42 Public method returning the ID of the next wizard page. |
43 Public method returning the ID of the next wizard page. |
43 |
44 |
44 @return next wizard page ID (integer) |
45 @return next wizard page ID |
|
46 @rtype int |
45 """ |
47 """ |
46 # save the settings |
48 # save the settings |
47 Preferences.setWebBrowser("SyncEnabled", self.activeCheckBox.isChecked()) |
49 Preferences.setWebBrowser("SyncEnabled", self.activeCheckBox.isChecked()) |
48 |
50 |
49 Preferences.setWebBrowser("SyncBookmarks", self.bookmarksCheckBox.isChecked()) |
51 Preferences.setWebBrowser("SyncBookmarks", self.bookmarksCheckBox.isChecked()) |