Hello all,

in the program when I am painting some specific objects to the QGraphicsScene it goes very slowly....this only happens when I am painting text.

I paint the text using a QPainterPath and then adding the text to the QPainterPath.

I think in this specific example the painting of everything is so slow because the QPainterPath's which print the text overlap.

So, my question is....does anyone know that if the QPainterPaths overlap, is there any know effects which cause everything to slow down?

Thanks,

Jonathan