13#include "ui_FitDialog.h"
26namespace MantidWidgets {
27class FileFinderWidget;
30namespace CustomDialogs {
35class InputWorkspaceWidget;
36class DynamicPropertiesWidget;
179 void init()
override;
This class should be the basis for all customised algorithm dialogs.
QString getPreviousValue(const QString &propName) const
Get the property value from either the previous input store or from Python argument.
This class gives specialised dialog for the Load algorithm.
void initLayout() override
Initialize the layout.
QString getDomainTypeString() const
Get the domain type: Simple, Sequential, or Parallel.
void setWorkspaceName(int i, const QString &wsName)
Set i-th workspace name.
QList< QWidget * > m_tabs
bool isMD() const
Is the function MD?
void parseInput() override
Parse input.
void workspaceChanged(const QString &)
Override the help button clicked method.
void saveInput() override
Save the input history.
Ui::FitDialog m_form
Form.
int getDomainType() const
Get the domain type: Simple, Sequential, or Parallel.
void domainTypeChanged()
Update user interface when domain type changes.
void createInputWorkspaceWidgets()
Create InputWorkspaceWidgets and populate the tabs of the tab widget.
QStringList getAllowedPropertyValues(const QString &propName) const
Get allowed values for a property.
void tieStaticWidgets(const bool readHistory)
Tie static widgets to their properties.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...