PDA

View Full Version : Qreal to int



shiranraviv
10th November 2009, 10:49
Hi,
I want to convert my QPointF into an int with x and y

Is it possible?

thanx

spirit
10th November 2009, 10:51
take a look at QPointF::toPoint.