Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
e417e4fd
Commit
e417e4fd
authored
5 years ago
by
Conor Finn
Browse files
Options
Downloads
Patches
Plain Diff
RE #27777 Add main fitting tab presenter
parent
264448f2
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/Engineering/gui/engineering_diffraction/tabs/fitting/presenter.py
+15
-0
15 additions, 0 deletions
...ing/gui/engineering_diffraction/tabs/fitting/presenter.py
with
15 additions
and
0 deletions
scripts/Engineering/gui/engineering_diffraction/tabs/fitting/presenter.py
0 → 100644
+
15
−
0
View file @
e417e4fd
# 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
())
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment