eric7/PyUnit/UnittestDialog.py

branch
eric7
changeset 8444
88b242eba71b
parent 8366
2a9f5153c438
child 8542
f8d3b4511358
equal deleted inserted replaced
8443:8794cb212647 8444:88b242eba71b
215 index = 0 215 index = 0
216 self.venvComboBox.setCurrentIndex(index) 216 self.venvComboBox.setCurrentIndex(index)
217 217
218 def __setProgressColor(self, color): 218 def __setProgressColor(self, color):
219 """ 219 """
220 Private methode to set the color of the progress color label. 220 Private method to set the color of the progress color label.
221 221
222 @param color colour to be shown (string) 222 @param color colour to be shown (string)
223 """ 223 """
224 self.progressLed.setColor(QColor(color)) 224 self.progressLed.setColor(QColor(color))
225 225

eric ide

mercurial