Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyQt5/PyQt
/ enterEvent
Method
enterEvent
QPushButton/RubberBandButton.py:137–140 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
135
self._animate.addAnimation(hanimate)
136
137
def
enterEvent(self, event):
138
super(RubberBandButton, self).enterEvent(event)
139
self._animate.stop()
140
self._animate.start()
141
142
@pyqtProperty(int)
143
def
rWidth(self):
Callers
nothing calls this directly
Calls
2
stop
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected