MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / __init__

Method __init__

gui_qt6/components.py:72–75  ·  view source on GitHub ↗
(self, text: str, parent=None)

Source from the content-addressed store, hash-verified

70 """次要文本标签"""
71
72 def __init__(self, text: str, parent=None):
73 super().__init__(text, parent)
74 self.setFont(get_default_font(10))
75 self.setProperty("class", "secondary")
76
77
78class LinkLabel(QLabel):

Callers

nothing calls this directly

Calls 2

get_default_fontFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected