Hello all, i wanted to put a image on a pushbutton(i mean pushbutton is hide under a image)
so when i click on the image, hided pushbutton should be activated and perform some task

for this process i had made a design in Qt Designer like this
1)selected a pushbutton and enlarge that size
2)selected a label widget and kept it on the pushbutton and in properties editor specify the image file in pixmap property

so now i confusing about, how to link image (on label) to the hided pushbutton?????????