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

Method __init__

QPushButton/BottomLineProgress.py:115–120  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

113class Window(QWidget):
114
115 def __init__(self, *args, **kwargs):
116 super(Window, self).__init__(*args, **kwargs)
117 layout = QVBoxLayout(self)
118 layout.addWidget(PushButtonLine("点击加载"))
119 layout.addWidget(PushButtonLine("点击加载").setLineColor("#ef5350"))
120 layout.addWidget(PushButtonLine("点击加载").setLineColor("#ffc107"))
121
122
123if __name__ == "__main__":

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 3

PushButtonLineClass · 0.85
addWidgetMethod · 0.80
setLineColorMethod · 0.80

Tested by

no test coverage detected