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

Method __init__

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

Source from the content-addressed store, hash-verified

81 clicked = pyqtSignal()
82
83 def __init__(self, text: str, parent=None):
84 super().__init__(text, parent)
85 self.setFont(get_default_font(10))
86 self.setProperty("class", "link")
87 self.setCursor(QCursor(Qt.CursorShape.PointingHandCursor))
88
89 def mousePressEvent(self, event):
90 """鼠标点击事件"""

Callers 9

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

get_default_fontFunction · 0.85

Tested by

no test coverage detected