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

Method show

QtChart/ToolTip2.py:124–127  ·  view source on GitHub ↗
(self, title, points, pos)

Source from the content-addressed store, hash-verified

122 self.hide()
123
124 def show(self, title, points, pos):
125 self.setGeometry(QRectF(pos, self.size()))
126 self.tipWidget.updateUi(title, points)
127 super(GraphicsProxyWidget, self).show()
128
129
130class ChartView(QChartView):

Callers 2

mouseMoveEventMethod · 0.45
ToolTip2.pyFile · 0.45

Calls 2

setGeometryMethod · 0.80
updateUiMethod · 0.45

Tested by

no test coverage detected