Mantid
Loading...
Searching...
No Matches
MuonFunctionBrowser.cpp
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 +
9
10namespace MantidQt {
11namespace MantidWidgets {
12
18MuonFunctionBrowser::MuonFunctionBrowser(QWidget *parent, bool multi)
19 : FunctionBrowser(parent, multi, {"Muon", "General", "Background"}) {}
20
25} // namespace MantidWidgets
26} // namespace MantidQt
Class FitPropertyBrowser implements QtPropertyBrowser to display and control fitting function paramet...
MuonFunctionBrowser(QWidget *parent=nullptr, bool multi=false)
Constructor.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...