8 """ |
8 """ |
9 |
9 |
10 import re |
10 import re |
11 import os |
11 import os |
12 |
12 |
13 from PyQt5.QtCore import pyqtSlot, Qt, QTimer, QProcess |
13 from PyQt6.QtCore import pyqtSlot, Qt, QTimer, QProcess |
14 from PyQt5.QtWidgets import ( |
14 from PyQt6.QtWidgets import ( |
15 QHeaderView, QLineEdit, QDialog, QDialogButtonBox, QTreeWidgetItem |
15 QHeaderView, QLineEdit, QDialog, QDialogButtonBox, QTreeWidgetItem |
16 ) |
16 ) |
17 |
17 |
18 from E5Gui import E5MessageBox |
18 from E5Gui import E5MessageBox |
19 from E5Gui.E5OverrideCursor import E5OverrideCursorProcess |
19 from E5Gui.E5OverrideCursor import E5OverrideCursorProcess |