MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / __init__

Method __init__

gui_qt6/components.py:119–129  ·  view source on GitHub ↗
(self, parent=None)

Source from the content-addressed store, hash-verified

117 """区域框架组件"""
118
119 def __init__(self, parent=None):
120 super().__init__(parent)
121 self.setFrameStyle(QFrame.Shape.Box)
122 self.setStyleSheet(f"""
123 QFrame {{
124 background-color: #ffffff;
125 border: 1px solid #e5e7eb;
126 border-radius: 8px;
127 padding: 6px;
128 }}
129 """)
130
131
132class ScrollableFrame(QScrollArea):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected