[Qt-interest] Need to show a dialog on click of QLabel

Srdjan Todorovic todorovic.s at googlemail.com
Thu May 14 11:37:44 CEST 2009


Hi

2009/5/14 Kamakshi Sivaraman <Kamakshi.Sivaraman at lntinfotech.com>:
> I need to show a dialog on click of QLabel.
> Please tell, how can I do that.

Override QWidget::mousePressEvent() for your QLabel, so it does what you want.

Srdjan



More information about the Qt-interest-old mailing list