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

Class SubtitleLabel

gui_qt6/components.py:60–66  ·  view source on GitHub ↗

副标题标签组件

Source from the content-addressed store, hash-verified

58
59
60class SubtitleLabel(QLabel):
61 """副标题标签组件"""
62
63 def __init__(self, text: str, parent=None):
64 super().__init__(text, parent)
65 self.setFont(get_default_font(16, bold=True))
66 self.setProperty("class", "subtitle")
67
68
69class SecondaryLabel(QLabel):

Callers 4

_create_ide_sectionMethod · 0.85
_create_patch_sectionMethod · 0.85
_create_log_sectionMethod · 0.85
_create_title_sectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected