mg-pso-gui 0.2.46__py3-none-any.whl → 0.2.48__py3-none-any.whl
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.2.46.dist-info → mg_pso_gui-0.2.48.dist-info}/METADATA +1 -1
- {mg_pso_gui-0.2.46.dist-info → mg_pso_gui-0.2.48.dist-info}/RECORD +6 -6
- mgpsogui/gui/General/ParameterView.py +4 -4
- {mg_pso_gui-0.2.46.dist-info → mg_pso_gui-0.2.48.dist-info}/WHEEL +0 -0
- {mg_pso_gui-0.2.46.dist-info → mg_pso_gui-0.2.48.dist-info}/entry_points.txt +0 -0
- {mg_pso_gui-0.2.46.dist-info → mg_pso_gui-0.2.48.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@ mgpsogui/gui/HomePage.py,sha256=WdbmNOcQ7qD-WmuL98T4v6j5vtQpS4MNwH6EjKHVYoE,2182
|
|
5
5
|
mgpsogui/gui/OptionManager.py,sha256=HLVib_lHdMijykF78bJ9_PEl-oROuC8lxd1oBS7524U,21898
|
6
6
|
mgpsogui/gui/OptionManager_backup.py,sha256=TCWfPnHL2foN5id47jsi267lamRG6yGU6y_M29eOOJk,18530
|
7
7
|
mgpsogui/gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
|
-
mgpsogui/gui/General/ParameterView.py,sha256=
|
8
|
+
mgpsogui/gui/General/ParameterView.py,sha256=gTpsXQomHgWxdHhiMxjOk171PeefXqdpVQefH88PE_c,6384
|
9
9
|
mgpsogui/gui/General/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
mgpsogui/gui/PlatformTab/PlatformTab.py,sha256=XVaXjNoH1MBI-587CWigLIT3LGT00yzEAEnXNkzCLrk,10947
|
11
11
|
mgpsogui/gui/PlatformTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -69,8 +69,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
|
|
69
69
|
mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
|
70
70
|
mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
|
71
71
|
mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
|
72
|
-
mg_pso_gui-0.2.
|
73
|
-
mg_pso_gui-0.2.
|
74
|
-
mg_pso_gui-0.2.
|
75
|
-
mg_pso_gui-0.2.
|
76
|
-
mg_pso_gui-0.2.
|
72
|
+
mg_pso_gui-0.2.48.dist-info/METADATA,sha256=k-dSIJy14TkhnBrsl-6bAfIe-LsVNgm65uLYmBd37Sw,9455
|
73
|
+
mg_pso_gui-0.2.48.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
74
|
+
mg_pso_gui-0.2.48.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
|
75
|
+
mg_pso_gui-0.2.48.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
|
76
|
+
mg_pso_gui-0.2.48.dist-info/RECORD,,
|
@@ -38,9 +38,9 @@ class ParameterView(CTkScrollableFrame):
|
|
38
38
|
self.containerFrame.grid(row=0, column=0, padx=(5, 5), pady=(5, 5), sticky="nsew")
|
39
39
|
self.containerFrame.grid_columnconfigure((0, 1, 2, 3, 4, 5), weight=1)
|
40
40
|
|
41
|
-
CTkLabel(self.containerFrame, text="Name:").grid(row=row, column=0, columnspan=3, padx=5, pady=5, sticky="")
|
42
|
-
CTkLabel(self.containerFrame, text="Value:").grid(row=row, column=3, columnspan=3, padx=5, pady=5, sticky="")
|
43
|
-
row += 1
|
41
|
+
#CTkLabel(self.containerFrame, text="Name:").grid(row=row, column=0, columnspan=3, padx=5, pady=5, sticky="")
|
42
|
+
#CTkLabel(self.containerFrame, text="Value:").grid(row=row, column=3, columnspan=3, padx=5, pady=5, sticky="")
|
43
|
+
#row += 1
|
44
44
|
|
45
45
|
for key_value_pair in self.key_values:
|
46
46
|
required = False
|
@@ -51,7 +51,7 @@ class ParameterView(CTkScrollableFrame):
|
|
51
51
|
visual_name = key_value_pair["visual_name"]
|
52
52
|
|
53
53
|
if visual_name != "NONE":
|
54
|
-
CTkLabel(self.containerFrame, text=visual_name).grid(row=row, column=0, columnspan=3, padx=(5, 5), pady=(5, 5), sticky="ew")
|
54
|
+
CTkLabel(self.containerFrame, text=visual_name.get()).grid(row=row, column=0, columnspan=3, padx=(5, 5), pady=(5, 5), sticky="ew")
|
55
55
|
#CTkEntry(self.containerFrame, state="disabled", textvariable=self.key_values[index]["visual_name"]).grid(row=row, column=0, columnspan=3, padx=(5, 5), pady=(5, 5), sticky="ew")
|
56
56
|
else:
|
57
57
|
CTkEntry(self.containerFrame, textvariable=self.key_values[index]["name"]).grid(row=row, column=0, columnspan=3, padx=(5, 5), pady=(5, 5), sticky="ew")
|
File without changes
|
File without changes
|
File without changes
|