35 #include "pqComponentsModule.h" 43 class PQCOMPONENTS_EXPORT
pqLabel :
public QLabel
48 pqLabel(
const QString& text, QWidget* parent = 0, Qt::WindowFlags f = 0);
51 void mousePressEvent(QMouseEvent* event);
pqLabel is a subclass of QLabel that emits a clicked() signal when the label text is clicked...