MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / leaveEvent

Method leaveEvent

customWidgets.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void customIcon::leaveEvent(QEvent *event){
59 bgColor = defaultColor;
60 update();
61}
62
63void customIcon::mousePressEvent(QMouseEvent *event){
64 emit clicked();

Callers

nothing calls this directly

Calls 1

addAnimationMethod · 0.80

Tested by

no test coverage detected