7 Module implementing a class used to display the resources part of the project. |
7 Module implementing a class used to display the resources part of the project. |
8 """ |
8 """ |
9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 from PyQt4.QtCore import * |
12 from PyQt4.QtCore import QThread, QFileInfo, pyqtSignal, PYQT_VERSION, QProcess |
13 from PyQt4.QtGui import * |
13 from PyQt4.QtGui import QDialog, QApplication, QMenu, QProgressDialog |
14 |
14 |
15 from E5Gui.E5Application import e5App |
15 from E5Gui.E5Application import e5App |
16 from E5Gui import E5MessageBox, E5FileDialog |
16 from E5Gui import E5MessageBox, E5FileDialog |
17 |
17 |
18 from .ProjectBrowserModel import ProjectBrowserFileItem, \ |
18 from .ProjectBrowserModel import ProjectBrowserFileItem, \ |