MCPcopy Create free account
hub / github.com/BasicProtein/AugmentCode-Free / SecondaryLabel

Class SecondaryLabel

gui_qt6/components.py:69–75  ·  view source on GitHub ↗

次要文本标签

Source from the content-addressed store, hash-verified

67
68
69class SecondaryLabel(QLabel):
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 8

_create_top_barMethod · 0.85
_create_title_sectionMethod · 0.85
_create_ide_sectionMethod · 0.85
_create_patch_sectionMethod · 0.85
_setup_uiMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected