Update InputBoxes

This commit is contained in:
AshBastian
2020-01-15 15:48:38 +01:00
parent cc56f61247
commit b5e05a9c6a
7 changed files with 79 additions and 114 deletions

View File

@@ -38,7 +38,6 @@ IntelliPhotoGui(IntelliInputDialog* InputDialog);
void UpdateGui();
void setToolWidth(int value);
int returnValueOfInputDialog = 5;
protected:
// Function used to close an event
@@ -106,6 +105,8 @@ bool saveFile(const QByteArray &fileFormat);
void setDefaultToolValue();
int getReturnValueOfDialog();
// What we'll draw on
PaintingArea* paintingArea;
IntelliInputDialog* InputDialog;