UI/LogView.py

changeset 3656
441956d8fce5
parent 3591
2f2a4a76dd22
child 4021
195a471c327b
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
7 Module implementing the log viewer widget and the log widget. 7 Module implementing the log viewer widget and the log widget.
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt4.QtCore import Qt, pyqtSignal 12 from PyQt5.QtCore import Qt, pyqtSignal
13 from PyQt4.QtGui import QTextEdit, QBrush, QApplication, QMenu, QTextCursor, \ 13 from PyQt5.QtGui import QBrush, QTextCursor, QTextDocument
14 QWidget, QHBoxLayout, QTextDocument 14 from PyQt5.QtWidgets import QTextEdit, QApplication, QMenu, QWidget, \
15 QHBoxLayout
15 16
16 from E5Gui.E5Application import e5App 17 from E5Gui.E5Application import e5App
17 18
18 import UI.PixmapCache 19 import UI.PixmapCache
19 import Preferences 20 import Preferences

eric ide

mercurial