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

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 457d961 was 457d961, checked in by Celine Durniak <celine.durniak@…>, 7 years ago

Corrected bugs in display of new GUI (angstrom, size of line edit)

  • Property mode set to 100755
File size: 6.7 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>449</width>
10    <height>458</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_4">
17   <item row="0" column="0">
18    <widget class="QGroupBox" name="groupBox">
19     <property name="title">
20      <string>Invariant chart</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout_2">
23      <item row="0" column="0">
24       <widget class="QLabel" name="label_12">
25        <property name="text">
26         <string>Q* from Low-Q</string>
27        </property>
28       </widget>
29      </item>
30      <item row="0" column="1">
31       <widget class="QProgressBar" name="progressBar">
32        <property name="value">
33         <number>24</number>
34        </property>
35       </widget>
36      </item>
37      <item row="1" column="0">
38       <widget class="QLabel" name="label_10">
39        <property name="text">
40         <string>Q* from Data</string>
41        </property>
42       </widget>
43      </item>
44      <item row="1" column="1">
45       <widget class="QProgressBar" name="progressBar_2">
46        <property name="value">
47         <number>24</number>
48        </property>
49       </widget>
50      </item>
51      <item row="2" column="0">
52       <widget class="QLabel" name="label_11">
53        <property name="text">
54         <string>Q* from High-Q</string>
55        </property>
56       </widget>
57      </item>
58      <item row="2" column="1">
59       <widget class="QProgressBar" name="progressBar_3">
60        <property name="value">
61         <number>24</number>
62        </property>
63       </widget>
64      </item>
65     </layout>
66    </widget>
67   </item>
68   <item row="1" column="0">
69    <widget class="QGroupBox" name="groupBox_2">
70     <property name="title">
71      <string>Numerical values</string>
72     </property>
73     <layout class="QGridLayout" name="gridLayout">
74      <item row="0" column="0">
75       <widget class="QLabel" name="label">
76        <property name="text">
77         <string>Q* from Low-Q</string>
78        </property>
79       </widget>
80      </item>
81      <item row="0" column="1">
82       <widget class="QLineEdit" name="lineEdit"/>
83      </item>
84      <item row="0" column="2">
85       <widget class="QLabel" name="label_2">
86        <property name="text">
87         <string>+/-</string>
88        </property>
89       </widget>
90      </item>
91      <item row="0" column="3">
92       <widget class="QLineEdit" name="lineEdit_2"/>
93      </item>
94      <item row="0" column="4">
95       <widget class="QLabel" name="label_3">
96        <property name="text">
97         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;[1/(cm*Å&lt;span style=&quot; vertical-align:super;&quot;&gt;3&lt;/span&gt;)]&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
98        </property>
99       </widget>
100      </item>
101      <item row="1" column="0">
102       <widget class="QLabel" name="label_5">
103        <property name="text">
104         <string>Q* from Data</string>
105        </property>
106       </widget>
107      </item>
108      <item row="1" column="1">
109       <widget class="QLineEdit" name="lineEdit_3"/>
110      </item>
111      <item row="1" column="2">
112       <widget class="QLabel" name="label_6">
113        <property name="text">
114         <string>+/-</string>
115        </property>
116       </widget>
117      </item>
118      <item row="1" column="3">
119       <widget class="QLineEdit" name="lineEdit_4"/>
120      </item>
121      <item row="1" column="4">
122       <widget class="QLabel" name="label_4">
123        <property name="text">
124         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;[1/(cm*Å&lt;span style=&quot; vertical-align:super;&quot;&gt;3&lt;/span&gt;)]&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
125        </property>
126       </widget>
127      </item>
128      <item row="2" column="0">
129       <widget class="QLabel" name="label_8">
130        <property name="text">
131         <string>Q* from High-Q</string>
132        </property>
133       </widget>
134      </item>
135      <item row="2" column="1">
136       <widget class="QLineEdit" name="lineEdit_5"/>
137      </item>
138      <item row="2" column="2">
139       <widget class="QLabel" name="label_9">
140        <property name="text">
141         <string>+/-</string>
142        </property>
143       </widget>
144      </item>
145      <item row="2" column="3">
146       <widget class="QLineEdit" name="lineEdit_6"/>
147      </item>
148      <item row="2" column="4">
149       <widget class="QLabel" name="label_7">
150        <property name="text">
151         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;[1/(cm*Å&lt;span style=&quot; vertical-align:super;&quot;&gt;3&lt;/span&gt;)]&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
152        </property>
153       </widget>
154      </item>
155     </layout>
156    </widget>
157   </item>
158   <item row="2" column="0">
159    <widget class="QGroupBox" name="groupBox_3">
160     <property name="title">
161      <string>Warnings</string>
162     </property>
163     <layout class="QGridLayout" name="gridLayout_3">
164      <item row="0" column="0">
165       <widget class="QLabel" name="lblWarning">
166        <property name="text">
167         <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>
168        </property>
169        <property name="alignment">
170         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
171        </property>
172       </widget>
173      </item>
174     </layout>
175    </widget>
176   </item>
177   <item row="3" column="0">
178    <widget class="QDialogButtonBox" name="buttonBox">
179     <property name="orientation">
180      <enum>Qt::Horizontal</enum>
181     </property>
182     <property name="standardButtons">
183      <set>QDialogButtonBox::Ok</set>
184     </property>
185    </widget>
186   </item>
187  </layout>
188 </widget>
189 <resources/>
190 <connections>
191  <connection>
192   <sender>buttonBox</sender>
193   <signal>accepted()</signal>
194   <receiver>Dialog</receiver>
195   <slot>accept()</slot>
196   <hints>
197    <hint type="sourcelabel">
198     <x>248</x>
199     <y>254</y>
200    </hint>
201    <hint type="destinationlabel">
202     <x>157</x>
203     <y>274</y>
204    </hint>
205   </hints>
206  </connection>
207  <connection>
208   <sender>buttonBox</sender>
209   <signal>rejected()</signal>
210   <receiver>Dialog</receiver>
211   <slot>reject()</slot>
212   <hints>
213    <hint type="sourcelabel">
214     <x>316</x>
215     <y>260</y>
216    </hint>
217    <hint type="destinationlabel">
218     <x>286</x>
219     <y>274</y>
220    </hint>
221   </hints>
222  </connection>
223 </connections>
224</ui>
Note: See TracBrowser for help on using the repository browser.