source: sasview/src/sas/qtgui/UI/FitPanel.ui @ f721030

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 f721030 was f721030, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

Initial commit of the main window prototype

  • Property mode set to 100755
File size: 15.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FitPanel</class>
4 <widget class="QTabWidget" name="FitPanel">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>673</width>
10    <height>766</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>TabWidget</string>
15  </property>
16  <property name="currentIndex">
17   <number>0</number>
18  </property>
19  <widget class="QWidget" name="tab">
20   <attribute name="title">
21    <string>FitPage1</string>
22   </attribute>
23   <layout class="QGridLayout" name="gridLayout_10">
24    <item row="0" column="0">
25     <widget class="QGroupBox" name="groupBox">
26      <property name="title">
27       <string>I(q) data source</string>
28      </property>
29      <layout class="QGridLayout" name="gridLayout_3">
30       <item row="0" column="0">
31        <layout class="QHBoxLayout" name="horizontalLayout_4">
32         <item>
33          <widget class="QLabel" name="label">
34           <property name="text">
35            <string>Name</string>
36           </property>
37          </widget>
38         </item>
39         <item>
40          <widget class="QLineEdit" name="lineEdit"/>
41         </item>
42        </layout>
43       </item>
44      </layout>
45     </widget>
46    </item>
47    <item row="1" column="0">
48     <layout class="QHBoxLayout" name="horizontalLayout_8">
49      <item>
50       <widget class="QGroupBox" name="groupBox_2">
51        <property name="title">
52         <string>Model [M1]</string>
53        </property>
54        <layout class="QGridLayout" name="gridLayout_2">
55         <item row="0" column="0">
56          <layout class="QGridLayout" name="gridLayout">
57           <item row="0" column="0" rowspan="2">
58            <widget class="QGroupBox" name="groupBox_3">
59             <property name="title">
60              <string>Category</string>
61             </property>
62             <layout class="QFormLayout" name="formLayout">
63              <item row="0" column="0">
64               <widget class="QComboBox" name="comboBox">
65                <item>
66                 <property name="text">
67                  <string>Uncategorized</string>
68                 </property>
69                </item>
70                <item>
71                 <property name="text">
72                  <string>Shape-Independent</string>
73                 </property>
74                </item>
75                <item>
76                 <property name="text">
77                  <string>Shapes</string>
78                 </property>
79                </item>
80                <item>
81                 <property name="text">
82                  <string>Structure factor</string>
83                 </property>
84                </item>
85                <item>
86                 <property name="text">
87                  <string>Customized Models</string>
88                 </property>
89                </item>
90               </widget>
91              </item>
92              <item row="0" column="1">
93               <widget class="QPushButton" name="pushButton">
94                <property name="text">
95                 <string>Modify</string>
96                </property>
97               </widget>
98              </item>
99             </layout>
100            </widget>
101           </item>
102           <item row="0" column="1">
103            <widget class="QPushButton" name="pushButton_2">
104             <property name="text">
105              <string>Description</string>
106             </property>
107            </widget>
108           </item>
109           <item row="0" column="2">
110            <widget class="QPushButton" name="pushButton_4">
111             <property name="enabled">
112              <bool>false</bool>
113             </property>
114             <property name="text">
115              <string>1D Mode</string>
116             </property>
117            </widget>
118           </item>
119           <item row="1" column="1">
120            <widget class="QPushButton" name="pushButton_3">
121             <property name="text">
122              <string>Help</string>
123             </property>
124            </widget>
125           </item>
126           <item row="1" column="2">
127            <widget class="QPushButton" name="pushButton_13">
128             <property name="text">
129              <string>Options</string>
130             </property>
131            </widget>
132           </item>
133          </layout>
134         </item>
135         <item row="1" column="0">
136          <layout class="QHBoxLayout" name="horizontalLayout">
137           <item>
138            <widget class="QComboBox" name="comboBox_2"/>
139           </item>
140           <item>
141            <spacer name="horizontalSpacer">
142             <property name="orientation">
143              <enum>Qt::Horizontal</enum>
144             </property>
145             <property name="sizeHint" stdset="0">
146              <size>
147               <width>40</width>
148               <height>20</height>
149              </size>
150             </property>
151            </spacer>
152           </item>
153          </layout>
154         </item>
155        </layout>
156       </widget>
157      </item>
158      <item>
159       <spacer name="horizontalSpacer_2">
160        <property name="orientation">
161         <enum>Qt::Horizontal</enum>
162        </property>
163        <property name="sizeHint" stdset="0">
164         <size>
165          <width>98</width>
166          <height>20</height>
167         </size>
168        </property>
169       </spacer>
170      </item>
171     </layout>
172    </item>
173    <item row="2" column="0">
174     <layout class="QHBoxLayout" name="horizontalLayout_7">
175      <item>
176       <widget class="QGroupBox" name="groupBox_4">
177        <property name="title">
178         <string>Polydyspersity and Orientational Distribution</string>
179        </property>
180        <layout class="QGridLayout" name="gridLayout_8">
181         <item row="0" column="0">
182          <layout class="QHBoxLayout" name="horizontalLayout_3">
183           <item>
184            <layout class="QHBoxLayout" name="horizontalLayout_2">
185             <item>
186              <widget class="QRadioButton" name="radioButton">
187               <property name="text">
188                <string>On</string>
189               </property>
190              </widget>
191             </item>
192             <item>
193              <widget class="QRadioButton" name="radioButton_2">
194               <property name="text">
195                <string>Off</string>
196               </property>
197              </widget>
198             </item>
199             <item>
200              <widget class="QPushButton" name="pushButton_5">
201               <property name="text">
202                <string>Help</string>
203               </property>
204              </widget>
205             </item>
206            </layout>
207           </item>
208          </layout>
209         </item>
210        </layout>
211       </widget>
212      </item>
213      <item>
214       <spacer name="horizontalSpacer_3">
215        <property name="orientation">
216         <enum>Qt::Horizontal</enum>
217        </property>
218        <property name="sizeHint" stdset="0">
219         <size>
220          <width>371</width>
221          <height>20</height>
222         </size>
223        </property>
224       </spacer>
225      </item>
226     </layout>
227    </item>
228    <item row="3" column="0">
229     <widget class="QFrame" name="frame_5">
230      <layout class="QGridLayout" name="gridLayout_9">
231       <item row="0" column="1">
232        <widget class="QGroupBox" name="groupBox_7">
233         <property name="title">
234          <string>Set Weighting by Selecting dI Source</string>
235         </property>
236         <layout class="QGridLayout" name="gridLayout_6">
237          <item row="0" column="0">
238           <layout class="QHBoxLayout" name="horizontalLayout_6">
239            <item>
240             <widget class="QComboBox" name="comboBox_5">
241              <item>
242               <property name="text">
243                <string>No Weighting</string>
244               </property>
245              </item>
246              <item>
247               <property name="text">
248                <string>Use dI Data</string>
249               </property>
250              </item>
251              <item>
252               <property name="text">
253                <string>Use [sqrt(I Data)]</string>
254               </property>
255              </item>
256              <item>
257               <property name="text">
258                <string>Use [I Data]</string>
259               </property>
260              </item>
261             </widget>
262            </item>
263            <item>
264             <widget class="QPushButton" name="pushButton_8">
265              <property name="text">
266               <string>Help</string>
267              </property>
268             </widget>
269            </item>
270           </layout>
271          </item>
272         </layout>
273        </widget>
274       </item>
275       <item row="0" column="0">
276        <widget class="QGroupBox" name="groupBox_6">
277         <property name="title">
278          <string>Instrumental Smearing</string>
279         </property>
280         <layout class="QGridLayout" name="gridLayout_4">
281          <item row="0" column="0">
282           <layout class="QHBoxLayout" name="horizontalLayout_5">
283            <item>
284             <widget class="QComboBox" name="comboBox_3">
285              <item>
286               <property name="text">
287                <string>None</string>
288               </property>
289              </item>
290              <item>
291               <property name="text">
292                <string>Use dQ Data</string>
293               </property>
294              </item>
295              <item>
296               <property name="text">
297                <string>Custom Pinhole Smear</string>
298               </property>
299              </item>
300              <item>
301               <property name="text">
302                <string>Custom Slit Smear</string>
303               </property>
304              </item>
305             </widget>
306            </item>
307            <item>
308             <widget class="QPushButton" name="pushButton_6">
309              <property name="text">
310               <string>Help</string>
311              </property>
312             </widget>
313            </item>
314           </layout>
315          </item>
316          <item row="1" column="0">
317           <widget class="QLabel" name="label_2">
318            <property name="text">
319             <string>No smearing selected</string>
320            </property>
321           </widget>
322          </item>
323         </layout>
324        </widget>
325       </item>
326       <item row="1" column="0" colspan="2">
327        <layout class="QGridLayout" name="gridLayout_7">
328         <item row="0" column="0">
329          <widget class="QLabel" name="label_4">
330           <property name="text">
331            <string>Q Range</string>
332           </property>
333          </widget>
334         </item>
335         <item row="0" column="1">
336          <widget class="QLabel" name="label_5">
337           <property name="text">
338            <string>Min[1/A]</string>
339           </property>
340          </widget>
341         </item>
342         <item row="0" column="2">
343          <widget class="QLabel" name="label_6">
344           <property name="text">
345            <string>Max[1/A]</string>
346           </property>
347          </widget>
348         </item>
349         <item row="0" column="3">
350          <widget class="QLabel" name="label_7">
351           <property name="text">
352            <string>Masking (2D)</string>
353           </property>
354          </widget>
355         </item>
356         <item row="1" column="0">
357          <widget class="QPushButton" name="pushButton_9">
358           <property name="text">
359            <string>Reset</string>
360           </property>
361          </widget>
362         </item>
363         <item row="1" column="1">
364          <widget class="QLineEdit" name="lineEdit_2"/>
365         </item>
366         <item row="1" column="2">
367          <widget class="QLineEdit" name="lineEdit_3"/>
368         </item>
369         <item row="1" column="3">
370          <widget class="QPushButton" name="pushButton_10">
371           <property name="text">
372            <string>Editor</string>
373           </property>
374          </widget>
375         </item>
376        </layout>
377       </item>
378       <item row="2" column="0" colspan="2">
379        <layout class="QGridLayout" name="gridLayout_5">
380         <item row="0" column="0">
381          <widget class="QLabel" name="label_3">
382           <property name="text">
383            <string>Chi2/Npts</string>
384           </property>
385          </widget>
386         </item>
387         <item row="0" column="1">
388          <widget class="QLabel" name="label_8">
389           <property name="text">
390            <string>Npts(Fit)</string>
391           </property>
392          </widget>
393         </item>
394         <item row="0" column="2">
395          <layout class="QHBoxLayout" name="horizontalLayout_9">
396           <item>
397            <widget class="QLabel" name="label_9">
398             <property name="text">
399              <string>Npts</string>
400             </property>
401            </widget>
402           </item>
403           <item>
404            <widget class="QCheckBox" name="checkBox">
405             <property name="text">
406              <string>Log</string>
407             </property>
408            </widget>
409           </item>
410          </layout>
411         </item>
412         <item row="1" column="0">
413          <widget class="QLineEdit" name="lineEdit_4"/>
414         </item>
415         <item row="1" column="1">
416          <widget class="QLineEdit" name="lineEdit_5"/>
417         </item>
418         <item row="1" column="2">
419          <widget class="QLineEdit" name="lineEdit_6"/>
420         </item>
421        </layout>
422       </item>
423       <item row="3" column="0" colspan="2">
424        <layout class="QHBoxLayout" name="horizontalLayout_10">
425         <item>
426          <widget class="QPushButton" name="pushButton_7">
427           <property name="text">
428            <string>Compute</string>
429           </property>
430          </widget>
431         </item>
432         <item>
433          <widget class="QPushButton" name="pushButton_11">
434           <property name="text">
435            <string>Fit</string>
436           </property>
437          </widget>
438         </item>
439         <item>
440          <spacer name="horizontalSpacer_5">
441           <property name="orientation">
442            <enum>Qt::Horizontal</enum>
443           </property>
444           <property name="sizeHint" stdset="0">
445            <size>
446             <width>40</width>
447             <height>20</height>
448            </size>
449           </property>
450          </spacer>
451         </item>
452         <item>
453          <widget class="QPushButton" name="pushButton_12">
454           <property name="text">
455            <string>Help</string>
456           </property>
457          </widget>
458         </item>
459        </layout>
460       </item>
461      </layout>
462     </widget>
463    </item>
464    <item row="3" column="1">
465     <spacer name="horizontalSpacer_4">
466      <property name="orientation">
467       <enum>Qt::Horizontal</enum>
468      </property>
469      <property name="sizeHint" stdset="0">
470       <size>
471        <width>90</width>
472        <height>20</height>
473       </size>
474      </property>
475     </spacer>
476    </item>
477   </layout>
478  </widget>
479  <widget class="QWidget" name="tab">
480   <attribute name="title">
481    <string>FitPage2</string>
482   </attribute>
483  </widget>
484 </widget>
485 <resources/>
486 <connections>
487  <connection>
488   <sender>pushButton_13</sender>
489   <signal>toggled(bool)</signal>
490   <receiver>frame_5</receiver>
491   <slot>setVisible(bool)</slot>
492   <hints>
493    <hint type="sourcelabel">
494     <x>370</x>
495     <y>194</y>
496    </hint>
497    <hint type="destinationlabel">
498     <x>248</x>
499     <y>519</y>
500    </hint>
501   </hints>
502  </connection>
503 </connections>
504</ui>
Note: See TracBrowser for help on using the repository browser.