8 """ |
8 """ |
9 |
9 |
10 import re |
10 import re |
11 from difflib import _mdiff, IS_CHARACTER_JUNK |
11 from difflib import _mdiff, IS_CHARACTER_JUNK |
12 |
12 |
13 from PyQt4.QtCore import * |
13 from PyQt4.QtCore import QTimer, QEvent, pyqtSlot |
14 from PyQt4.QtGui import * |
14 from PyQt4.QtGui import QWidget, QColor, QFontMetrics, QBrush, QApplication, \ |
|
15 QTextCursor, QDialogButtonBox, QMainWindow |
15 |
16 |
16 from E5Gui.E5Completers import E5FileCompleter |
17 from E5Gui.E5Completers import E5FileCompleter |
17 from E5Gui import E5MessageBox, E5FileDialog |
18 from E5Gui import E5MessageBox, E5FileDialog |
18 |
19 |
19 import UI.PixmapCache |
20 import UI.PixmapCache |