RemoveFilesDialog¶
- class sofia_redux.pipeline.gui.widgets.RemoveFilesDialog(parent=None, loaded_files=None)[source]¶
Bases:
QDialog,Ui_DialogDialog to select files for removal.
Build the dialog.
- Parameters:
- parentQWidget
Parent widget.
- loaded_files
listof str, optional List of file paths that are currently loaded.
Methods Summary
getValue()Get the selected files from the widget.
Methods Documentation