Qt 6.11 is out! See what's new in the release
blog
Designer plugins
General and Desktop
1
Posts
1
Posters
461
Views
1
Watching
-
Hi
I have developed 2 designer plugins
1 is a container based on stack widget and the other is based on a QLabel.
I can use them both individually but if I place my label based widget on a stacked widget page I get errors of the this nature –
@
QPainter::begin: A paint device can only be painted by one painter at a time.
QPainter::translate: Painter not active
@
I would be grateful if anyone can tell me the likely source of this error?Thanks