Hi All,

I am new to qt graphics i need to draw a simple 2D graphics like
drawing a circle, line, circle-line intersection so on
and it should be
drawn on a frame which inherits from qdialog.
The other frame as a
lineedits which are the inputs to draw the circle like i have circle
centre and radius.It should be in cartesian coordinate form.

How do i go about it ? Any helps or suggestions