Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ mouseReleaseEvent
Method
mouseReleaseEvent
deeplabcut/gui/widgets.py:215–216 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
213
self.setStyleSheet(f
"color: {self.color}"
)
214
215
def
mouseReleaseEvent(self, event):
216
self.signal.emit()
217
218
def
enterEvent(self, event):
219
self.setCursor(QCursor(QtCore.Qt.PointingHandCursor))
Callers
nothing calls this directly
Calls
1
emit
Method · 0.80
Tested by
no test coverage detected