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

Method color

QProgressBar/RoundProgressBar.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56
57 @pyqtProperty(QColor)
58 def color(self) -> QColor:
59 return self.Color
60
61 @color.setter
62 def color(self, color: QColor):

Callers 9

New__init__Function · 0.45
slotPenWidthMethod · 0.45
slotBrushMethod · 0.45
updateUiMethod · 0.45
updateUiMethod · 0.45
handleMarkerClickedMethod · 0.45
updateUiMethod · 0.45
handleMarkerClickedMethod · 0.45
updateUiMethod · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected