Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ __init__
Method
__init__
python/examples/headers/main.py:46–47 ·
view source on GitHub ↗
(self, parent=None)
Source
from the content-addressed store, hash-verified
44
# pylint: disable=too-few-public-methods
45
class
MyHeaderView(QHeaderView):
46
def
__init__(self, parent=None):
47
super().__init__(Qt.Horizontal, parent)
48
49
def
sizeHint(self):
50
s = super().sizeHint()
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected