inspigtor.gui.utils package

Submodules

inspigtor.gui.utils.helper_functions module

inspigtor.gui.utils.helper_functions.debug_trace()

Set a tracepoint in the Python debugger that works with Qt

inspigtor.gui.utils.helper_functions.find_main_window()

Find and return the main window

Returns:
PyQt5.QtWidgets.QMainWindow: the main window (None if not found)

inspigtor.gui.utils.navigation_toolbar module

class inspigtor.gui.utils.navigation_toolbar.NavigationToolbarWithExportButton(canvas, parent=None)

Bases: matplotlib.backends.backend_qt5.NavigationToolbar2QT

This class subclasses the standard matplotlib toolbar with an additional export button for exporting the plots in a csv file.

on_export_plot()

Export the plot as csv file.

Module contents