40 Public method returning the ID of the next wizard page. |
40 Public method returning the ID of the next wizard page. |
41 |
41 |
42 @return next wizard page ID (integer) |
42 @return next wizard page ID (integer) |
43 """ |
43 """ |
44 # save the settings |
44 # save the settings |
45 Preferences.setHelp("SyncDirectoryPath", |
45 Preferences.setHelp( |
|
46 "SyncDirectoryPath", |
46 Utilities.toNativeSeparators(self.directoryEdit.text())) |
47 Utilities.toNativeSeparators(self.directoryEdit.text())) |
47 |
48 |
48 from . import SyncGlobals |
49 from . import SyncGlobals |
49 return SyncGlobals.PageCheck |
50 return SyncGlobals.PageCheck |
50 |
51 |