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

Method _create_title_section

gui_qt6/main_page.py:119–126  ·  view source on GitHub ↗

创建标题区域

(self, parent_layout)

Source from the content-addressed store, hash-verified

117 parent_layout.addLayout(top_layout)
118
119 def _create_title_section(self, parent_layout):
120 """创建标题区域"""
121 self.title_label = TitleLabel(get_text("app.title"), 18)
122 parent_layout.addWidget(self.title_label)
123
124 self.welcome_label = SecondaryLabel(get_text("app.welcome"))
125 self.welcome_label.setAlignment(Qt.AlignmentFlag.AlignCenter)
126 parent_layout.addWidget(self.welcome_label)
127
128 def _create_ide_section(self, parent_layout):
129 """创建IDE选择区域"""

Callers 1

_setup_uiMethod · 0.95

Calls 3

get_textFunction · 0.90
TitleLabelClass · 0.85
SecondaryLabelClass · 0.85

Tested by

no test coverage detected