src/eric7/WebBrowser/Sync/SyncCheckPage.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
8 """ 8 """
9 9
10 from PyQt6.QtCore import QTimer 10 from PyQt6.QtCore import QTimer
11 from PyQt6.QtWidgets import QWizardPage 11 from PyQt6.QtWidgets import QWizardPage
12 12
13 from . import SyncGlobals
14
15 from .Ui_SyncCheckPage import Ui_SyncCheckPage
16
17 from eric7 import Preferences 13 from eric7 import Preferences
18 from eric7.EricGui import EricPixmapCache 14 from eric7.EricGui import EricPixmapCache
15
16 from . import SyncGlobals
17 from .Ui_SyncCheckPage import Ui_SyncCheckPage
19 18
20 19
21 class SyncCheckPage(QWizardPage, Ui_SyncCheckPage): 20 class SyncCheckPage(QWizardPage, Ui_SyncCheckPage):
22 """ 21 """
23 Class implementing the synchronization status wizard page. 22 Class implementing the synchronization status wizard page.

eric ide

mercurial