1 #ifndef CLICKABLELABEL_H
2 #define CLICKABLELABEL_H
30 #endif // CLICKABLELABEL_H
void clicked()
Fired when mousePressEvent is detected.
Class derived from QLabel which additionally fires the clicked-signal when mousePressEvent is detecte...
Definition: clickablelabel.h:9
void mousePressEvent(QMouseEvent *event)
Is called when a mouse button is pressed while the cursor is inside the label.
Definition: clickablelabel.cpp:13