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

Method _create_status_section

gui_qt6/main_page.py:308–311  ·  view source on GitHub ↗

创建状态显示区域

(self, parent_layout)

Source from the content-addressed store, hash-verified

306 parent_layout.addWidget(log_container)
307
308 def _create_status_section(self, parent_layout):
309 """创建状态显示区域"""
310 self.status_label = StatusLabel()
311 parent_layout.addWidget(self.status_label)
312
313 def _create_bottom_section(self, parent_layout):
314 """创建底部信息区域"""

Callers 1

_setup_uiMethod · 0.95

Calls 1

StatusLabelClass · 0.85

Tested by

no test coverage detected