MCPcopy Index your code
hub / github.com/PyQt5/PyQt / setWindowOpacity

Method setWindowOpacity

Demo/BubbleTips.py:130–131  ·  view source on GitHub ↗
(self, opacity)

Source from the content-addressed store, hash-verified

128 return super(BubbleLabel, self).windowOpacity()
129
130 def setWindowOpacity(self, opacity):
131 super(BubbleLabel, self).setWindowOpacity(opacity)
132
133 # 由于opacity属性不在QWidget中需要重新定义一个
134 opacity = pyqtProperty(float, windowOpacity, setWindowOpacity)

Callers 3

showWidgetMethod · 0.80
jumpLoginWidgetMethod · 0.80
jumpSettingWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected