MCPcopy Create free account
hub / github.com/PyQt5/PyQt / show

Method show

QtChart/LineStack.py:98–101  ·  view source on GitHub ↗
(self, title, points, pos)

Source from the content-addressed store, hash-verified

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

Callers 2

mouseMoveEventMethod · 0.45
LineStack.pyFile · 0.45

Calls 2

setGeometryMethod · 0.80
updateUiMethod · 0.45

Tested by

no test coverage detected