diff --git a/Research.docx b/Research.docx
index ffccaaf2c6e1deaec6b91cbc8d5ef85cd23f4e6b..91d49a796b12b8d94aada8bb20d026a4701abc0e 100644
Binary files a/Research.docx and b/Research.docx differ
diff --git a/reports and other files/Deliverables Plan.docx b/reports and other files/Deliverables Plan.docx
index 95ac239e934598a9638dbdba57300be85e21ed18..c0afe8bf5fa00f0103f095f92ca980c0a323bf7b 100644
Binary files a/reports and other files/Deliverables Plan.docx and b/reports and other files/Deliverables Plan.docx differ
diff --git a/reports and other files/Notes for final report.docx b/reports and other files/Notes for final report.docx
index 8368a4a02c286bfdc5f08c6aafd151c16901e46f..d18b955d762c824847f9597b4496c74af246926d 100644
Binary files a/reports and other files/Notes for final report.docx and b/reports and other files/Notes for final report.docx differ
diff --git a/reports and other files/brief.pdf b/reports and other files/brief.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..2b54e9337afba1fb3a6c6b67fb75780142e32ce0
Binary files /dev/null and b/reports and other files/brief.pdf differ
diff --git a/reports and other files/final report/Final Report Plan.docx b/reports and other files/final report/Final Report Plan.docx
index 9eb6926d1ecabb0110c9c4d4db923705dc2c2d78..d0fe6a35be36ab532a718d6fc794f6a84d1fa394 100644
Binary files a/reports and other files/final report/Final Report Plan.docx and b/reports and other files/final report/Final Report Plan.docx differ
diff --git a/reports and other files/~$stingStrategy.docx b/reports and other files/~$stingStrategy.docx
deleted file mode 100644
index e176269597fa3b39847162094a3d791d0b065673..0000000000000000000000000000000000000000
Binary files a/reports and other files/~$stingStrategy.docx and /dev/null differ
diff --git a/sourcefiles/Controller.js b/sourcefiles/Controller.js
index 9ec2b7c730ae5991928fcc73e2418f519bef1ea9..695b274aa3f2cf02d59c160cd7d4c3eaaace4f9e 100644
--- a/sourcefiles/Controller.js
+++ b/sourcefiles/Controller.js
@@ -15,10 +15,10 @@ function onToTilep1(mboxx,mboxy)
 {
     console.log("on to tile called");
 
-    pageLoader.source = "";
+
     //datasource.removePageOne();
  //clear the array
-
+    pageLoader.source = "";
     pageLoader.source = "Page2.qml";
 
 
@@ -56,7 +56,6 @@ else {
 
      function onToFPGAp1(box,fpgax,fpgay) {
 
-
          pageLoader.source = "Page3.qml"
          pageLoader.item.box = box ;
          //need to make the board coordinates absolute. get board x and board y
@@ -109,6 +108,7 @@ else {
  function onToSystemp1() {
 
      pageTitle = "POETS System Aggregated Averages";
+
      pageLoader.source = "Page3.qml";
      pageLoader.item.makePageTypesFalse();
      pageLoader.item.systemChart = true;
@@ -142,6 +142,7 @@ function changeSurfaceYLimit(metric) {
 
 //PAGE 2EVENT HANDLERS
 function toThreadp2(mboxX,mboxY,core,thread) {
+
     pageLoader.source = "Page3.qml"
     pageLoader.item.mboxX = mboxX
     pageLoader.item.mboxY = mboxY
@@ -153,6 +154,7 @@ function toThreadp2(mboxX,mboxY,core,thread) {
 }
 
 function toCorep2(mboxX,mboxY,core){
+
      pageLoader.source = "Page3.qml"
     //set page type and values
     pageLoader.item.mboxX = mboxX;
@@ -169,6 +171,7 @@ function toCorep2(mboxX,mboxY,core){
 
 
 function toMainViewp2() {
+
     pageTitle = "Main View";
     //remove page two from sender and delete page two.
 
@@ -202,6 +205,7 @@ function changeSurfaceYLimit2(metric) {
 
 function toMboxCharts(mboxX, mboxY) {
     pageTitle = "Averages for mbox X = " + mboxX + "    mbox Y = " + mboxY
+
     pageLoader.source = "Page3.qml"
     pageLoader.item.mboxX = mboxX
     pageLoader.item.mboxY = mboxY
@@ -216,6 +220,7 @@ function toMboxCharts(mboxX, mboxY) {
 function onBackPressedp3()
 {
 
+
                 if (pageLoader.item.systemChart) {
 
                     //load mainview
diff --git a/sourcefiles/POETSvisualizer.pro.user b/sourcefiles/POETSvisualizer.pro.user
index 6661aec440e2c62784aada936a38e0d1be0dfc08..c2fd2a35c4590f606cb6a27ebafd764028e29816 100644
--- a/sourcefiles/POETSvisualizer.pro.user
+++ b/sourcefiles/POETSvisualizer.pro.user
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by QtCreator 4.13.3, 2021-03-30T15:36:52. -->
+<!-- Written by QtCreator 4.13.3, 2021-04-01T22:00:46. -->
 <qtcreator>
  <data>
   <variable>EnvironmentId</variable>
diff --git a/sourcefiles/debug/POETSvisualizer.exe b/sourcefiles/debug/POETSvisualizer.exe
index 5239de69cf6498b116cbc43522bdf15f1558a2fa..ae0b311411bd495841a3a77419984375a1cb5140 100644
Binary files a/sourcefiles/debug/POETSvisualizer.exe and b/sourcefiles/debug/POETSvisualizer.exe differ
diff --git a/sourcefiles/debug/qrc_qml.cpp b/sourcefiles/debug/qrc_qml.cpp
index 673cf5c5d553b8ae064bbcf88322b9569a48b9c8..8a04db148bb221c63a2684125410d91f366c561d 100644
--- a/sourcefiles/debug/qrc_qml.cpp
+++ b/sourcefiles/debug/qrc_qml.cpp
@@ -8,98 +8,98 @@
 
 static const unsigned char qt_resource_data[] = {
   // C:/Users/domin/OneDrive/Documents/POETSvisualizer/sourcefiles/Controller.js
-  0x0,0x0,0x5,0x94,
+  0x0,0x0,0x5,0x9c,
   0x0,
-  0x0,0x19,0xbf,0x78,0x9c,0xed,0x58,0x4b,0x73,0xda,0x48,0x10,0xbe,0xbb,0xca,0xff,
-  0xa1,0x8b,0x13,0xac,0xbd,0x88,0x87,0x93,0x4d,0x85,0xf5,0x1,0x7b,0x1d,0xe7,0xe0,
-  0x18,0x97,0x4d,0x52,0x70,0x1c,0xc4,0x80,0x55,0x11,0x12,0x3b,0x12,0x60,0xad,0xe3,
-  0xff,0xbe,0xdd,0x33,0xd2,0xa0,0xc7,0x48,0x80,0xb7,0xb8,0x2d,0x54,0x61,0x59,0xf3,
-  0x4d,0xbf,0xa6,0x5f,0xd3,0xa7,0x27,0x96,0x75,0x3d,0xb8,0x1f,0x3e,0xe,0xee,0xee,
-  0x6e,0x1e,0xe1,0x33,0xcc,0x56,0x9e,0x1d,0x3a,0xbe,0x17,0xc0,0x33,0xf3,0xa6,0xae,
-  0xe3,0xcd,0x61,0xc1,0x1c,0xcf,0x8d,0x60,0xc9,0xe6,0x1c,0x42,0xc1,0xbc,0xc0,0x91,
-  0x80,0x73,0xd8,0x38,0xe1,0x33,0x4,0xfe,0x82,0x83,0x1f,0x3e,0x73,0xa1,0x10,0xab,
-  0xe5,0x94,0x85,0x3c,0x68,0x9e,0x9e,0xd0,0xd7,0xb2,0x7e,0x3b,0xe2,0xe7,0x13,0x31,
-  0x78,0xe8,0xdf,0xde,0xc0,0xcd,0x8f,0x9b,0xfb,0x21,0x7c,0xed,0xdf,0xff,0x85,0x6a,
-  0x3c,0x29,0xde,0x8a,0xbf,0x14,0xca,0xf7,0xb8,0x1,0x12,0xef,0xbd,0xc6,0x77,0xb7,
-  0xf2,0x55,0xa2,0x3c,0xe2,0x87,0xfe,0xd0,0x71,0xf9,0xb2,0x5d,0x5f,0x4c,0xfc,0x97,
-  0x97,0x73,0xfa,0x8d,0x1a,0xa7,0x27,0xaf,0xa7,0x27,0x80,0x1f,0x1b,0xf5,0xf7,0x5d,
-  0xde,0x74,0xfd,0x79,0xbd,0x86,0xf8,0xd0,0x87,0x10,0xe1,0x60,0x33,0xd7,0xe5,0xd3,
-  0x5a,0xa3,0x47,0xe4,0x9,0x48,0xdc,0xef,0x7c,0x36,0xe5,0xa2,0x19,0xf8,0x2b,0x61,
-  0x73,0xb8,0x84,0x5a,0xad,0xa7,0x16,0x2d,0xb,0x4d,0xc5,0xd4,0xfb,0xa6,0xe0,0xb,
-  0x7f,0xcd,0x1f,0x10,0x3f,0xf0,0x78,0x9d,0x28,0xe0,0xba,0xed,0x72,0x26,0x0,0x8d,
-  0xb,0x4c,0x8,0x16,0x55,0x52,0xa5,0xad,0x9d,0xe6,0xdf,0xb,0xb7,0xd6,0x53,0xba,
-  0xe7,0x90,0x4e,0xc8,0x17,0x4d,0xd2,0x63,0xd4,0x47,0xb8,0x54,0xab,0x1c,0x33,0x4e,
-  0x30,0xd1,0x96,0x96,0x33,0x83,0xba,0x32,0x7,0xfc,0x9,0xad,0x46,0xe3,0x75,0x7,
-  0x8b,0x96,0x5a,0x4f,0x30,0x43,0x27,0x74,0xa5,0xa0,0xdf,0xae,0x6,0xa3,0xd1,0x67,
-  0x68,0xd5,0xe0,0xc,0xa0,0x16,0x23,0xe8,0x1f,0xb9,0x32,0xa6,0x15,0xb5,0xf3,0x2d,
-  0xcb,0x5b,0x8a,0x23,0x59,0xc3,0x6b,0x96,0xb4,0x51,0xfa,0x9d,0xec,0xcf,0xf6,0x61,
-  0x9e,0x7c,0xb9,0x1b,0x70,0xcd,0x76,0x4b,0x8f,0x8,0x12,0x47,0x18,0xd1,0x13,0x92,
-  0x51,0xf6,0xc9,0x91,0x96,0x88,0x71,0xa,0x11,0x69,0x1e,0x50,0x70,0x27,0x15,0x40,
-  0xd3,0x38,0xde,0x88,0x8b,0xf4,0xa7,0x2,0x2e,0xd6,0x23,0xcb,0x34,0x56,0x42,0xf3,
-  0x69,0x54,0x9c,0xd1,0x23,0xa,0x74,0xd1,0xab,0xf0,0x1,0xd,0x48,0xd9,0x42,0xca,
-  0x9b,0x89,0x93,0x2f,0xf,0xb7,0x7d,0x8c,0x13,0xdc,0x70,0x3e,0x5b,0xce,0x99,0xfa,
-  0x8d,0xe4,0x19,0xe9,0xd,0x95,0x4e,0xdb,0x95,0x4e,0x6b,0x46,0x4a,0x61,0xc8,0x7a,
-  0x97,0x40,0xbf,0xbd,0x14,0xca,0xb2,0x3c,0x8e,0x66,0xc2,0xd0,0x5b,0xb0,0x9f,0x5c,
-  0x6,0xc9,0xc4,0x67,0x62,0x8a,0x56,0xf2,0xc5,0xd4,0xf1,0x28,0xb,0x1,0x9b,0xa0,
-  0xc1,0x56,0x21,0x6f,0xc2,0x9c,0x87,0xf1,0xfa,0xb,0x60,0x66,0x8b,0x9f,0xa3,0x8c,
-  0x88,0xe4,0x65,0x92,0xd9,0x25,0xb4,0x33,0x4e,0x66,0x14,0x4b,0x6a,0x8b,0x82,0xa9,
-  0xbf,0xbf,0xb7,0x7b,0x7b,0xe0,0xa3,0x18,0x1f,0xe5,0xf0,0x6f,0xa9,0x67,0xe9,0x6a,
-  0x29,0x51,0x3a,0xfb,0x8b,0xd2,0xc5,0x73,0x3f,0xb6,0x38,0xdd,0xfd,0xc5,0x79,0xa7,
-  0x2c,0x67,0xd0,0x39,0x40,0x9e,0x8b,0xe3,0x9a,0xa7,0x13,0xef,0x39,0xc4,0x44,0x1f,
-  0x8e,0x68,0xa2,0x8b,0x77,0xc8,0xf3,0xf1,0xb8,0x26,0x7a,0x8f,0x48,0x7f,0x1c,0xd1,
-  0x44,0x1f,0xdf,0x21,0xcf,0xa7,0xe3,0x9a,0x68,0x6f,0x91,0xf2,0x42,0x64,0x52,0x3e,
-  0xc9,0xea,0xad,0x16,0x13,0xec,0xb5,0x36,0xdc,0xb,0x61,0x23,0x7c,0xec,0xcf,0x66,
-  0xc2,0x5f,0xa8,0x6a,0xd1,0xa6,0x6c,0x28,0x9f,0xba,0xba,0x66,0x14,0xd8,0xe4,0x28,
-  0x52,0x16,0x4c,0x8a,0x97,0x59,0x63,0xac,0x2b,0x57,0x4,0x8b,0x24,0xaa,0x4,0x16,
-  0x65,0xf8,0x15,0xca,0x9,0x66,0x68,0x4a,0xf5,0xc3,0x68,0xc9,0x83,0x2f,0xc,0x15,
-  0xad,0x57,0xe2,0x89,0xe2,0xf5,0x33,0x13,0x21,0xb2,0xc,0xc5,0x8a,0xf7,0xa,0x95,
-  0x44,0x97,0xf3,0x2b,0xb4,0x9,0xc9,0x4e,0xb6,0x49,0xca,0xae,0x2c,0xba,0x54,0x97,
-  0x3e,0x27,0x9a,0x69,0x4d,0x20,0x1,0xa8,0xf5,0x71,0x6a,0x3d,0x4a,0xf5,0x4d,0xba,
-  0xf7,0xc8,0x94,0xba,0xa7,0x28,0x40,0xe9,0xb0,0xd8,0xc5,0xd5,0xad,0x28,0xcd,0xc3,
-  0xe0,0x66,0xf8,0x4,0xa,0x7,0xfd,0xf9,0x5c,0xf0,0xb9,0x2c,0xe6,0xfd,0x35,0x17,
-  0x88,0xb,0x92,0xd6,0x6f,0x57,0x35,0x34,0xc0,0x76,0x1a,0x32,0x8f,0xd,0xa4,0x14,
-  0x5,0x33,0x26,0xf5,0xdc,0xb2,0x6,0xc3,0xaf,0x37,0x8f,0xa9,0xae,0xd7,0xc6,0x96,
-  0x7f,0x2e,0xc9,0xdf,0xb1,0x9,0x77,0xeb,0xe0,0xf1,0x8d,0x6c,0x40,0xb6,0x8d,0x6f,
-  0xc8,0x5f,0xc2,0x76,0x93,0x7e,0x91,0x64,0xb2,0x8c,0x64,0x63,0x73,0xe5,0x48,0x3d,
-  0xad,0xc4,0x8c,0xd9,0x7c,0x7c,0xe7,0x2c,0x9c,0xb0,0xbe,0xe0,0xa1,0x70,0x6c,0x1d,
-  0x67,0xaa,0x9d,0x94,0xef,0x30,0x0,0xa9,0x31,0xe3,0x41,0x40,0x36,0x82,0x27,0xf4,
-  0xed,0x1a,0x34,0xe0,0xd7,0x2f,0x30,0x3,0x1e,0xb9,0xcd,0x9d,0x35,0x35,0xda,0x99,
-  0xa8,0x8d,0xd8,0x8b,0x13,0xa0,0x89,0x28,0x48,0xdb,0xad,0xf,0xad,0x56,0x61,0xc9,
-  0xf1,0xa8,0x31,0xec,0x65,0xba,0x2f,0x9d,0x9,0x32,0xbc,0xbe,0x63,0x3f,0xef,0xfc,
-  0xc3,0x48,0x99,0x9a,0x6e,0x75,0x8b,0x4c,0x5a,0xda,0x33,0xd3,0xd4,0x2a,0xe1,0x3b,
-  0x44,0xd2,0xbd,0x56,0x7c,0x3b,0xe9,0xe4,0xef,0x2d,0xda,0xc6,0xa1,0x3f,0x7c,0x16,
-  0x9c,0x4d,0x97,0x1d,0xd9,0x1a,0x8f,0xe4,0x25,0x65,0x7c,0x6e,0xfb,0x82,0x9f,0x87,
-  0x72,0x45,0x5b,0x67,0xaf,0xde,0xcb,0xd8,0x24,0xc6,0xd7,0x80,0x51,0x45,0x9b,0x18,
-  0x43,0xc6,0x66,0x8,0x89,0x83,0x8,0xfa,0x63,0x6,0x28,0x51,0xc9,0x43,0xe5,0x43,
-  0x9,0xa3,0x72,0xbf,0x37,0xd3,0xcb,0xb9,0x7d,0x21,0x50,0x13,0xe5,0x92,0x4e,0x79,
-  0x94,0x5c,0x46,0x74,0xc3,0x9e,0xee,0xd7,0xc7,0x49,0xea,0x88,0xb5,0xa1,0xf7,0xf2,
-  0x31,0xc9,0x28,0x5a,0x9,0x5a,0x51,0xff,0x24,0x51,0x91,0x3a,0xaf,0x6b,0xdc,0x62,
-  0x38,0x2d,0xed,0x5e,0x7b,0x1d,0x93,0x65,0x5,0xd8,0xca,0xaa,0xdb,0x1,0x5a,0x43,
-  0x36,0xb3,0x6b,0xe6,0xae,0x78,0xb0,0xc7,0x31,0x56,0xb5,0xfb,0xc9,0x39,0x96,0x60,
-  0x52,0x7,0xa9,0x9d,0x3e,0x53,0x4b,0xd2,0x26,0x35,0xb,0x91,0xb1,0x6c,0x9,0x4a,
-  0x99,0x3a,0x65,0x67,0x93,0x1c,0x65,0x67,0x7f,0x80,0x9b,0x10,0x99,0x43,0x9c,0xe4,
-  0xc8,0x1a,0xa9,0x98,0xcf,0xa7,0xd1,0xd0,0xff,0xc6,0x1c,0xef,0x87,0xc3,0x37,0xe8,
-  0x36,0x99,0x68,0xde,0x5e,0x67,0x11,0x0,0x84,0xd8,0x4e,0x15,0xd4,0x28,0x21,0x76,
-  0x91,0x8d,0xaf,0x1a,0x84,0x80,0x7b,0xc8,0x50,0x7a,0xcb,0x94,0xbb,0x3c,0xdc,0xae,
-  0x37,0x93,0xd3,0xc,0x54,0xba,0xfe,0x2e,0x2f,0xa0,0x4d,0xb1,0xf2,0x3c,0x1a,0xff,
-  0x60,0x57,0x4e,0x86,0xac,0x1e,0x69,0x90,0xd1,0xdb,0x49,0xe5,0x8a,0xcb,0x8b,0x1c,
-  0xa,0x95,0x97,0x97,0xce,0x3b,0xea,0x4b,0x75,0x85,0xe9,0xfc,0x5f,0x62,0xf6,0x2f,
-  0x31,0x69,0x1f,0x43,0x27,0x95,0xa1,0x10,0xc4,0xa9,0x49,0xe5,0x1,0xb3,0xbf,0x25,
-  0x9d,0xc,0xcc,0x7c,0x1,0x85,0xd1,0xc7,0x28,0xc9,0x88,0x85,0x91,0x47,0xb1,0x3c,
-  0x1c,0xbb,0x12,0xfd,0xa7,0x22,0xe2,0xb8,0xf9,0xec,0xa0,0x9d,0x70,0xf7,0x4c,0x13,
-  0x64,0xe5,0xee,0xea,0xf1,0x63,0x57,0xd,0x53,0xb9,0x8,0x32,0x33,0xc6,0x2b,0x66,
-  0xff,0x7c,0x10,0xe8,0x71,0x7c,0xba,0xec,0xd6,0x55,0x10,0xe4,0xda,0xff,0xd8,0x89,
-  0x2b,0x5a,0xbb,0x74,0x2b,0x9a,0xfb,0x58,0x96,0x8b,0x7b,0xe4,0xfc,0x76,0x8d,0x9,
-  0xc2,0xc,0xda,0x11,0xce,0x65,0x94,0x55,0xf8,0xa9,0xf9,0x54,0x39,0x61,0x43,0x96,
-  0x32,0x9,0xfb,0x56,0x7c,0x15,0x87,0x4c,0x41,0x73,0x7d,0x33,0x28,0xde,0xd7,0xe2,
-  0x4f,0xa6,0x26,0xd1,0xf6,0x2e,0x9a,0x1a,0x26,0x68,0xeb,0xe4,0x14,0x8a,0x63,0xda,
-  0x3,0x8d,0x92,0xbf,0xf5,0x55,0x6b,0x9c,0x43,0xbf,0x99,0x98,0xea,0xc,0x51,0x5e,
-  0xa6,0x30,0x55,0x95,0x7b,0xa9,0x69,0x71,0xdb,0x7,0x95,0xd8,0x6a,0xcd,0x44,0x3c,
-  0x3a,0xbc,0x34,0x87,0x5c,0xd5,0xa6,0xa8,0x64,0xd3,0xd8,0x6c,0xd3,0x1d,0x23,0xeb,
-  0x1d,0x5b,0xc,0xb3,0xeb,0x8a,0x33,0x28,0x1f,0x66,0x1b,0x37,0x15,0x4a,0xfe,0xe1,
-  0xc3,0x5c,0xa3,0x4b,0xe7,0x86,0xa6,0xa9,0x8f,0x2e,0xd1,0xb6,0xcc,0xba,0xaa,0x12,
-  0xcb,0x2a,0x4d,0x6e,0x8a,0x85,0xba,0x59,0xdc,0x97,0x9b,0x47,0xab,0xef,0xbf,0x1f,
-  0x66,0xf6,0x7f,
+  0x0,0x19,0xc9,0x78,0x9c,0xed,0x58,0x4b,0x73,0xe2,0x38,0x10,0xbe,0xa7,0x2a,0xff,
+  0xa1,0x8b,0x13,0x6c,0xb2,0x36,0x8f,0xcc,0xec,0x54,0xd8,0x1c,0x48,0x96,0xc9,0x1c,
+  0x32,0x21,0x95,0x30,0x53,0x70,0x14,0x46,0x10,0xd7,0x18,0x9b,0x95,0xd,0xc4,0x93,
+  0xc9,0x7f,0xdf,0x96,0x64,0x9,0x3f,0x64,0x43,0xd8,0xa2,0xf6,0xb2,0xa6,0x8a,0x38,
+  0xe8,0x53,0xbf,0xd4,0x2f,0xf5,0xe9,0x89,0x6d,0xdf,0xc,0xee,0x87,0x8f,0x83,0xbb,
+  0xbb,0xfe,0x23,0x5c,0xc2,0x6c,0xe5,0x3b,0x91,0x1b,0xf8,0x21,0x3c,0x13,0x7f,0xea,
+  0xb9,0xfe,0x1c,0x16,0xc4,0xf5,0xbd,0x18,0x96,0x64,0x4e,0x21,0x62,0xc4,0xf,0x5d,
+  0x1,0x38,0x87,0x8d,0x1b,0x3d,0x43,0x18,0x2c,0x28,0x4,0xd1,0x33,0x65,0x12,0xb1,
+  0x5a,0x4e,0x49,0x44,0x43,0xeb,0xf4,0x84,0x7f,0x6c,0xfb,0xb7,0x23,0x3e,0x9f,0x38,
+  0x83,0x87,0xde,0x6d,0x1f,0xfa,0xdf,0xfb,0xf7,0x43,0xf8,0xd2,0xbb,0xff,0xb,0xd5,
+  0x78,0x92,0xbc,0x25,0x7f,0x21,0x54,0xe0,0x53,0x3,0x24,0xd9,0x7b,0x83,0xbf,0xdd,
+  0x8a,0x9f,0x94,0xf2,0x88,0x1f,0x6,0x43,0xd7,0xa3,0xcb,0x56,0x7d,0x31,0x9,0x5e,
+  0x5e,0xce,0xf9,0x77,0xdc,0x38,0x3d,0x79,0x3d,0x3d,0x1,0x7c,0x1c,0xd4,0x3f,0xf0,
+  0xa8,0xe5,0x5,0xf3,0x7a,0xd,0xf1,0x51,0x0,0x11,0xc2,0xc1,0x21,0x9e,0x47,0xa7,
+  0xb5,0x46,0x57,0x72,0xe7,0x50,0xdb,0x46,0x7b,0x90,0x30,0x58,0x31,0x87,0x5a,0x8c,
+  0x2e,0x82,0x35,0x7d,0x40,0x91,0x6,0x3e,0xad,0x73,0x18,0xae,0x3b,0x1e,0x25,0xc,
+  0xd0,0x82,0x40,0x18,0x23,0xb1,0xdc,0xc6,0xc5,0xbe,0xb,0xc8,0x94,0x32,0x4b,0xee,
+  0x85,0x2b,0xa8,0xd5,0xba,0x15,0x8b,0x9c,0x6a,0xdb,0xfa,0x7b,0xe1,0xd5,0x52,0xdc,
+  0x53,0x48,0x37,0xa2,0xb,0x8b,0xeb,0x31,0xea,0x21,0x5c,0xa8,0x55,0x8e,0x19,0x2b,
+  0x4c,0xbc,0xa5,0xe5,0xce,0xa0,0x2e,0xcd,0x1,0x7f,0x42,0xb3,0xd1,0x78,0xdd,0xc1,
+  0xa2,0x29,0xd7,0x15,0x66,0xe8,0x46,0x9e,0x10,0xf4,0xeb,0xf5,0x60,0x34,0xba,0x84,
+  0x66,0xd,0xce,0x0,0x6a,0x9,0x82,0xff,0x23,0x56,0xc6,0x7c,0x45,0xee,0x7c,0xcb,
+  0xf2,0x16,0xe2,0x8,0xd6,0xf0,0x9a,0x25,0x6d,0x94,0x7e,0x27,0xfb,0xb3,0x7d,0x98,
+  0xab,0xf,0xf5,0x42,0xaa,0xd9,0x6e,0xe9,0x71,0x82,0x9c,0x23,0x8c,0xf8,0x1b,0x92,
+  0x91,0xf6,0xc9,0x91,0x16,0x88,0x71,0xa,0x11,0x6b,0x1e,0x50,0x70,0x27,0x19,0x40,
+  0xd3,0x24,0xde,0x38,0x17,0xe1,0x4f,0x5,0x5c,0xa2,0x47,0x96,0x69,0xa2,0x84,0xe6,
+  0xd3,0xa8,0x38,0xa3,0x47,0x14,0xe8,0xa2,0xe8,0x51,0x5b,0x2b,0x6a,0x40,0xca,0x16,
+  0x42,0xde,0x4c,0x9c,0x7c,0x7e,0xb8,0xed,0x61,0x9c,0xe0,0x86,0xf3,0xd9,0x72,0x4e,
+  0xe4,0x77,0x2c,0xce,0x68,0x7b,0x2,0xe5,0x2e,0xdb,0x11,0x2e,0x6b,0x46,0xa,0x51,
+  0xb8,0xed,0xae,0x80,0x7f,0x77,0x53,0x28,0xdb,0xf6,0x29,0x1a,0x9,0x3,0x6f,0x41,
+  0x7e,0x50,0x11,0x3d,0x93,0x80,0xb0,0x29,0xda,0x28,0x60,0x53,0xd7,0xe7,0x39,0x8,
+  0xc8,0x4,0xcd,0xb5,0x8a,0xa8,0x5,0x73,0x1a,0x25,0xeb,0x2f,0x80,0x79,0x2d,0x79,
+  0x8f,0x33,0x22,0x72,0x1f,0x13,0xcc,0xae,0xa0,0x95,0x71,0x31,0xa3,0x58,0x42,0x57,
+  0x14,0x4c,0xfe,0xfd,0xbd,0xd5,0xdd,0x3,0x1f,0x27,0xf8,0x38,0x87,0x7f,0x4b,0xbd,
+  0xb,0x47,0x4b,0x89,0xd2,0xde,0x5f,0x94,0xe,0x9e,0xfa,0xb1,0xc5,0xe9,0xec,0x2f,
+  0xce,0x81,0xb2,0x9c,0x41,0xfb,0x1d,0xf2,0x5c,0x1c,0xd7,0x3c,0xed,0x64,0xcf,0x7b,
+  0x4c,0xf4,0xe1,0x88,0x26,0xba,0x38,0x40,0x9e,0x8f,0xc7,0x35,0xd1,0x21,0x22,0xfd,
+  0x71,0x44,0x13,0x7d,0x3c,0x40,0x9e,0x4f,0xc7,0x35,0xd1,0xde,0x22,0xe5,0x85,0xc8,
+  0x24,0x7c,0x2e,0xab,0xbf,0x5a,0x4c,0xb0,0xd3,0xda,0x50,0x3f,0x82,0xd,0xb,0xb0,
+  0x3b,0x9b,0xb1,0x60,0x21,0x6b,0x45,0x8b,0x67,0x43,0xf1,0xd6,0xd1,0x15,0xa3,0xc0,
+  0x26,0x47,0x91,0x67,0x41,0x55,0xba,0xcc,0x1a,0x63,0x55,0xb9,0xe6,0xb0,0x58,0xa0,
+  0x4a,0x60,0x71,0x86,0x5f,0xa1,0x98,0x60,0x86,0xe6,0xa9,0x7e,0x18,0x2f,0x69,0xf8,
+  0x99,0xa0,0xa2,0xf5,0x4a,0x3c,0xa7,0x78,0xf3,0x4c,0x58,0x84,0x2c,0x23,0xb6,0xa2,
+  0xdd,0x42,0x25,0xd1,0xc5,0xfc,0x1a,0x6d,0xc2,0x65,0xe7,0xb6,0x51,0x45,0x57,0x94,
+  0x5c,0x5e,0x95,0x2e,0x95,0x66,0x5a,0x13,0x50,0x0,0xb9,0x3e,0x4e,0xad,0xc7,0xa9,
+  0xae,0x49,0x77,0x1e,0x99,0x42,0xf7,0x14,0x87,0x28,0x1d,0x96,0xba,0x74,0x6d,0xcb,
+  0x48,0xf3,0x30,0xe8,0xf,0x9f,0x40,0xe2,0xa0,0x37,0x9f,0x33,0x3a,0x17,0xa5,0xbc,
+  0xb7,0xa6,0xc,0x71,0x61,0xad,0x9b,0xd9,0x57,0x51,0xf,0xbb,0x45,0xd8,0x4e,0x53,
+  0xe6,0xb1,0xa1,0x90,0xa3,0x60,0x48,0x55,0xcf,0x6d,0x7b,0x30,0xfc,0xd2,0x7f,0x4c,
+  0x75,0xbd,0xe,0xb6,0xfc,0x73,0x41,0xfe,0x8e,0x4c,0xa8,0x57,0x7,0x9f,0x6e,0x44,
+  0x3,0xb2,0x6d,0x7c,0x23,0xfa,0x12,0xb5,0x2c,0xfe,0x8d,0x24,0xd5,0x32,0x92,0x4d,
+  0xc,0x96,0x23,0xf5,0xb4,0x62,0x33,0xe2,0xd0,0xf1,0x9d,0xbb,0x70,0xa3,0xfa,0x82,
+  0x46,0xcc,0x75,0x74,0xa4,0xc9,0x76,0x52,0xfc,0x86,0x21,0xc8,0x1b,0x33,0x1a,0x86,
+  0xdc,0x4a,0xf0,0x84,0xde,0x5d,0x83,0x6,0xfc,0xfa,0x5,0x66,0xc0,0x23,0x75,0xa8,
+  0xbb,0xe6,0x8d,0x76,0x26,0x6e,0x63,0xf2,0xe2,0x86,0x68,0x22,0x1e,0xa6,0xad,0xe6,
+  0x87,0x66,0xb3,0xb0,0xe4,0xfa,0xbc,0x31,0xec,0x66,0xba,0x2f,0x9d,0xb,0x32,0xbc,
+  0xbe,0x61,0x3f,0xef,0xfe,0x24,0x5c,0x99,0x9a,0x6e,0x75,0x8b,0x4c,0x9a,0xfa,0x44,
+  0xd3,0xd4,0x2a,0xe1,0x3b,0x44,0xd2,0xbd,0x56,0x72,0x3b,0x69,0xe7,0xef,0x2d,0xda,
+  0xc6,0x51,0x30,0x7c,0x66,0x94,0x4c,0x97,0x6d,0xd1,0x1a,0x8f,0xc4,0x25,0x65,0x7c,
+  0xee,0x4,0x8c,0x9e,0x47,0x62,0x25,0xe5,0xa8,0x7b,0xf5,0x5f,0xc6,0x36,0x31,0xb9,
+  0x8,0x8c,0x2a,0x1a,0xc5,0x4,0x32,0x36,0x43,0xb8,0x40,0x88,0xe0,0x7f,0xcc,0x0,
+  0x29,0x2c,0xf7,0x51,0xf1,0x52,0xc2,0xa8,0xdc,0xf3,0xcd,0xf4,0x72,0x8e,0x5f,0x8,
+  0x56,0xa5,0x9c,0xea,0x95,0x47,0xea,0x3a,0xa2,0x5b,0xf6,0x74,0xc7,0x3e,0x56,0xe9,
+  0x23,0xd1,0x86,0xff,0x2e,0x5e,0x55,0x56,0xd1,0x4a,0xf0,0x15,0xf9,0x8f,0x8a,0x8b,
+  0xd4,0x89,0xdd,0xe0,0x16,0xc3,0x79,0x35,0x5e,0xf7,0x4d,0xc,0xea,0x52,0x19,0x62,
+  0x43,0x2b,0x6f,0x8,0x68,0xf,0xd1,0xd2,0xae,0x89,0xb7,0xa2,0xe1,0x1e,0x7,0x59,
+  0xd5,0xf2,0xab,0x93,0x2c,0xc1,0xa4,0x8e,0x52,0x3b,0x7e,0xa6,0xa2,0xa4,0x8d,0x6a,
+  0x16,0x22,0x63,0xdb,0x12,0x94,0x34,0x76,0xca,0xd2,0x26,0x39,0xca,0x4e,0xff,0x1d,
+  0x8e,0xc2,0xc9,0xbc,0xc7,0x4d,0x8e,0xac,0x91,0x8c,0xfb,0x7c,0x2a,0x8d,0x82,0xaf,
+  0xc4,0xf5,0xbf,0xbb,0x74,0x83,0x8e,0x93,0x8b,0xe8,0xed,0xa5,0x16,0x21,0xc0,0x31,
+  0xaa,0x72,0xd8,0xb6,0x9c,0x35,0x24,0x4e,0xb2,0x9,0x64,0xa3,0x10,0x52,0x1f,0x59,
+  0xa,0x7f,0x99,0x52,0x8f,0x46,0xdb,0x75,0x4b,0xd1,0xd,0x65,0xd2,0xfe,0x26,0xae,
+  0xa1,0x16,0x5b,0xf9,0x3e,0x1f,0x2,0x61,0x77,0xce,0x4d,0xd9,0xdd,0x99,0x4f,0x5a,
+  0xaa,0x7e,0x25,0x45,0x46,0x8c,0x86,0xca,0x8b,0x4c,0xfb,0x80,0x2a,0x53,0x5d,0x67,
+  0xda,0xff,0x17,0x9a,0xfd,0xb,0x4d,0xda,0xcb,0xd0,0x4d,0x45,0x30,0x84,0x49,0x7a,
+  0x92,0x99,0x40,0x2b,0x9e,0xf1,0x37,0xd5,0xd1,0xc0,0x2c,0x60,0x50,0x18,0x80,0x8c,
+  0x54,0x56,0x2c,0xc,0x3e,0xc6,0xff,0x41,0x3d,0xfa,0x57,0xa5,0xc4,0xf5,0xf2,0x19,
+  0x42,0xbb,0xe1,0xee,0xd9,0x26,0x88,0xa,0xde,0xd1,0x63,0xc8,0x8e,0x1c,0xaa,0x52,
+  0x16,0x66,0x66,0x8d,0xd7,0xc4,0xf9,0xf1,0xc0,0xd0,0xe7,0xe8,0x74,0xd9,0xa9,0xcb,
+  0x30,0xc8,0xb4,0xbc,0xc9,0xc3,0x7d,0xa7,0xa2,0xc9,0xcb,0x8f,0x5c,0x52,0x8f,0x6d,
+  0x7b,0xb8,0x47,0x4c,0x72,0xd7,0x98,0x24,0xcc,0xa0,0x1d,0x21,0x5d,0x46,0x59,0x86,
+  0xa0,0x9c,0x54,0x95,0x13,0x36,0x64,0x2a,0x93,0xb0,0x6f,0xc5,0x9f,0x92,0xb0,0x29,
+  0x68,0xae,0x6f,0x9,0xc5,0xbb,0x5b,0xf2,0x64,0x2a,0x13,0xdf,0xde,0x41,0x63,0xc3,
+  0x4,0xad,0xad,0xce,0x21,0x3b,0xb0,0x3d,0xc0,0x28,0xf9,0x1b,0x60,0xb5,0xc6,0x39,
+  0xf4,0x9b,0x89,0xa9,0xce,0x12,0xe5,0xc5,0xa,0xd3,0x55,0xb9,0x9f,0x9a,0x16,0xb7,
+  0xfd,0x50,0x89,0xad,0xd6,0x84,0x25,0x43,0xc4,0x2b,0x73,0xd0,0x55,0x6d,0x8a,0x4b,
+  0x36,0x8d,0xcd,0x36,0xdd,0x31,0xbc,0xde,0xb1,0xc5,0x30,0xc5,0xae,0x38,0x83,0xf2,
+  0xb1,0xb6,0x71,0x53,0xa1,0xf0,0xbf,0x7f,0xac,0x6b,0x74,0xe9,0xdc,0xf8,0x34,0xf5,
+  0xe8,0x32,0xed,0x88,0xcc,0x2b,0xab,0xb1,0xa8,0xd4,0xdc,0x4d,0xb1,0x58,0x5b,0xc5,
+  0x7d,0xb9,0xc9,0xb4,0xfc,0xfc,0x3,0x1d,0x7e,0xf6,0xf2,
     // C:/Users/domin/OneDrive/Documents/POETSvisualizer/sourcefiles/modelexp.qml
   0x0,0x0,0x7,0x84,
   0x69,
@@ -1434,31 +1434,31 @@ static const unsigned char qt_resource_struct[] = {
   0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x1,
 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
   // :/modelexp.qml
-  0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x5,0x98,
+  0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x5,0xa0,
 0x0,0x0,0x1,0x78,0x69,0x99,0x39,0xcc,
   // :/Controller.js
   0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
-0x0,0x0,0x1,0x78,0x69,0x85,0x56,0xfd,
+0x0,0x0,0x1,0x78,0x83,0xdc,0x10,0x12,
   // :/description
-  0x0,0x0,0x0,0x9a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x30,0x6e,
+  0x0,0x0,0x0,0x9a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x30,0x76,
 0x0,0x0,0x1,0x77,0xa7,0xe2,0x55,0x8e,
   // :/temp.qml
-  0x0,0x0,0x0,0x6e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x24,0xf4,
+  0x0,0x0,0x0,0x6e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x24,0xfc,
 0x0,0x0,0x1,0x77,0x74,0xd,0x84,0x22,
   // :/Key1.qml
-  0x0,0x0,0x0,0xce,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x4f,0x2e,
+  0x0,0x0,0x0,0xce,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x4f,0x36,
 0x0,0x0,0x1,0x78,0x4d,0xc,0xce,0xac,
   // :/Key2.qml
-  0x0,0x0,0x0,0x84,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x2b,0x93,
+  0x0,0x0,0x0,0x84,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x2b,0x9b,
 0x0,0x0,0x1,0x78,0x55,0xd5,0x2b,0x37,
   // :/Page1.qml
-  0x0,0x0,0x0,0xb6,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x3a,0x77,
+  0x0,0x0,0x0,0xb6,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x3a,0x7f,
 0x0,0x0,0x1,0x78,0x80,0x35,0x1f,0x8f,
   // :/Page2.qml
-  0x0,0x0,0x0,0x56,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x14,0x8,
+  0x0,0x0,0x0,0x56,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x14,0x10,
 0x0,0x0,0x1,0x78,0x83,0x8a,0x34,0x41,
   // :/Page3.qml
-  0x0,0x0,0x0,0x3e,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0xd,0x20,
+  0x0,0x0,0x0,0x3e,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0xd,0x28,
 0x0,0x0,0x1,0x78,0x80,0xa,0x92,0x9f,
 
 };
diff --git a/sourcefiles/debug/qrc_qml.o b/sourcefiles/debug/qrc_qml.o
index 9607f248cfb7fadb2353d37888fbcb50b93b1388..5a09821599fc933ab5cdba1995fd6dd0c406ad56 100644
Binary files a/sourcefiles/debug/qrc_qml.o and b/sourcefiles/debug/qrc_qml.o differ
diff --git a/sourcefiles/main.cpp b/sourcefiles/main.cpp
index 708aaf9877aae84e16a19b7007b7787176362454..73ff04fd91943f25831b59b595be51c0c330c500 100644
--- a/sourcefiles/main.cpp
+++ b/sourcefiles/main.cpp
@@ -18,6 +18,7 @@
 
 using namespace std;
 
+
 int main(int argc, char *argv[])
 {
     QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);