[Solved] Diagram designer example with rotate and resize
-
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!
-
I found an article frome "here":http://www.davidwdrell.net/wordpress/?page_id=46 which answer to my Question.