UI/LogView.py

changeset 53
c3eb7cc1ff8b
parent 13
1af94a91f439
child 55
b5c84934de9c
equal deleted inserted replaced
52:ba69827929ee 53:c3eb7cc1ff8b
10 from PyQt4.QtCore import * 10 from PyQt4.QtCore import *
11 from PyQt4.QtGui import * 11 from PyQt4.QtGui import *
12 12
13 from E4Gui.E4TabWidget import E4TabWidget 13 from E4Gui.E4TabWidget import E4TabWidget
14 14
15 from E4Gui.E4Application import e4App 15 from E4Gui.E4Application import e5App
16 16
17 import UI.PixmapCache 17 import UI.PixmapCache
18 import Preferences 18 import Preferences
19 19
20 class LogViewer(QTextEdit): 20 class LogViewer(QTextEdit):
103 103
104 def __configure(self): 104 def __configure(self):
105 """ 105 """
106 Private method to open the configuration dialog. 106 Private method to open the configuration dialog.
107 """ 107 """
108 e4App().getObject("UserInterface").showPreferences("interfacePage") 108 e5App().getObject("UserInterface").showPreferences("interfacePage")

eric ide

mercurial