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

Method addWidget

Test/ColumnView.py:37–38  ·  view source on GitHub ↗
(self, widget)

Source from the content-addressed store, hash-verified

35 self.setModel(self.f_model)
36
37 def addWidget(self, widget):
38 self.layout().insertWidget(self.layout().count() - 1, widget)
39
40
41if __name__ == '__main__':

Callers 15

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
AddQWidget.pyFile · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

countMethod · 0.45

Tested by 7

testMethod · 0.64
setupUiMethod · 0.64
__init__Method · 0.64
__init__Method · 0.64
__init__Method · 0.64
__init__Method · 0.64
__init__Method · 0.64