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

Method height

QtChart/LineStack.py:95–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 return self.size().width()
94
95 def height(self):
96 return self.size().height()
97
98 def show(self, title, points, pos):
99 self.setGeometry(QRectF(pos, self.size()))

Callers 1

mouseMoveEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected