13#include "ui_PlotAsymmetryByLogValueDialog.h"
15#include <QSignalMapper>
27namespace CustomDialogs {
This class should be the basis for all customised algorithm dialogs.
This class gives specialised dialog for the LoadRaw algorithm.
QSignalMapper * browseButtonMapper
Maps Browse buttons to file properties.
Ui::PlotAsymmetryByLogValueDialog m_uiForm
void openFileDialog(const QString &filePropName)
Opens a file dialog.
~PlotAsymmetryByLogValueDialog() override
Destructor.
void showHideDeadTimeFileWidget(int deadTimeTypeIndex)
Show or hide Dead Time file widget depending on which Dead Time type is selected.
void initLayout() override
Create the layout.
void fillLogBox()
Fill m_uiForm.logBox with names of the log values read from one of the input files.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...