Qt Creator: svg editor
-
wrote on 12 Mar 2012, 18:33 last edited by
Hi,
I added some svg files to my project.
When I click on one of them, the svg file is drawn.
However, is it possible to show its xml data ?Kind regards,
hiwa
-
wrote on 13 Mar 2012, 07:57 last edited by
Right click on the file and do "Open with...". I have not tried this, but it should work:-)
-
wrote on 13 Mar 2012, 11:04 last edited by
I tested it using Qt Creator and it doesn't show the xml.
Workaround : open it with Inkscape (www.inkscape.org). There you have an xml editor
-
wrote on 14 Mar 2012, 07:47 last edited by
I now open it in a external text editor but it seems to me a bit inefficient.
So I thought there might be an internal text editor or xml-editor somewhere in QtCreator for svg files.
But I guess I have to work further like this. -
wrote on 14 Mar 2012, 11:08 last edited by
Hey..You are making SVG editor..?
Actually I'm also assigned to same project..!Will you please help me ..??
I'm able to display the svg file on the screen(QGraphicsView) and can save it..!
but i dunno about other fuctionality like drawing svg line on image..etc..etc..!
Will you please help me in that..??
and anyway which functionality you are including in your editor..??
Please Reply..:)
-
wrote on 15 Mar 2012, 17:40 last edited by
No, I'm not making an svg editor.
I was looking for a way to edit svg files in QtCreator.My project displays fixed svg files.
If you want to draw some lines in svg drawings, I recommend Inkscape for that. -
wrote on 16 Mar 2012, 04:00 last edited by
ohh..thanks.!
but actually I want to built simple app just like an Inkspace.In which I can draw simple svg line on svg file..!
Thanks anyway..:)
-
wrote on 20 Sept 2013, 22:50 last edited by
For a svg editor in Qt see Carve :
http://www.codedread.com/carve
oldy but anything else ?