UI/LogView.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 458
1695e7a2db54
child 792
a13346916170
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
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 PyQt4.QtCore import * 10 from PyQt4.QtCore import *
11 from PyQt4.QtGui import * 11 from PyQt4.QtGui import *
12
13 from E5Gui.E5TabWidget import E5TabWidget
14 12
15 from E5Gui.E5Application import e5App 13 from E5Gui.E5Application import e5App
16 14
17 import UI.PixmapCache 15 import UI.PixmapCache
18 import Preferences 16 import Preferences

eric ide

mercurial