Hello,
I need draw with QPainter, but when i try to do it not in
void paintEvent(QPaintEvent *)
I catch error: QPainter::setPen: Painter not active
QPainter::setBrush: Painter not active
Can i use qpainter not in void paintEvent(QPaintEvent *) ?
Thank you.