Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyQt5/PyQt
/ doShake
Method
doShake
QPropertyAnimation/ShakeWindow.py:29–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
layout.addWidget(QPushButton(
'抖动'
, self, clicked=self.doShake))
28
29
def
doShake(self):
30
self.doShakeWindow(self)
31
32
# 下面这个方法可以做成这样的封装给任何控件
33
def
doShakeWindow(self, target):
Callers
nothing calls this directly
Calls
1
doShakeWindow
Method · 0.95
Tested by
no test coverage detected