PDA

View Full Version : How to make QGraphicsSvgItem read SVG faster?



Seishin
18th October 2012, 19:53
Hi,

I'm using the constructor of QGraphicsSvgItem to read SVG file.
My SVG files are about 2MB to 5MB, and it takes a couple of seconds to read them.
I tried set cache mode but looks no different. Is there a way to reduce the reading time? Thanks.