MCPcopy Index your code
hub / github.com/PyQt5/PyQt / setLineColor

Method setLineColor

QPushButton/BottomLineProgress.py:108–110  ·  view source on GitHub ↗
(self, color)

Source from the content-addressed store, hash-verified

106 self.update()
107
108 def setLineColor(self, color):
109 self.lineColor = QColor(color)
110 return self
111
112
113class Window(QWidget):

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected