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

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 309fa1b was 309fa1b, checked in by Laura Forster <Awork@…>, 6 years ago

Adjusted text box size

Adjusted text box size on fit options panel

  • Property mode set to 100755
File size: 8.7 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>455</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          <property name="minimumSize">
35           <size>
36            <width>80</width>
37            <height>0</height>
38           </size>
39          </property>
40          <property name="toolTip">
41           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimum value of Q.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
42          </property>
43         </widget>
44        </item>
45        <item row="0" column="2">
46         <widget class="QLabel" name="label_13">
47          <property name="text">
48           <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>
49          </property>
50         </widget>
51        </item>
52        <item row="1" column="0">
53         <widget class="QLabel" name="label_14">
54          <property name="text">
55           <string>Max range</string>
56          </property>
57         </widget>
58        </item>
59        <item row="1" column="1">
60         <widget class="QLineEdit" name="txtMaxRange">
61          <property name="minimumSize">
62           <size>
63            <width>80</width>
64            <height>0</height>
65           </size>
66          </property>
67          <property name="toolTip">
68           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Maximum value of Q.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
69          </property>
70         </widget>
71        </item>
72        <item row="1" column="2">
73         <widget class="QLabel" name="label_15">
74          <property name="text">
75           <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>
76          </property>
77         </widget>
78        </item>
79       </layout>
80      </item>
81      <item row="0" column="1" rowspan="2">
82       <spacer name="horizontalSpacer_8">
83        <property name="orientation">
84         <enum>Qt::Horizontal</enum>
85        </property>
86        <property name="sizeHint" stdset="0">
87         <size>
88          <width>217</width>
89          <height>20</height>
90         </size>
91        </property>
92       </spacer>
93      </item>
94      <item row="0" column="2">
95       <widget class="QPushButton" name="cmdReset">
96        <property name="toolTip">
97         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Reset the Q range to the default.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
98        </property>
99        <property name="text">
100         <string>Reset</string>
101        </property>
102       </widget>
103      </item>
104      <item row="1" column="2">
105       <widget class="QPushButton" name="cmdMaskEdit">
106        <property name="text">
107         <string>Mask Editor</string>
108        </property>
109       </widget>
110      </item>
111     </layout>
112    </widget>
113   </item>
114   <item row="1" column="0">
115    <widget class="QGroupBox" name="groupBox_5">
116     <property name="title">
117      <string>Data points</string>
118     </property>
119     <layout class="QGridLayout" name="gridLayout_14">
120      <item row="0" column="0">
121       <layout class="QGridLayout" name="gridLayout_15">
122        <item row="0" column="0">
123         <widget class="QLabel" name="label_21">
124          <property name="text">
125           <string>Npts</string>
126          </property>
127         </widget>
128        </item>
129        <item row="0" column="1">
130         <widget class="QLineEdit" name="txtNpts">
131          <property name="toolTip">
132           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Total number of data points.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
133          </property>
134         </widget>
135        </item>
136        <item row="0" column="2">
137         <widget class="QCheckBox" name="chkLogData">
138          <property name="toolTip">
139           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to use log spaced points.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
140          </property>
141          <property name="text">
142           <string>Log spaced points</string>
143          </property>
144         </widget>
145        </item>
146        <item row="1" column="0">
147         <widget class="QLabel" name="label_22">
148          <property name="text">
149           <string>Npts(Fit)</string>
150          </property>
151         </widget>
152        </item>
153        <item row="1" column="1">
154         <widget class="QLineEdit" name="txtNptsFit">
155          <property name="toolTip">
156           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of points selected for fitting.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
157          </property>
158          <property name="readOnly">
159           <bool>true</bool>
160          </property>
161         </widget>
162        </item>
163        <item row="2" column="0">
164         <widget class="QLabel" name="label_24">
165          <property name="text">
166           <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>
167          </property>
168         </widget>
169        </item>
170        <item row="2" column="1">
171         <widget class="QLineEdit" name="txtChi2">
172          <property name="readOnly">
173           <bool>true</bool>
174          </property>
175         </widget>
176        </item>
177        <item row="2" column="3">
178         <widget class="QPushButton" name="cmdComputePoints">
179          <property name="text">
180           <string>Compute</string>
181          </property>
182         </widget>
183        </item>
184        <item row="1" column="2">
185         <spacer name="horizontalSpacer_9">
186          <property name="orientation">
187           <enum>Qt::Horizontal</enum>
188          </property>
189          <property name="sizeHint" stdset="0">
190           <size>
191            <width>40</width>
192            <height>20</height>
193           </size>
194          </property>
195         </spacer>
196        </item>
197       </layout>
198      </item>
199     </layout>
200    </widget>
201   </item>
202   <item row="2" column="0">
203    <widget class="QGroupBox" name="boxWeighting">
204     <property name="title">
205      <string>Weighting</string>
206     </property>
207     <layout class="QGridLayout" name="gridLayout_20">
208      <item row="0" column="0">
209       <layout class="QVBoxLayout" name="verticalLayout">
210        <item>
211         <widget class="QRadioButton" name="rbWeighting1">
212          <property name="text">
213           <string>None</string>
214          </property>
215          <property name="checked">
216           <bool>true</bool>
217          </property>
218         </widget>
219        </item>
220        <item>
221         <widget class="QRadioButton" name="rbWeighting2">
222          <property name="text">
223           <string>Use dI Data</string>
224          </property>
225         </widget>
226        </item>
227        <item>
228         <widget class="QRadioButton" name="rbWeighting3">
229          <property name="text">
230           <string>Use |sqrt(I Data)|</string>
231          </property>
232         </widget>
233        </item>
234        <item>
235         <widget class="QRadioButton" name="rbWeighting4">
236          <property name="text">
237           <string>Use |I Data|</string>
238          </property>
239         </widget>
240        </item>
241       </layout>
242      </item>
243     </layout>
244    </widget>
245   </item>
246   <item row="3" column="0">
247    <spacer name="verticalSpacer">
248     <property name="orientation">
249      <enum>Qt::Vertical</enum>
250     </property>
251     <property name="sizeHint" stdset="0">
252      <size>
253       <width>20</width>
254       <height>312</height>
255      </size>
256     </property>
257    </spacer>
258   </item>
259  </layout>
260 </widget>
261 <resources/>
262 <connections/>
263</ui>
Note: See TracBrowser for help on using the repository browser.