8 process. |
8 process. |
9 """ |
9 """ |
10 |
10 |
11 import contextlib |
11 import contextlib |
12 |
12 |
13 from PyQt5.QtCore import pyqtSlot, QFileInfo, Qt |
13 from PyQt6.QtCore import pyqtSlot, QFileInfo, Qt |
14 from PyQt5.QtGui import QTextCursor |
14 from PyQt6.QtGui import QTextCursor |
15 from PyQt5.QtWidgets import QWidget, QDialogButtonBox |
15 from PyQt6.QtWidgets import QWidget, QDialogButtonBox |
16 |
16 |
17 from E5Gui import E5MessageBox, E5FileDialog |
17 from E5Gui import E5MessageBox, E5FileDialog |
18 from E5Gui.E5Application import e5App |
18 from E5Gui.E5Application import e5App |
19 |
19 |
20 from .Ui_GitDiffDialog import Ui_GitDiffDialog |
20 from .Ui_GitDiffDialog import Ui_GitDiffDialog |