Hi.
I'd like to know how to draw a selection rectangle over a label (QLabel) so that the QLabel continues to show. I think I need to somehow call QLabel::PaintEvent, but I don't know how.
Thanks.