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

@@ -68,7 +68,6 @@ private:
//set style of the GUI
void setIntelliStyle();
// Will check if changes have occurred since last save
bool maybeSave();
// Opens the Save dialog and saves
@@ -123,7 +122,6 @@ private:
//main GUI elements
QWidget* centralGuiWidget;
QPushButton* Toolmanager;
QGridLayout *mainLayout;
};