Polygon Update

This commit is contained in:
AshBastian
2019-12-17 17:45:42 +01:00
parent 21ade76563
commit 3525261e1e
7 changed files with 128 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ IntelliPhotoGui::IntelliPhotoGui(){
setIntelliStyle();
// Size the app
showMaximized();
resize(600,600);
//showMaximized();
}
// User tried to close the app

View File

@@ -123,6 +123,7 @@ private:
//main GUI elements
QWidget* centralGuiWidget;
QPushButton* Toolmanager;
QGridLayout *mainLayout;
};