MCPcopy 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
130def get_button_font(size: int = 10) -> QFont:
131 """快捷方式:获取按钮字体"""
132 return get_font_manager().get_button_font(size)
133
134
135if __name__ == "__main__":

Callers 1

_setup_buttonMethod · 0.85

Calls 2

get_font_managerFunction · 0.85
get_button_fontMethod · 0.80

Tested by

no test coverage detected