I have a videoStream in a FrameLabel and i want to use QPainter to draw a rectangle on it, But when i do something like this:
Code:
{ painter.setPen(Qt::blue); }
The rectangle is drawn behind the FrameLabel (i.e. behinde the videoStream)
I would be very grateful if anyone can show me an easy way to go around this.
