Skip to content
Snippets Groups Projects
Commit e417e4fd authored by Conor Finn's avatar Conor Finn
Browse files

RE #27777 Add main fitting tab presenter

parent 264448f2
No related merge requests found
# Mantid Repository : https://github.com/mantidproject/mantid
#
# Copyright © 2020 ISIS Rutherford Appleton Laboratory UKRI,
# NScD Oak Ridge National Laboratory, European Spallation Source
# & Institut Laue - Langevin
# SPDX - License - Identifier: GPL - 3.0 +
from Engineering.gui.engineering_diffraction.tabs.fitting.data_handling.data_widget import FittingDataWidget
class FittingPresenter(object):
def __init__(self, view):
self.view = view
self.data_widget = FittingDataWidget(self.view, view=self.view.get_data_widget())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment