MCPcopy 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
53void customIcon::enterEvent(QEnterEvent *event){
54 bgColor = hoverColor;
55 update();
56}
57
58void customIcon::leaveEvent(QEvent *event){
59 bgColor = defaultColor;

Callers

nothing calls this directly

Calls 1

addAnimationMethod · 0.80

Tested by

no test coverage detected