11 from PyQt6.QtWidgets import ( |
11 from PyQt6.QtWidgets import ( |
12 QWidget, QDialogButtonBox, QTreeWidgetItem, QAbstractButton, QMenu, |
12 QWidget, QDialogButtonBox, QTreeWidgetItem, QAbstractButton, QMenu, |
13 QHeaderView, QApplication |
13 QHeaderView, QApplication |
14 ) |
14 ) |
15 |
15 |
16 from E5Gui.EricOverrideCursor import EricOverrideCursor |
16 from EricGui.EricOverrideCursor import EricOverrideCursor |
17 |
17 |
18 from .Ui_HgShelveBrowserDialog import Ui_HgShelveBrowserDialog |
18 from .Ui_HgShelveBrowserDialog import Ui_HgShelveBrowserDialog |
19 |
19 |
20 |
20 |
21 class HgShelveBrowserDialog(QWidget, Ui_HgShelveBrowserDialog): |
21 class HgShelveBrowserDialog(QWidget, Ui_HgShelveBrowserDialog): |