src/eric7/WebBrowser/Sync/SyncDataPage.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing the synchronization data wizard page. 7 Module implementing the synchronization data wizard page.
8 """ 8 """
9 9
10 from PyQt6.QtWidgets import QWizardPage 10 from PyQt6.QtWidgets import QWizardPage
11 11
12 from eric7 import Preferences
13
12 from .Ui_SyncDataPage import Ui_SyncDataPage 14 from .Ui_SyncDataPage import Ui_SyncDataPage
13
14 from eric7 import Preferences
15 15
16 16
17 class SyncDataPage(QWizardPage, Ui_SyncDataPage): 17 class SyncDataPage(QWizardPage, Ui_SyncDataPage):
18 """ 18 """
19 Class implementing the synchronization data wizard page. 19 Class implementing the synchronization data wizard page.

eric ide

mercurial