创建状态显示区域
(self, parent_layout)
| 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 | """创建底部信息区域""" |