7 Module implementing the viewmanager base class. |
7 Module implementing the viewmanager base class. |
8 """ |
8 """ |
9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 from PyQt4.QtCore import * |
12 from PyQt4.QtCore import QSignalMapper, QTimer, QFileInfo, pyqtSignal, QRegExp, \ |
13 from PyQt4.QtGui import * |
13 QObject, Qt |
|
14 from PyQt4.QtGui import QColor, QKeySequence, QLineEdit, QToolBar, QWidgetAction, \ |
|
15 QDialog, QApplication, QMenu, QPalette, QComboBox |
14 from PyQt4.Qsci import QsciScintilla |
16 from PyQt4.Qsci import QsciScintilla |
15 |
17 |
16 from E5Gui.E5Application import e5App |
18 from E5Gui.E5Application import e5App |
17 from E5Gui import E5FileDialog, E5MessageBox |
19 from E5Gui import E5FileDialog, E5MessageBox |
18 |
20 |