WebBrowser/Sync/SyncDirectorySettingsPage.py

branch
QtWebEngine
changeset 4913
e16573640cb8
parent 4774
2c6ffa778c3b
child 5389
9b1c800daff3
equal deleted inserted replaced
4910:e97af1181efd 4913:e16573640cb8
42 Public method returning the ID of the next wizard page. 42 Public method returning the ID of the next wizard page.
43 43
44 @return next wizard page ID (integer) 44 @return next wizard page ID (integer)
45 """ 45 """
46 # save the settings 46 # save the settings
47 Preferences.setWebBrowser("SyncDirectoryPath", self.directoryPicker.text()) 47 Preferences.setWebBrowser(
48 "SyncDirectoryPath", self.directoryPicker.text())
48 49
49 from . import SyncGlobals 50 from . import SyncGlobals
50 return SyncGlobals.PageCheck 51 return SyncGlobals.PageCheck
51 52
52 def isComplete(self): 53 def isComplete(self):

eric ide

mercurial