[Solved] Diagram designer example with rotate and resize
General and Desktop
3
Posts
1
Posters
1.4k
Views
1
Watching
-
wrote on 27 Mar 2014, 07:14 last edited by
I'm building an appliaction that allows to drag and drop shapes (& QGraphicsItem(s)) and allow them to rotate, resize.
http://qt-project.org/doc/qt-5/qtwidgets-graphicsview-diagramscene-example.html serves half of my need(without rotate and resize feature), What I need something like "this":http://www.codeproject.com/KB/WPF/WPFDiagramDesigner_Part1.aspx?msg=3168123 (.net example)
I know, I can play with code and try it my self, but I'm trying to find out if there is any good example.
Thank you in Advance!
-
wrote on 27 Mar 2014, 17:08 last edited by
any advice ?
-
wrote on 28 Mar 2014, 09:45 last edited by
I found an article frome "here":http://www.davidwdrell.net/wordpress/?page_id=46 which answer to my Question.
1/3