QPolygonF from a vector of QLineF
Unsolved
General and Desktop
-
Hi!
I have a QVector<QLineF> with thousands of small lines that join together to create a shape. These lines are not sequential in the vector but in a random order. Is it possible to generate a QPolygonF from such a vector of lines?
Thank you.
-
@AhmedAlshawi said in QPolygonF from a vector of QLineF:
Is it possible to generate a QPolygonF from such a vector of lines?
Yes, but you have to do it by your own, Qt has nothing for it.
-
This post is deleted!