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

Method show

QtChart/BarStack.py:100–103  ·  view source on GitHub ↗
(self, title, bars, pos)

Source from the content-addressed store, hash-verified

98 return self.size().height()
99
100 def show(self, title, bars, pos):
101 self.setGeometry(QRectF(pos, self.size()))
102 self.tipWidget.updateUi(title, bars)
103 super(GraphicsProxyWidget, self).show()
104
105
106class ChartView(QChartView):

Callers 2

mouseMoveEventMethod · 0.45
BarStack.pyFile · 0.45

Calls 2

setGeometryMethod · 0.80
updateUiMethod · 0.45

Tested by

no test coverage detected