eric7/Preferences/ConfigurationPages/LogViewerPage.py

branch
eric7
changeset 8879
159a4d6bab47
parent 8869
3dbb04832c21
child 8881
54e42bc2437a
equal deleted inserted replaced
8878:3dcbc240a940 8879:159a4d6bab47
94 @type QColor 94 @type QColor
95 """ 95 """
96 if colorKey == "LogStdErrColour": 96 if colorKey == "LogStdErrColour":
97 self.errorTextExample.setStyleSheet(f"color: {color.name()}") 97 self.errorTextExample.setStyleSheet(f"color: {color.name()}")
98 98
99
99 def create(dlg): 100 def create(dlg):
100 """ 101 """
101 Module function to create the configuration page. 102 Module function to create the configuration page.
102 103
103 @param dlg reference to the configuration dialog 104 @param dlg reference to the configuration dialog

eric ide

mercurial