Hi,
I created an array of QLabel on my form:
QLabel * lblPulsante = new QLabel (this);
Pulsante[i]= lblPulsante;
Now, I need to intercept the events click on my QLabel, but I do not know how to do.
I suppose I must to add something in the:
private slots: (in the file mainwindow.h) but I don't know the sintax.
Help me please..........thanks
Bookmarks