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_files
list
of str, optional List of file paths that are currently loaded.
Methods Summary
getValue
()Get the selected files from the widget.
Methods Documentation