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

Function get_complete_style

gui_qt6/styles.py:232–241  ·  view source on GitHub ↗

获取完整的应用样式

()

Source from the content-addressed store, hash-verified

230
231
232def get_complete_style() -> str:
233 """获取完整的应用样式"""
234 return (
235 get_main_window_style() +
236 get_button_style() +
237 get_combobox_style() +
238 get_label_style() +
239 get_textedit_style() +
240 get_scrollarea_style()
241 )

Callers 1

_apply_stylesMethod · 0.85

Calls 6

get_main_window_styleFunction · 0.85
get_button_styleFunction · 0.85
get_combobox_styleFunction · 0.85
get_label_styleFunction · 0.85
get_textedit_styleFunction · 0.85
get_scrollarea_styleFunction · 0.85

Tested by

no test coverage detected