ProgressFrame¶
- class sofia_redux.pipeline.gui.widgets.ProgressFrame(parent=None)[source]¶
Bases:
QWidget
,Ui_ProgressFrame
Progress bar widget for reduction steps.
Build the widget.
- Parameters:
- parentQWidget, optional
Parent widget.
Methods Summary
Reset progress bar.
setNStep
(nsteps)Set the number of steps expected to run.
setProgress
(value)Set the progress value.
Methods Documentation