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

Function get_main_window_style

gui_qt6/styles.py:27–39  ·  view source on GitHub ↗

主窗口样式

()

Source from the content-addressed store, hash-verified

25
26
27def get_main_window_style() -> str:
28 """主窗口样式"""
29 return f"""
30 QMainWindow {{
31 background-color: {COLORS['background']};
32 color: {COLORS['text_primary']};
33 }}
34
35 QWidget {{
36 background-color: {COLORS['background']};
37 color: {COLORS['text_primary']};
38 }}
39 """
40
41
42def get_button_style() -> str:

Callers 1

get_complete_styleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected