10#include "ui_CatalogPublishDialog.h"
13namespace CustomDialogs {
std::map< DeltaEMode::Type, std::string > index
This class should be the basis for all customised algorithm dialogs.
This class gives specialised dialog for the CatalogPublish algorithm.
void workspaceSelected(const QString &wsName)
When the "browse" button is clicked open a file browser.
void initLayout() override
Create the inital layout.
void disableDialog()
Diables fields on dialog to improve usability.
void populateUserInvestigations()
Populate the investigation number combo-box with investigations that the user can publish to.
void accept() override
Overridden to enable dataselector validators.
Ui::CatalogPublishDialog m_uiForm
The form generated by QT Designer.
void setSessionProperty(int index)
Set session property when user selects an investigation to publish to.
void fileSelected()
Set the "FileName" property when a file is selected from the file browser.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...