12 from PyQt6.QtCore import pyqtSlot, QProcess, Qt, QTimer, QCoreApplication |
12 from PyQt6.QtCore import pyqtSlot, QProcess, Qt, QTimer, QCoreApplication |
13 from PyQt6.QtWidgets import ( |
13 from PyQt6.QtWidgets import ( |
14 QDialog, QDialogButtonBox, QHeaderView, QTreeWidgetItem, QLineEdit |
14 QDialog, QDialogButtonBox, QHeaderView, QTreeWidgetItem, QLineEdit |
15 ) |
15 ) |
16 |
16 |
17 from E5Gui import EricMessageBox |
17 from EricWidgets import EricMessageBox |
18 |
18 |
19 from .Ui_GitDescribeDialog import Ui_GitDescribeDialog |
19 from .Ui_GitDescribeDialog import Ui_GitDescribeDialog |
20 |
20 |
21 import Preferences |
21 import Preferences |
22 from Globals import strToQByteArray |
22 from Globals import strToQByteArray |