PolygonTool fertig

This commit is contained in:
AshBastian
2019-12-18 15:47:23 +01:00
parent 3525261e1e
commit 89b9e44677
10 changed files with 65 additions and 42 deletions

View File

@@ -23,6 +23,8 @@ private:
bool isNearStart(int x, int y, QPoint Startpoint);
int lineWidth;
int width;
int height;
bool isDrawing;
bool PointIsNearStart;
QPoint drawingPoint;