Hello All!!

I am building a camera app using QT and openCV..... I need to create a mouse event on a QLabel inside a main window.... Sub Classing is not feasible for me.. so I went with using installEventFilter() ..... I checked and the mouse event is working fine but the image in the label is not visible.... can you tell me how to fix this problem??

Thanks!!