PDA

View Full Version : Connecting Points using Qt



prajna8
28th October 2010, 13:43
hi everyone

I need a help. I have a new task at work. I have to design a pattern where wen i click on run window dots are made and they connect also.
i have no clue how to do plz someone help

tbscope
28th October 2010, 15:03
http://doc.qt.nokia.com/

prajna8
28th October 2010, 22:19
Thank you so much for replying ... can please some time to send me the exact link i am still middle of no where.... i have been working real hard but still need some more luck..

wysota
28th October 2010, 22:22
You don't need luck, you need knowledge. If you ask a specific question maybe we will be able to answer but since you stated something general, you got a general answer.

ChrisW67
29th October 2010, 05:28
Ok, the first thing to understand is that there is no Qt class called QMakeMyDrawingApplicationForMe.

Perhaps the Scribble Example (http://doc.qt.nokia.com/latest/widgets-scribble.html), Path Stroking Demo (http://doc.qt.nokia.com/latest/demos-pathstroke.html), Diagram Sceen Example (http://doc.qt.nokia.com/latest/graphicsview-diagramscene.html), or the Elastic Nodes Example (http://doc.qt.nokia.com/latest/graphicsview-elasticnodes.html) are the sort of thing you were after. Everything in Painting Examples (http://doc.qt.nokia.com/latest/examples-painting.html) could be useful.

All of that documentation should also be in Assistant on your machine.