GUI Update 2

This commit is contained in:
AshBastian
2020-01-16 17:36:52 +01:00
parent 332e752371
commit 753a491695
2 changed files with 11 additions and 6 deletions

View File

@@ -87,7 +87,6 @@ void slotCreateFloodFillTool();
void slotAboutDialog();
void slotChangeDim();
void slotGetDim();
void slotEnterPressed();
@@ -112,6 +111,8 @@ void setDefaultToolValue();
// What we'll draw on
PaintingArea* paintingArea;
int maxHeight;
int maxWidth;
const QSize Buttonsize = QSize(35,35);
QPixmap preview;
@@ -177,7 +178,6 @@ QAction* actionCreateFloodFillTool;
// dimension actions
QAction*actionChangeDim;
QAction*actionGetDim;
// dialog actions
QAction* actionAboutDialog;