Cleanup GUI code
Compare changes
Files
10+ 54
− 17
@@ -4,17 +4,48 @@ from qtpy.QtCore import Qt
"Properties of simulation": "The properties of the simulation are, 'Iteration Count': The number of iterations to run the simulation for, \n'Plot Results': Open a plot over the output in matplotlib, \n'Get All Results': Print the detailed output from simulating the sfg in the terminal, \n'Input Values': The input values to the SFG by index of the port."
@@ -42,9 +73,11 @@ class KeybindsWindow(QDialog):
@@ -74,7 +107,8 @@ class AboutWindow(QDialog):
@@ -82,9 +116,12 @@ class AboutWindow(QDialog):