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

Method _create_warning_section

gui_qt6/welcome_page.py:107–111  ·  view source on GitHub ↗

创建警告信息区域

(self, parent)

Source from the content-addressed store, hash-verified

105 parent.add_widget(self.welcome_message)
106
107 def _create_warning_section(self, parent):
108 """创建警告信息区域"""
109 warning_text = get_text("dialogs.messages.first_run_warning")
110 warning_frame = WarningFrame(warning_text)
111 parent.add_widget(warning_frame)
112
113 def _create_github_section(self, parent):
114 """创建GitHub链接区域"""

Callers 1

_setup_uiMethod · 0.95

Calls 3

get_textFunction · 0.90
WarningFrameClass · 0.85
add_widgetMethod · 0.80

Tested by

no test coverage detected