RemoveFilesDialog

class sofia_redux.pipeline.gui.widgets.RemoveFilesDialog(parent=None, loaded_files=None)[source]

Bases: QDialog, Ui_Dialog

Dialog to select files for removal.

Build the dialog.

Parameters:
parentQWidget

Parent widget.

loaded_fileslist of str, optional

List of file paths that are currently loaded.

Methods Summary

getValue()

Get the selected files from the widget.

Methods Documentation

getValue()[source]

Get the selected files from the widget.

Returns:
list of str

File paths to remove from the reduction.