MCPcopy
hub / github.com/PyQt5/PyQt / height

Method height

QLabel/Lib/NinePatch.py:73–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71 return self.Image.width()
72
73 def height(self):
74 return self.Image.height()
75
76 def setImage(self, fileName):
77 self.Image = QImage(fileName)

Callers 15

doClockwiseMethod · 0.45
doAnticlockwiseMethod · 0.45
paintEventMethod · 0.45
__init__Method · 0.45
paintEventMethod · 0.45
__init__Method · 0.45
showEventMethod · 0.45
resizeEventMethod · 0.45
showEventMethod · 0.45
resizeEventMethod · 0.45
SetImageSizeMethod · 0.45
GetContentAreaRectMethod · 0.45

Calls

no outgoing calls

Tested by 1

paintMethod · 0.36