9 """ |
9 """ |
10 |
10 |
11 import os |
11 import os |
12 import shutil |
12 import shutil |
13 |
13 |
14 from PyQt5.QtCore import pyqtSlot, Qt |
14 from PyQt6.QtCore import pyqtSlot, Qt |
15 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QTreeWidgetItem |
15 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QTreeWidgetItem |
16 |
16 |
17 from E5Gui import E5MessageBox |
17 from E5Gui import E5MessageBox |
18 |
18 |
19 from .Ui_QtHelpDocumentationSelectionDialog import ( |
19 from .Ui_QtHelpDocumentationSelectionDialog import ( |
20 Ui_QtHelpDocumentationSelectionDialog |
20 Ui_QtHelpDocumentationSelectionDialog |