Hi to all,
some time ago I built a video camera viewer using Qt for a simple image processing application and I displayed every frame to a QLabel but I had some problems draw some lines on the frames so I got the suggestion to render the frames on a plain QWidget instead of a QLabel.

How can I do it?

Best Regards,
Franco