mg-pso-gui 0.0.182__tar.gz → 0.0.184__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/PKG-INFO +1 -1
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mg_pso_gui.egg-info/PKG-INFO +1 -1
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/HomePage.py +2 -2
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/SetupTab/SetupTab.py +4 -4
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/VisualizeTab/VisualizeTab.py +1 -1
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/setup.py +1 -1
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mg_pso_gui.egg-info/SOURCES.txt +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mg_pso_gui.egg-info/dependency_links.txt +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mg_pso_gui.egg-info/entry_points.txt +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mg_pso_gui.egg-info/requires.txt +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mg_pso_gui.egg-info/top_level.txt +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/__init__.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/OptionManager.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/PlatformTab/PlatformTab.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/PlatformTab/__init__.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/RunTab/RunTab.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/RunTab/__init__.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/SetupTab/BoundsEditorWindow.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/SetupTab/BoundsList.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/SetupTab/CalibrationParametersView.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/SetupTab/FunctionsList.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/SetupTab/ListParametersView.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/SetupTab/StaticParameterView.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/SetupTab/StepView.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/SetupTab/__init__.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/VisualizeTab/__init__.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/__init__.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/images/collapse.png +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/images/down.png +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/images/expand.png +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/images/play.png +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/images/refresh.png +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/images/stop.png +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/images/trash.png +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/images/up.png +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/mgpsogui.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/start.yaml +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/util/CTkToolTip/__init__.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/util/CTkToolTip/ctk_tooltip.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/util/GraphGenerator.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/util/PSORunner.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/util/__init__.py +0 -0
- {mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/setup.cfg +0 -0
@@ -112,13 +112,13 @@ class App(customtkinter.CTk):
|
|
112
112
|
tab2 = "Setup"
|
113
113
|
tab3 = "Run"
|
114
114
|
tab4 = "Visualize"
|
115
|
-
tab5 = "Results"
|
115
|
+
#tab5 = "Results"
|
116
116
|
|
117
117
|
self.tabview.add(tab1)
|
118
118
|
self.tabview.add(tab2)
|
119
119
|
self.tabview.add(tab3)
|
120
120
|
self.tabview.add(tab4)
|
121
|
-
self.tabview.add(tab5)
|
121
|
+
#self.tabview.add(tab5)
|
122
122
|
|
123
123
|
#self.tabview.configure(state="disabled")
|
124
124
|
|
@@ -8,12 +8,12 @@ import customtkinter
|
|
8
8
|
|
9
9
|
def create_tab(self, tab):
|
10
10
|
|
11
|
-
tab.grid_columnconfigure(0, weight=
|
12
|
-
tab.grid_columnconfigure(1, weight=
|
11
|
+
tab.grid_columnconfigure(0, weight=8)
|
12
|
+
tab.grid_columnconfigure(1, weight=1)
|
13
13
|
tab.grid_rowconfigure(0, weight=1)
|
14
14
|
|
15
15
|
self.paramtabview = customtkinter.CTkTabview(tab, bg_color="transparent", fg_color="transparent")
|
16
|
-
self.paramtabview.grid(row=0, column=
|
16
|
+
self.paramtabview.grid(row=0, column=1, padx=(0, 0), pady=(10, 10), sticky="nsew")
|
17
17
|
|
18
18
|
tab1 = "Static Parameters"
|
19
19
|
tab2 = "Calibration Parameters"
|
@@ -37,7 +37,7 @@ def create_tab(self, tab):
|
|
37
37
|
self.calib_param_frame.grid_rowconfigure(0, weight=1)
|
38
38
|
|
39
39
|
self.steps_frame = sv.StepView(tab, label_text="Group Editor", option_manager=self.option_manager)
|
40
|
-
self.steps_frame.grid(row=0, column=
|
40
|
+
self.steps_frame.grid(row=0, column=0, padx=(10, 10), pady=(10, 0), sticky="nsew")
|
41
41
|
self.steps_frame.grid_columnconfigure(0, weight=1)
|
42
42
|
self.steps_frame.grid_rowconfigure(0, weight=1)
|
43
43
|
|
@@ -63,4 +63,4 @@ def create_tab(self, tab):
|
|
63
63
|
self.graph_label = customtkinter.CTkLabel(tab, text=None, image=self.graph_image)
|
64
64
|
self.graph_label.grid(row=1, column=0, columnspan=3, padx=(20, 20), pady=(20, 20), sticky="nsew")
|
65
65
|
#window = customtkinter.CTk()
|
66
|
-
self.graph_label.bind('<Configure>', _resize_image)
|
66
|
+
#self.graph_label.bind('<Configure>', _resize_image)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mg-pso-gui-0.0.182 → mg-pso-gui-0.0.184}/mgpsogui/gui/SetupTab/CalibrationParametersView.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|