I have some problem with drawing in Qt.
I need to draw a infinite line on QGraphicsScene with QPainter. And about line I know only base point and line direction (or base point and one more point, that lays on this line).
In result, I need something like that.
But I didn't find any solutions or something close to my problem. I hope that someone faced with similar problem and can help me. Thank you in advance for all your recommends.