25namespace CustomDialogs {
This class should be the basis for all customised algorithm dialogs.
This class gives specialised dialog for the LoadRaw algorithm.
void browseClicked()
A slot for the browse button clicked signal.
~LoadRawDialog() override
Destructor.
QLineEdit * m_pathBox
The line inputs.
void initLayout() override
Create the layout.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...