Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 6ef348b

Browse files
clear plot everytime or don't clear option added
1 parent ab4b302 commit 6ef348b

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

PythonGUI_apps/Spectrum_analysis/Spectra_plot_fit_gui.ui

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,21 @@ Ref File</string>
131131
</property>
132132
</widget>
133133
</item>
134+
<item>
135+
<widget class="QCheckBox" name="clear_checkBox">
136+
<property name="font">
137+
<font>
138+
<pointsize>12</pointsize>
139+
</font>
140+
</property>
141+
<property name="text">
142+
<string>Clear Plots Everytime</string>
143+
</property>
144+
<property name="checked">
145+
<bool>true</bool>
146+
</property>
147+
</widget>
148+
</item>
134149
<item>
135150
<widget class="QPushButton" name="clear_pushButton">
136151
<property name="font">
@@ -177,6 +192,13 @@ Ref File</string>
177192
</property>
178193
</widget>
179194
</item>
195+
<item>
196+
<widget class="QPushButton" name="config_fit_params_pushButton">
197+
<property name="text">
198+
<string>Configure Fit Params</string>
199+
</property>
200+
</widget>
201+
</item>
180202
<item>
181203
<widget class="QCheckBox" name="adjust_param_checkBox">
182204
<property name="font">
@@ -275,7 +297,7 @@ Ready Figure</string>
275297
<x>0</x>
276298
<y>0</y>
277299
<width>1816</width>
278-
<height>38</height>
300+
<height>21</height>
279301
</rect>
280302
</property>
281303
</widget>

0 commit comments

Comments
 (0)