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

Method __init__

QListWidget/FoldWidget.py:45–48  ·  view source on GitHub ↗
(self, item, *args, **kwargs)

Source from the content-addressed store, hash-verified

43 # 按钮作为开关
44
45 def __init__(self, item, *args, **kwargs):
46 super(CustomButton, self).__init__(*args, **kwargs)
47 self.item = item
48 self.setCheckable(True) # 设置可选中
49
50 def resizeEvent(self, event):
51 # 解决item的高度问题

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected