eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8356
68ec9c3d4de5
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
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

eric ide

mercurial