comparison: eric7/WebBrowser/Sync/SyncAssistantDialog.py
eric7/WebBrowser/Sync/SyncAssistantDialog.py
- branch
- eric7
- changeset 8318
- 962bce857696
- parent 8312
- 800c432b34c8
- child 8881
- 54e42bc2437a
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
7 Module implementing a wizard dialog to enter the synchronization data. |
7 Module implementing a wizard dialog to enter the synchronization data. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt5.QtWidgets import QWizard |
10 from PyQt6.QtWidgets import QWizard |
11 |
11 |
12 import UI.PixmapCache |
12 import UI.PixmapCache |
13 import Globals |
13 import Globals |
14 |
14 |
15 |
15 |