Mantid
Loading...
Searching...
No Matches
CatalogSelector.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 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#include "DllOption.h"
10#include "ui_CatalogSelector.h"
11
12namespace MantidQt {
13namespace MantidWidgets {
15 Q_OBJECT
16
17public:
19 CatalogSelector(QWidget *parent = nullptr);
21 std::vector<std::string> getSelectedCatalogSessions();
24 void populateFacilitySelection();
25
26private:
28 virtual void initLayout();
29
30private slots:
32 void checkSelectedFacility(QListWidgetItem *item);
33
34protected:
36 Ui::CatalogSelector m_uiForm;
37};
38} // namespace MantidWidgets
39} // namespace MantidQt
#define EXPORT_OPT_MANTIDQT_COMMON
Definition: DllOption.h:15
Ui::CatalogSelector m_uiForm
The form generated by QT Designer.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...