8 process. |
8 process. |
9 """ |
9 """ |
10 |
10 |
11 import os |
11 import os |
12 |
12 |
13 from PyQt5.QtCore import pyqtSlot, Qt, QSize |
13 from PyQt6.QtCore import pyqtSlot, Qt, QSize |
14 from PyQt5.QtGui import QTextCursor |
14 from PyQt6.QtGui import QTextCursor |
15 from PyQt5.QtWidgets import ( |
15 from PyQt6.QtWidgets import ( |
16 QWidget, QDialogButtonBox, QMenu, QHeaderView, QTreeWidgetItem |
16 QWidget, QDialogButtonBox, QMenu, QHeaderView, QTreeWidgetItem |
17 ) |
17 ) |
18 |
18 |
19 from E5Gui.E5Application import e5App |
19 from E5Gui.E5Application import e5App |
20 from E5Gui import E5MessageBox |
20 from E5Gui import E5MessageBox |