MCPcopy Create free account
hub / github.com/PyQt5/PyQt / setIconSize

Method setIconSize

Demo/Lib/FramelessWindow.py:178–180  ·  view source on GitHub ↗

设置图标的大小

(self, size)

Source from the content-addressed store, hash-verified

176 self.titleBar.setHeight(height)
177
178 def setIconSize(self, size):
179 """设置图标的大小"""
180 self.titleBar.setIconSize(size)
181
182 def setWidget(self, widget):
183 """设置自己的控件"""

Callers

nothing calls this directly

Calls 1

setIconSizeMethod · 0.45

Tested by

no test coverage detected