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

Method _apply_styles

gui_qt6/main_window.py:92–94  ·  view source on GitHub ↗

应用样式表

(self)

Source from the content-addressed store, hash-verified

90 self.move(window_geometry.topLeft())
91
92 def _apply_styles(self):
93 """应用样式表"""
94 self.setStyleSheet(get_complete_style())
95
96 def _show_initial_page(self):
97 """显示初始页面"""

Callers 1

__init__Method · 0.95

Calls 1

get_complete_styleFunction · 0.85

Tested by

no test coverage detected