Skip to content

Commit 027fec1

Browse files
added TODO
1 parent 0c66cf3 commit 027fec1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PythonGUI_apps/Lifetime_analysis/Lifetime_plot_fit.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,9 @@ def export_window(self):
534534
self.exportplotwindow.export_fig_signal.connect(self.pub_ready_plot_export)
535535

536536
def pub_ready_plot_export(self):
537+
#TODO - get all curves from the plotwidget
538+
#item = self.ui.plot.listDataItems()[0]
539+
#print(self.ui.plot.getData(self))
537540
try:
538541
filename = QtWidgets.QFileDialog.getSaveFileName(self,caption="Filename with EXTENSION")
539542

0 commit comments

Comments
 (0)