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. |