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 |