back to polygonf

git-svn-id: svn://db.shs.com.ru/libs@7 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
2015-04-17 07:19:24 +00:00
parent fd4ffc3677
commit 3abd654291
4 changed files with 20 additions and 14 deletions

View File

@@ -32,8 +32,8 @@ struct GraphicType {
}
//~GraphicType() {delete pb;}
QString name;
QList<QPointF> polyline;
QList<QPointF> polyline_pause;
QPolygonF polyline;
QPolygonF polyline_pause;
QPen pen;
QColor fill_color;
bool lines;