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

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

Refactor instrumental smearing tab + make it functional

  • Property mode set to 100755
File size: 4.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>542</width>
10    <height>270</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_2">
17   <item row="0" column="0">
18    <widget class="QGroupBox" name="groupBox_4">
19     <property name="sizePolicy">
20      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
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">
29      <item row="0" column="0">
30       <widget class="QComboBox" name="cbSmearing">
31        <property name="currentIndex">
32         <number>0</number>
33        </property>
34        <property name="sizeAdjustPolicy">
35         <enum>QComboBox::AdjustToContents</enum>
36        </property>
37        <item>
38         <property name="text">
39          <string>None</string>
40         </property>
41        </item>
42        <item>
43         <property name="text">
44          <string>Use dQ Data</string>
45         </property>
46        </item>
47        <item>
48         <property name="text">
49          <string>Custom Pinhole Smear</string>
50         </property>
51        </item>
52        <item>
53         <property name="text">
54          <string>Custom Slit Smear</string>
55         </property>
56        </item>
57       </widget>
58      </item>
59      <item row="0" column="1">
60       <layout class="QGridLayout" name="gridLayout_11">
61        <item row="0" column="0">
62         <widget class="QLabel" name="lblSmearUp">
63          <property name="text">
64           <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>
65          </property>
66         </widget>
67        </item>
68        <item row="0" column="1">
69         <widget class="QLineEdit" name="txtSmearUp"/>
70        </item>
71        <item row="0" column="2">
72         <widget class="QLabel" name="label_14">
73          <property name="text">
74           <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>
75          </property>
76         </widget>
77        </item>
78        <item row="1" column="0">
79         <widget class="QLabel" name="lblSmearDown">
80          <property name="text">
81           <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>
82          </property>
83         </widget>
84        </item>
85        <item row="1" column="1">
86         <widget class="QLineEdit" name="txtSmearDown"/>
87        </item>
88        <item row="1" column="2">
89         <widget class="QLabel" name="label_15">
90          <property name="text">
91           <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>
92          </property>
93         </widget>
94        </item>
95       </layout>
96      </item>
97      <item row="0" column="2">
98       <widget class="QComboBox" name="cbAccuracy">
99        <item>
100         <property name="text">
101          <string>Low</string>
102         </property>
103        </item>
104        <item>
105         <property name="text">
106          <string>Medium</string>
107         </property>
108        </item>
109        <item>
110         <property name="text">
111          <string>High</string>
112         </property>
113        </item>
114        <item>
115         <property name="text">
116          <string>Extra high</string>
117         </property>
118        </item>
119       </widget>
120      </item>
121      <item row="0" column="3">
122       <spacer name="horizontalSpacer_2">
123        <property name="orientation">
124         <enum>Qt::Horizontal</enum>
125        </property>
126        <property name="sizeHint" stdset="0">
127         <size>
128          <width>71</width>
129          <height>20</height>
130         </size>
131        </property>
132       </spacer>
133      </item>
134     </layout>
135    </widget>
136   </item>
137   <item row="1" column="0">
138    <spacer name="verticalSpacer">
139     <property name="orientation">
140      <enum>Qt::Vertical</enum>
141     </property>
142     <property name="sizeHint" stdset="0">
143      <size>
144       <width>20</width>
145       <height>162</height>
146      </size>
147     </property>
148    </spacer>
149   </item>
150  </layout>
151 </widget>
152 <resources/>
153 <connections/>
154</ui>
Note: See TracBrowser for help on using the repository browser.