I want my Qt application to be able to save simple vector graphics to clipboard in a compatible way. On windows I want to be able to paste the graphics into Microsoft Word or Powerpoint. On Linux I want to be compatible with the Open Office.
Which format would you recommend? Can Qt generate EMF in an easy way? Is SVG an option?
Update:
My current plan is to add a piece of native win32 code to render the graphics to emf on windows. This code will not be available on linux.