11 import glob |
11 import glob |
12 |
12 |
13 from PyQt6.QtCore import Qt |
13 from PyQt6.QtCore import Qt |
14 from PyQt6.QtWidgets import QTreeWidget, QTreeWidgetItem, QDialog, QMenu |
14 from PyQt6.QtWidgets import QTreeWidget, QTreeWidgetItem, QDialog, QMenu |
15 |
15 |
16 from E5Gui.EricApplication import ericApp |
16 from EricWidgets.EricApplication import ericApp |
17 from E5Gui import EricMessageBox |
17 from EricWidgets import EricMessageBox |
18 |
18 |
19 import UI.PixmapCache |
19 import UI.PixmapCache |
20 |
20 |
21 |
21 |
22 class MultiProjectBrowser(QTreeWidget): |
22 class MultiProjectBrowser(QTreeWidget): |