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

Method __init__

QTreeWidget/testTreeWidget.py:20–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18
19class graphAnalysis(QDialog, Ui_Form):
20 def __init__(self):
21 super(graphAnalysis, self).__init__()
22 self.setupUi(self)
23 # 点击父节点
24 self.treeWidget.itemChanged.connect(self.handleChanged)
25
26 def handleChanged(self, item, column):
27 count = item.childCount()

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected