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

Method setShape

QPainter/StockDialog.py:238–240  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

236 self.brush = QBrush()
237
238 def setShape(self, s):
239 self.shape = s
240 self.update()
241
242 def setPen(self, p):
243 self.pen = p

Callers 1

slotShapeMethod · 0.80

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected