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

Method setupUi

PyQtGraph/mouseFlow.py:20–25  ·  view source on GitHub ↗
(self, Form)

Source from the content-addressed store, hash-verified

18
19class Ui_Form(object):
20 def setupUi(self, Form):
21 Form.setObjectName("Form")
22 Form.resize(726, 595)
23 self.graphicsView = pg.PlotWidget(Form)
24 self.graphicsView.setGeometry(QtCore.QRect(75, 131, 621, 441))
25 self.graphicsView.setObjectName("graphicsView")
26
27
28class MyWindow(QMainWindow, Ui_Form):

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

setGeometryMethod · 0.80
resizeMethod · 0.45

Tested by 1

__init__Method · 0.36