ClickLabel: rename clicked to leftClicked and only fire when left mouse button clicked
This commit is contained in:
@@ -8,7 +8,7 @@ class ClickLabel : public QLabel
|
||||
public:
|
||||
using QLabel::QLabel;
|
||||
signals:
|
||||
void clicked();
|
||||
void leftClick();
|
||||
|
||||
protected:
|
||||
void mousePressEvent(QMouseEvent *event);
|
||||
|
||||
Reference in New Issue
Block a user