Integrated view items for selecing and dragging shapes in the QGraphicsView; not completely tied to model yet.

This commit is contained in:
Tats
2014-10-31 17:05:32 -04:00
parent cbfe3981c0
commit 6843ecd882
4 changed files with 278 additions and 47 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ void drawControlsPolygon(QPainter* painter, const QList<int>* selectedVertices,
painter->drawPolygon(polygon.toPolygon());
// Draw control points.
drawControlsVertices(painter, selectedVertices, polygon);
//drawControlsVertices(painter, selectedVertices, polygon);
}
bool fileExists(const QString& filename)