Skip to content

Commit

Permalink
Update docs for changed widget names
Browse files Browse the repository at this point in the history
Refs #10960
  • Loading branch information
DanNixon committed Jan 28, 2015
1 parent cf1783f commit 9c9df1c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
Expand Up @@ -211,7 +211,7 @@
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page_Flat">
<widget class="QWidget" name="pageFlat">
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="margin">
<number>0</number>
Expand Down
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>700</width>
<height>500</height>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -89,8 +89,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>656</width>
<height>346</height>
<width>100</width>
<height>100</height>
</rect>
</property>
</widget>
Expand All @@ -113,8 +113,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>96</width>
<height>26</height>
<width>100</width>
<height>100</height>
</rect>
</property>
</widget>
Expand All @@ -137,8 +137,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>96</width>
<height>26</height>
<width>100</width>
<height>100</height>
</rect>
</property>
</widget>
Expand All @@ -161,8 +161,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>96</width>
<height>26</height>
<width>100</width>
<height>100</height>
</rect>
</property>
</widget>
Expand All @@ -185,8 +185,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>96</width>
<height>26</height>
<width>100</width>
<height>100</height>
</rect>
</property>
</widget>
Expand All @@ -209,8 +209,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>96</width>
<height>26</height>
<width>100</width>
<height>100</height>
</rect>
</property>
</widget>
Expand All @@ -233,8 +233,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>96</width>
<height>26</height>
<width>100</width>
<height>100</height>
</rect>
</property>
</widget>
Expand Down
10 changes: 5 additions & 5 deletions Code/Mantid/docs/source/interfaces/Indirect_DataAnalysis.rst
Expand Up @@ -341,7 +341,7 @@ Conv Fit
--------

.. interface:: Data Analysis
:widget: tabConFit
:widget: tabConvFit

Similarly to FuryFit, ConvFit provides a simplified interface for controlling
various fitting functions (see the :ref:`Fit <algm-Fit>` algorithm for more
Expand Down Expand Up @@ -509,7 +509,7 @@ Calculate Corrections
.. warning:: This interface is only available on Windows

.. interface:: Data Analysis
:widget: tabAbsF2P
:widget: tabCalcCorr

Calculates absorption corrections that could be applied to the data when given
information about the sample (and optionally can) geometry.
Expand Down Expand Up @@ -554,7 +554,7 @@ Flat
####

.. interface:: Data Analysis
:widget: absp_pageFlat
:widget: pageFlat

Thickness
Thickness of sample (cm).
Expand All @@ -572,7 +572,7 @@ Cylinder
########

.. interface:: Data Analysis
:widget: absp_pageCylinder
:widget: pageCylinder

Radius 1
Sample radius 1 (cm).
Expand Down Expand Up @@ -623,7 +623,7 @@ Apply Corrections
-----------------

.. interface:: Data Analysis
:widget: tabApplyAbsorptionCorrections
:widget: tabApplyCorr

The Apply Corrections tab applies the corrections calculated in the Calculate
Corrections tab of the Indirect Data Analysis interface.
Expand Down
8 changes: 4 additions & 4 deletions Code/Mantid/docs/source/interfaces/Indirect_DataReduction.rst
Expand Up @@ -153,15 +153,15 @@ Single
######

.. interface:: Data Reduction
:widget: pageRebinSingle
:widget: pgSingleRebin

In this mode only a single binning range is defined as a range and width.

Multiple
########

.. interface:: Data Reduction
:widget: pageRebinString
:widget: pgMultipleRebin

In this mode multiple binning ranges can be defined using he rebin string syntax
used by the :ref:`Rebin <algm-Rebin>` algorithm.
Expand Down Expand Up @@ -237,7 +237,7 @@ Diagnostics
-----------

.. interface:: Data Reduction
:widget: tabTimeSlice
:widget: tabDiagnostics

This tab allows you to perform an integration on a raw file over a specified
time of flight range, and is equivalent to the Slice functionality found in
Expand Down Expand Up @@ -318,7 +318,7 @@ Symmetrise
----------

.. interface:: Data Reduction
:widget: tabSymmetrise
:widget: tabSymmertrise

This tab allows you to take an asymmetric reduced file and symmetrise it about
the Y axis.
Expand Down

0 comments on commit 9c9df1c

Please sign in to comment.