Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/BasicProtein/AugmentCode-Free
/ get_button_font
Function
get_button_font
gui_qt6/font_manager.py:130–132 ·
view source on GitHub ↗
快捷方式:获取按钮字体
(size: int = 10)
Source
from the content-addressed store, hash-verified
128
129
130
def
get_button_font(size: int = 10) -> QFont:
131
""
"快捷方式:获取按钮字体"
""
132
return
get_font_manager().get_button_font(size)
133
134
135
if
__name__ ==
"__main__"
:
Callers
1
_setup_button
Method · 0.85
Calls
2
get_font_manager
Function · 0.85
get_button_font
Method · 0.80
Tested by
no test coverage detected