source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/OptionsWidgetUI.ui @ c416a17

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since c416a17 was 180bd54, checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago

Refactored fitting options tab

  • Property mode set to 100755
File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>tabOptions</class>
4 <widget class="QWidget" name="tabOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>522</width>
10    <height>667</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Fit Options</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_23">
17   <item row="0" column="0">
18    <widget class="QGroupBox" name="groupBox_4">
19     <property name="title">
20      <string>Fitting range</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout_11">
23      <item row="0" column="0" rowspan="2">
24       <layout class="QGridLayout" name="gridLayout_13">
25        <item row="0" column="0">
26         <widget class="QLabel" name="label_9">
27          <property name="text">
28           <string>Min range</string>
29          </property>
30         </widget>
31        </item>
32        <item row="0" column="1">
33         <widget class="QLineEdit" name="txtMinRange"/>
34        </item>
35        <item row="0" column="2">
36         <widget class="QLabel" name="label_13">
37          <property name="text">
38           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Å&lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
39          </property>
40         </widget>
41        </item>
42        <item row="1" column="0">
43         <widget class="QLabel" name="label_14">
44          <property name="text">
45           <string>Max range</string>
46          </property>
47         </widget>
48        </item>
49        <item row="1" column="1">
50         <widget class="QLineEdit" name="txtMaxRange"/>
51        </item>
52        <item row="1" column="2">
53         <widget class="QLabel" name="label_15">
54          <property name="text">
55           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Å&lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
56          </property>
57         </widget>
58        </item>
59       </layout>
60      </item>
61      <item row="0" column="1" rowspan="2">
62       <spacer name="horizontalSpacer_8">
63        <property name="orientation">
64         <enum>Qt::Horizontal</enum>
65        </property>
66        <property name="sizeHint" stdset="0">
67         <size>
68          <width>217</width>
69          <height>20</height>
70         </size>
71        </property>
72       </spacer>
73      </item>
74      <item row="0" column="2">
75       <widget class="QPushButton" name="cmdReset">
76        <property name="text">
77         <string>Reset</string>
78        </property>
79       </widget>
80      </item>
81      <item row="1" column="2">
82       <widget class="QPushButton" name="cmdMaskEdit">
83        <property name="text">
84         <string>Mask Editor</string>
85        </property>
86       </widget>
87      </item>
88     </layout>
89    </widget>
90   </item>
91   <item row="1" column="0">
92    <widget class="QGroupBox" name="groupBox_5">
93     <property name="title">
94      <string>Data points</string>
95     </property>
96     <layout class="QGridLayout" name="gridLayout_14">
97      <item row="0" column="0">
98       <layout class="QGridLayout" name="gridLayout_15">
99        <item row="0" column="0">
100         <widget class="QLabel" name="label_21">
101          <property name="text">
102           <string>Npts</string>
103          </property>
104         </widget>
105        </item>
106        <item row="0" column="1">
107         <widget class="QLineEdit" name="txtNpts"/>
108        </item>
109        <item row="0" column="2">
110         <widget class="QCheckBox" name="chkLogData">
111          <property name="text">
112           <string>Log spaced points</string>
113          </property>
114         </widget>
115        </item>
116        <item row="1" column="0">
117         <widget class="QLabel" name="label_22">
118          <property name="text">
119           <string>Npts(Fit)</string>
120          </property>
121         </widget>
122        </item>
123        <item row="1" column="1">
124         <widget class="QLineEdit" name="txtNptsFit">
125          <property name="readOnly">
126           <bool>true</bool>
127          </property>
128         </widget>
129        </item>
130        <item row="2" column="0">
131         <widget class="QLabel" name="label_24">
132          <property name="text">
133           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;χ&lt;span style=&quot; vertical-align:super;&quot;&gt;2&lt;/span&gt;/Npts&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
134          </property>
135         </widget>
136        </item>
137        <item row="2" column="1">
138         <widget class="QLineEdit" name="txtChi2">
139          <property name="readOnly">
140           <bool>true</bool>
141          </property>
142         </widget>
143        </item>
144        <item row="2" column="3">
145         <widget class="QPushButton" name="cmdComputePoints">
146          <property name="text">
147           <string>Compute</string>
148          </property>
149         </widget>
150        </item>
151        <item row="1" column="2">
152         <spacer name="horizontalSpacer_9">
153          <property name="orientation">
154           <enum>Qt::Horizontal</enum>
155          </property>
156          <property name="sizeHint" stdset="0">
157           <size>
158            <width>40</width>
159            <height>20</height>
160           </size>
161          </property>
162         </spacer>
163        </item>
164       </layout>
165      </item>
166     </layout>
167    </widget>
168   </item>
169   <item row="2" column="0">
170    <widget class="QGroupBox" name="boxWeighting">
171     <property name="title">
172      <string>Weighting</string>
173     </property>
174     <layout class="QGridLayout" name="gridLayout_20">
175      <item row="0" column="0">
176       <layout class="QVBoxLayout" name="verticalLayout">
177        <item>
178         <widget class="QRadioButton" name="rbWeighting1">
179          <property name="text">
180           <string>None</string>
181          </property>
182          <property name="checked">
183           <bool>true</bool>
184          </property>
185         </widget>
186        </item>
187        <item>
188         <widget class="QRadioButton" name="rbWeighting2">
189          <property name="text">
190           <string>Use dI Data</string>
191          </property>
192         </widget>
193        </item>
194        <item>
195         <widget class="QRadioButton" name="rbWeighting3">
196          <property name="text">
197           <string>Use |sqrt(I Data)|</string>
198          </property>
199         </widget>
200        </item>
201        <item>
202         <widget class="QRadioButton" name="rbWeighting4">
203          <property name="text">
204           <string>Use |I Data|</string>
205          </property>
206         </widget>
207        </item>
208       </layout>
209      </item>
210     </layout>
211    </widget>
212   </item>
213   <item row="3" column="0">
214    <spacer name="verticalSpacer">
215     <property name="orientation">
216      <enum>Qt::Vertical</enum>
217     </property>
218     <property name="sizeHint" stdset="0">
219      <size>
220       <width>20</width>
221       <height>312</height>
222      </size>
223     </property>
224    </spacer>
225   </item>
226  </layout>
227 </widget>
228 <resources/>
229 <connections/>
230</ui>
Note: See TracBrowser for help on using the repository browser.