source: sasview/src/sas/qtgui/Perspectives/Invariant/UI/InvariantDetailsUI.ui @ f1f3e6a

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

Initial commit of Celine's Invariant Perspective work SASVIEW-52

  • Property mode set to 100755
File size: 7.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Dialog</class>
4 <widget class="QDialog" name="Dialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>511</width>
10    <height>458</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Dialog</string>
21  </property>
22  <layout class="QGridLayout" name="gridLayout_4">
23   <item row="0" column="0">
24    <widget class="QGroupBox" name="groupBox">
25     <property name="title">
26      <string>Invariant chart</string>
27     </property>
28     <layout class="QGridLayout" name="gridLayout_2">
29      <item row="0" column="0">
30       <widget class="QLabel" name="label_12">
31        <property name="text">
32         <string>Q* from Low-Q</string>
33        </property>
34       </widget>
35      </item>
36      <item row="0" column="1">
37       <widget class="QProgressBar" name="progressBarLowQ">
38        <property name="value">
39         <number>24</number>
40        </property>
41       </widget>
42      </item>
43      <item row="1" column="0">
44       <widget class="QLabel" name="label_10">
45        <property name="text">
46         <string>Q* from Data</string>
47        </property>
48       </widget>
49      </item>
50      <item row="1" column="1">
51       <widget class="QProgressBar" name="progressBarData">
52        <property name="value">
53         <number>24</number>
54        </property>
55       </widget>
56      </item>
57      <item row="2" column="0">
58       <widget class="QLabel" name="label_11">
59        <property name="text">
60         <string>Q* from High-Q</string>
61        </property>
62       </widget>
63      </item>
64      <item row="2" column="1">
65       <widget class="QProgressBar" name="progressBarHighQ">
66        <property name="value">
67         <number>24</number>
68        </property>
69       </widget>
70      </item>
71     </layout>
72    </widget>
73   </item>
74   <item row="1" column="0">
75    <widget class="QGroupBox" name="groupBox_2">
76     <property name="title">
77      <string>Numerical values</string>
78     </property>
79     <layout class="QGridLayout" name="gridLayout">
80      <item row="0" column="0">
81       <widget class="QLabel" name="label">
82        <property name="text">
83         <string>Q* from Low-Q</string>
84        </property>
85       </widget>
86      </item>
87      <item row="0" column="1">
88       <widget class="QLineEdit" name="txtQLowQ">
89        <property name="toolTip">
90         <string>Extrapolated invariant from low-Q range.</string>
91        </property>
92       </widget>
93      </item>
94      <item row="0" column="2">
95       <widget class="QLabel" name="label_2">
96        <property name="text">
97         <string>+/-</string>
98        </property>
99       </widget>
100      </item>
101      <item row="0" column="3">
102       <widget class="QLineEdit" name="txtQLowQErr">
103        <property name="toolTip">
104         <string>Uncertainty on the invariant from low-Q range.</string>
105        </property>
106       </widget>
107      </item>
108      <item row="0" column="4">
109       <widget class="QLabel" name="lblQLowQUnits">
110        <property name="text">
111         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;(cm Å&lt;span style=&quot; vertical-align:super;&quot;&gt;3&lt;/span&gt;)&lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
112        </property>
113       </widget>
114      </item>
115      <item row="1" column="0">
116       <widget class="QLabel" name="label_5">
117        <property name="text">
118         <string>Q* from Data</string>
119        </property>
120       </widget>
121      </item>
122      <item row="1" column="1">
123       <widget class="QLineEdit" name="txtQData">
124        <property name="toolTip">
125         <string>Invariant in the data set's Q range.</string>
126        </property>
127       </widget>
128      </item>
129      <item row="1" column="2">
130       <widget class="QLabel" name="label_6">
131        <property name="text">
132         <string>+/-</string>
133        </property>
134       </widget>
135      </item>
136      <item row="1" column="3">
137       <widget class="QLineEdit" name="txtQDataErr">
138        <property name="toolTip">
139         <string>Uncertainty on the invariant from data's range.</string>
140        </property>
141       </widget>
142      </item>
143      <item row="1" column="4">
144       <widget class="QLabel" name="lblQDataUnits">
145        <property name="text">
146         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;(cm Å&lt;span style=&quot; vertical-align:super;&quot;&gt;3&lt;/span&gt;)&lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
147        </property>
148       </widget>
149      </item>
150      <item row="2" column="0">
151       <widget class="QLabel" name="label_8">
152        <property name="text">
153         <string>Q* from High-Q</string>
154        </property>
155       </widget>
156      </item>
157      <item row="2" column="1">
158       <widget class="QLineEdit" name="txtQHighQ">
159        <property name="toolTip">
160         <string>Extrapolated invariant from high-Q range.</string>
161        </property>
162       </widget>
163      </item>
164      <item row="2" column="2">
165       <widget class="QLabel" name="label_9">
166        <property name="text">
167         <string>+/-</string>
168        </property>
169       </widget>
170      </item>
171      <item row="2" column="3">
172       <widget class="QLineEdit" name="txtQHighQErr">
173        <property name="toolTip">
174         <string>Uncertainty on the invariant from high-Q range.</string>
175        </property>
176       </widget>
177      </item>
178      <item row="2" column="4">
179       <widget class="QLabel" name="lblQHighQUnits">
180        <property name="text">
181         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;(cm Å&lt;span style=&quot; vertical-align:super;&quot;&gt;3&lt;/span&gt;)&lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
182        </property>
183       </widget>
184      </item>
185     </layout>
186    </widget>
187   </item>
188   <item row="2" column="0">
189    <widget class="QGroupBox" name="groupBox_3">
190     <property name="title">
191      <string>Warnings</string>
192     </property>
193     <layout class="QGridLayout" name="gridLayout_3">
194      <item row="0" column="0">
195       <widget class="QLabel" name="lblWarning">
196        <property name="text">
197         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;No Details on calculations available...&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
198        </property>
199        <property name="alignment">
200         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
201        </property>
202       </widget>
203      </item>
204     </layout>
205    </widget>
206   </item>
207   <item row="3" column="0">
208    <widget class="QDialogButtonBox" name="cmdOK">
209     <property name="orientation">
210      <enum>Qt::Horizontal</enum>
211     </property>
212     <property name="standardButtons">
213      <set>QDialogButtonBox::Ok</set>
214     </property>
215    </widget>
216   </item>
217  </layout>
218 </widget>
219 <resources/>
220 <connections>
221  <connection>
222   <sender>cmdOK</sender>
223   <signal>accepted()</signal>
224   <receiver>Dialog</receiver>
225   <slot>accept()</slot>
226   <hints>
227    <hint type="sourcelabel">
228     <x>248</x>
229     <y>254</y>
230    </hint>
231    <hint type="destinationlabel">
232     <x>157</x>
233     <y>274</y>
234    </hint>
235   </hints>
236  </connection>
237  <connection>
238   <sender>cmdOK</sender>
239   <signal>rejected()</signal>
240   <receiver>Dialog</receiver>
241   <slot>reject()</slot>
242   <hints>
243    <hint type="sourcelabel">
244     <x>316</x>
245     <y>260</y>
246    </hint>
247    <hint type="destinationlabel">
248     <x>286</x>
249     <y>274</y>
250    </hint>
251   </hints>
252  </connection>
253 </connections>
254</ui>
Note: See TracBrowser for help on using the repository browser.