source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/SmearingWidgetUI.ui @ 9a7c81c

ESS_GUIESS_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 9a7c81c was 9a7c81c, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

Fixed smearing for 1 and 2D

  • Property mode set to 100755
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SmearingWidgetUI</class>
4 <widget class="QWidget" name="SmearingWidgetUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>702</width>
10    <height>242</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_4">
17   <item row="0" column="0">
18    <widget class="QGroupBox" name="groupBox_4">
19     <property name="sizePolicy">
20      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
21       <horstretch>0</horstretch>
22       <verstretch>0</verstretch>
23      </sizepolicy>
24     </property>
25     <property name="title">
26      <string>Instrumental Smearing</string>
27     </property>
28     <layout class="QGridLayout" name="gridLayout_3">
29      <item row="0" column="0">
30       <layout class="QGridLayout" name="gridLayout_2">
31        <item row="0" column="0">
32         <widget class="QComboBox" name="cbSmearing">
33          <property name="currentIndex">
34           <number>0</number>
35          </property>
36          <property name="sizeAdjustPolicy">
37           <enum>QComboBox::AdjustToContents</enum>
38          </property>
39          <item>
40           <property name="text">
41            <string>None</string>
42           </property>
43          </item>
44          <item>
45           <property name="text">
46            <string>Use dQ Data</string>
47           </property>
48          </item>
49          <item>
50           <property name="text">
51            <string>Custom Pinhole Smear</string>
52           </property>
53          </item>
54          <item>
55           <property name="text">
56            <string>Custom Slit Smear</string>
57           </property>
58          </item>
59         </widget>
60        </item>
61        <item row="0" column="1" rowspan="2">
62         <layout class="QGridLayout" name="gridLayout_11">
63          <item row="0" column="0">
64           <widget class="QLabel" name="lblSmearUp">
65            <property name="text">
66             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;dQ&lt;span style=&quot; vertical-align:sub;&quot;&gt;low&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
67            </property>
68           </widget>
69          </item>
70          <item row="0" column="1">
71           <widget class="QLineEdit" name="txtSmearUp"/>
72          </item>
73          <item row="0" column="2">
74           <widget class="QLabel" name="lblUnitUp">
75            <property name="text">
76             <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>
77            </property>
78           </widget>
79          </item>
80          <item row="1" column="0">
81           <widget class="QLabel" name="lblSmearDown">
82            <property name="text">
83             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;dQ&lt;span style=&quot; vertical-align:sub;&quot;&gt;high&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
84            </property>
85           </widget>
86          </item>
87          <item row="1" column="1">
88           <widget class="QLineEdit" name="txtSmearDown"/>
89          </item>
90          <item row="1" column="2">
91           <widget class="QLabel" name="lblUnitDown">
92            <property name="text">
93             <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>
94            </property>
95           </widget>
96          </item>
97         </layout>
98        </item>
99        <item row="0" column="2" rowspan="2">
100         <widget class="QGroupBox" name="gAccuracy">
101          <property name="title">
102           <string>Accuracy</string>
103          </property>
104          <layout class="QGridLayout" name="gridLayout">
105           <item row="0" column="0">
106            <widget class="QComboBox" name="cbAccuracy">
107             <item>
108              <property name="text">
109               <string>Low</string>
110              </property>
111             </item>
112             <item>
113              <property name="text">
114               <string>Medium</string>
115              </property>
116             </item>
117             <item>
118              <property name="text">
119               <string>High</string>
120              </property>
121             </item>
122             <item>
123              <property name="text">
124               <string>Extra high</string>
125              </property>
126             </item>
127            </widget>
128           </item>
129          </layout>
130         </widget>
131        </item>
132        <item row="1" column="0">
133         <spacer name="verticalSpacer_2">
134          <property name="orientation">
135           <enum>Qt::Vertical</enum>
136          </property>
137          <property name="sizeHint" stdset="0">
138           <size>
139            <width>20</width>
140            <height>18</height>
141           </size>
142          </property>
143         </spacer>
144        </item>
145       </layout>
146      </item>
147     </layout>
148    </widget>
149   </item>
150   <item row="0" column="1">
151    <spacer name="horizontalSpacer_2">
152     <property name="orientation">
153      <enum>Qt::Horizontal</enum>
154     </property>
155     <property name="sizeHint" stdset="0">
156      <size>
157       <width>71</width>
158       <height>20</height>
159      </size>
160     </property>
161    </spacer>
162   </item>
163   <item row="1" column="0">
164    <spacer name="verticalSpacer">
165     <property name="orientation">
166      <enum>Qt::Vertical</enum>
167     </property>
168     <property name="sizeHint" stdset="0">
169      <size>
170       <width>20</width>
171       <height>162</height>
172      </size>
173     </property>
174    </spacer>
175   </item>
176  </layout>
177 </widget>
178 <resources/>
179 <connections/>
180</ui>
Note: See TracBrowser for help on using the repository browser.