Closed fperillo closed 7 years ago
I could not find a drawLine( float, only int.... isn't 2.5 casted to int by the compiler?
Good point! I changed it to:
painter.drawLine(QLineF(2.5, y, wd, y));
I could not find a drawLine( float, only int.... isn't 2.5 casted to int by the compiler?