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

Method add_widget

gui_qt6/components.py:148–150  ·  view source on GitHub ↗

添加widget到滚动区域

(self, widget)

Source from the content-addressed store, hash-verified

146 self.setWidget(self.content_widget)
147
148 def add_widget(self, widget):
149 """添加widget到滚动区域"""
150 self.content_layout.addWidget(widget)
151
152 def add_stretch(self):
153 """添加弹性空间"""

Callers 6

_create_title_sectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected