10#include "ui_RenameParDialog.h"
16namespace MantidWidgets {
26 RenameParDialog(std::vector<std::string> old_params,
const std::vector<std::string> &new_params,
27 QWidget *parent =
nullptr);
28 std::vector<std::string> setOutput()
const;
30 void uniqueIndexedNames(
bool );
31 void doNotRename(
bool );
34 bool isUnique(
const QString &name)
const;
35 QString makeUniqueIndexedName(
const QString &name);
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...