Dear All,

I'm able to draw lines on QGraphicScene by using Qpainter. I need to draw Arrow pointed lines and curve line (Free hand drawing). I have used QMouseEvents like mousepress, mousemove and mouserelease to get positions. Drawing free hand or curve lines im finding it difficult. Suggest me to make it.

Thanks in advance