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

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 76a0ffc was 76a0ffc, checked in by Laura Forster <Awork@…>, 6 years ago

Fit panel boxes slightly adjusted for better view

Fit Panel model page boxes at bottom, set min size so you can read the values in Fitting Details,
Text boxes on Fit Options, Fitting range adjusted so they have a suitable min size and done have to be adjusted to read/edit number inside.

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