From: Fridrich S. <fri...@bl...> - 2010-06-18 21:05:36
|
Hello, good people, This e-mail is to indicate that I changed quite substantially how the perfectspot draws the images internally. Until now, we had a listener class that was listening to the events from libwpg and drawing the image using corresponding Qt primitives. This was meaning that with the change/addition of new callbacks in libwpg, one had to modify this listener class. It meant for me quite a work since I am not as conversant as Ariya with Qt. So, I decided to change that and use the QtSvg module that supports pretty well the SVG that libwpg API generates. Now we basically load the document, convert it to SVG into memory and render that SVG using QtSvgRenderer class. Please, shout louldly if you object Cheers Fridrich |