gui changes for tool anwendung

This commit is contained in:
Sonaion
2019-12-19 14:33:28 +01:00
parent 71dd9aa7c2
commit 9bc45dedfd
4 changed files with 66 additions and 3 deletions

View File

@@ -55,6 +55,10 @@ private slots:
void slotCreatePenTool();
void slotCreatePlainTool();
void slotCreateLineTool();
void slotCreateRectangleTool();
void slotCreateCircleTool();
void slotCreatePolygonTool();
void slotCreateFloodFillTool();
// slots for dialogs
void slotAboutDialog();
@@ -99,6 +103,10 @@ private:
QAction *actionCreatePenTool;
QAction *actionCreatePlainTool;
QAction *actionCreateLineTool;
QAction *actionCreateRectangleTool;
QAction *actionCreateCircleTool;
QAction *actionCreatePolygonTool;
QAction *actionCreateFloodFillTool;
// dialog actions
QAction *actionAboutDialog;