Hii,
Currently i am drawing a path in QGraphicsItem which is pretty easy.. :P
Well when i scale the QGraphicsView then a dashed path is visible., to remove this problem i use "QPainter::Antialising" but this method gives me a blurrish path...
I have spent a lot of hours on that, Still the same problem.
Any idea how to draw a smooth path in QGraphicsItem even if we scale QGraphicsView path will remain smooth.
ANY IDEA?