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

Method _create_continue_section

gui_qt6/welcome_page.py:118–122  ·  view source on GitHub ↗

创建继续按钮区域

(self, parent)

Source from the content-addressed store, hash-verified

116 parent.add_widget(self.github_label)
117
118 def _create_continue_section(self, parent):
119 """创建继续按钮区域"""
120 continue_text = f"{get_text('buttons.ok')} - {get_text('dialogs.messages.continue_text')}"
121 self.continue_btn = ModernButton(continue_text, "primary")
122 parent.add_widget(self.continue_btn)
123
124 def _connect_signals(self):
125 """连接信号"""

Callers 1

_setup_uiMethod · 0.95

Calls 3

get_textFunction · 0.90
ModernButtonClass · 0.85
add_widgetMethod · 0.80

Tested by

no test coverage detected