Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linloir/GraphBuilder
/ enterEvent
Method
enterEvent
customWidgets.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void customIcon::enterEvent(QEnterEvent *event){
54
bgColor = hoverColor;
55
update();
56
}
57
58
void customIcon::leaveEvent(QEvent *event){
59
bgColor = defaultColor;
Callers
nothing calls this directly
Calls
1
addAnimation
Method · 0.80
Tested by
no test coverage detected