Mantid
Loading...
Searching...
No Matches
ConvertTableToMatrixWorkspaceDialog.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2011 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9//------------------------------------------------------------------------------
10// Includes
11//------------------------------------------------------------------------------
13#include "ui_ConvertTableToMatrixWorkspaceDialog.h"
14
15//------------------------------------------------------------------------------
16// Qt Forward declarations
17//------------------------------------------------------------------------------
18class QVBoxLayout;
19
20namespace MantidQt {
21//------------------------------------------------------------------------------
22// Mantid Forward declarations
23//------------------------------------------------------------------------------
24namespace MantidWidgets {
25class FileFinderWidget;
26}
27
28namespace CustomDialogs {
29
38 Q_OBJECT
39
40public:
42 ConvertTableToMatrixWorkspaceDialog(QWidget *parent = nullptr);
43
44private slots:
46 void fillColumnNames(const QString & /*qWSName*/);
47
48private:
50 void initLayout() override;
51
52private:
54 Ui::ConvertTableToMatrixWorkspaceDialog m_form;
55};
56} // namespace CustomDialogs
57} // namespace MantidQt
This class should be the basis for all customised algorithm dialogs.
This class gives specialised dialog for the ConvertTableToMatrixWorkspace algorithm.
void fillColumnNames(const QString &)
Update the column name widgets.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...