MCPcopy Create free account
hub / github.com/KDAB/KDChart / __init__

Method __init__

python/examples-qt6/headers/main.py:47–48  ·  view source on GitHub ↗
(self, parent=None)

Source from the content-addressed store, hash-verified

45
46class MyHeaderView(QHeaderView):
47 def __init__(self, parent=None):
48 super().__init__(Qt.Horizontal, parent)
49
50 def sizeHint(self):
51 s = super().sizeHint()

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected