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 |