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

Method mousePressEvent

customWidgets.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void customIcon::mousePressEvent(QMouseEvent *event){
64 emit clicked();
65 setFocus();
66 iconSizeRate -= 0.1;
67 update();
68}
69
70void customIcon::mouseReleaseEvent(QMouseEvent *event){
71 iconSizeRate += 0.1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected