16 QHeaderView, |
16 QHeaderView, |
17 QTreeWidgetItem, |
17 QTreeWidgetItem, |
18 QLineEdit, |
18 QLineEdit, |
19 ) |
19 ) |
20 |
20 |
21 from EricWidgets import EricMessageBox |
21 from eric7.EricWidgets import EricMessageBox |
22 |
22 |
23 from .Ui_GitDescribeDialog import Ui_GitDescribeDialog |
23 from .Ui_GitDescribeDialog import Ui_GitDescribeDialog |
24 |
24 |
25 import Preferences |
25 from eric7 import Preferences |
26 from Globals import strToQByteArray |
26 from eric7.Globals import strToQByteArray |
27 |
27 |
28 |
28 |
29 class GitDescribeDialog(QDialog, Ui_GitDescribeDialog): |
29 class GitDescribeDialog(QDialog, Ui_GitDescribeDialog): |
30 """ |
30 """ |
31 Class implementing a dialog to show the results of the git describe action. |
31 Class implementing a dialog to show the results of the git describe action. |