hi friends ,
i need a help to clarify my doubt in QLineF() .. i dont know where i am commiting the mistake ..
in mainwindow.cpp (QGraphicsView())
i create a line item class ....
and
in lineitem.cpp
Code:
color(color) { QReal value = 90; line().setAngle(value); painter->drawLine(line()); }
here the line is drawn perfectly but i cant fix the angle ... its not turning in counter clockwise ... not like transform.rotate .. why ?
please help ...

