9 |
9 |
10 from PyQt6.QtWidgets import QWizardPage |
10 from PyQt6.QtWidgets import QWizardPage |
11 |
11 |
12 from .Ui_SyncFtpSettingsPage import Ui_SyncFtpSettingsPage |
12 from .Ui_SyncFtpSettingsPage import Ui_SyncFtpSettingsPage |
13 |
13 |
14 import Preferences |
14 from eric7 import Preferences |
15 |
15 |
16 |
16 |
17 class SyncFtpSettingsPage(QWizardPage, Ui_SyncFtpSettingsPage): |
17 class SyncFtpSettingsPage(QWizardPage, Ui_SyncFtpSettingsPage): |
18 """ |
18 """ |
19 Class implementing the synchronization FTP host settings wizard page. |
19 Class implementing the synchronization FTP host settings wizard page. |