source: sasview/src/sas/qtgui/UI/InvariantUI.py @ 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: 22.2 KB
Line 
1# -*- coding: utf-8 -*-
2
3# Form implementation generated from reading ui file 'Invariant.ui'
4#
5# Created by: PyQt4 UI code generator 4.11.4
6#
7# WARNING! All changes made in this file will be lost!
8
9from PyQt4 import QtCore, QtGui
10
11try:
12    _fromUtf8 = QtCore.QString.fromUtf8
13except AttributeError:
14    def _fromUtf8(s):
15        return s
16
17try:
18    _encoding = QtGui.QApplication.UnicodeUTF8
19    def _translate(context, text, disambig):
20        return QtGui.QApplication.translate(context, text, disambig, _encoding)
21except AttributeError:
22    def _translate(context, text, disambig):
23        return QtGui.QApplication.translate(context, text, disambig)
24
25class Ui_InvariantUI(object):
26    def setupUi(self, InvariantUI):
27        InvariantUI.setObjectName(_fromUtf8("InvariantUI"))
28        InvariantUI.resize(439, 636)
29        self.gridLayout_6 = QtGui.QGridLayout(InvariantUI)
30        self.gridLayout_6.setObjectName(_fromUtf8("gridLayout_6"))
31        self.groupBox = QtGui.QGroupBox(InvariantUI)
32        self.groupBox.setObjectName(_fromUtf8("groupBox"))
33        self.gridLayout_2 = QtGui.QGridLayout(self.groupBox)
34        self.gridLayout_2.setObjectName(_fromUtf8("gridLayout_2"))
35        self.horizontalLayout_4 = QtGui.QHBoxLayout()
36        self.horizontalLayout_4.setObjectName(_fromUtf8("horizontalLayout_4"))
37        self.label = QtGui.QLabel(self.groupBox)
38        self.label.setObjectName(_fromUtf8("label"))
39        self.horizontalLayout_4.addWidget(self.label)
40        self.lineEdit = QtGui.QLineEdit(self.groupBox)
41        self.lineEdit.setEnabled(False)
42        self.lineEdit.setReadOnly(False)
43        self.lineEdit.setObjectName(_fromUtf8("lineEdit"))
44        self.horizontalLayout_4.addWidget(self.lineEdit)
45        self.gridLayout_2.addLayout(self.horizontalLayout_4, 0, 0, 1, 1)
46        self.groupBox_2 = QtGui.QGroupBox(self.groupBox)
47        self.groupBox_2.setObjectName(_fromUtf8("groupBox_2"))
48        self.gridLayout = QtGui.QGridLayout(self.groupBox_2)
49        self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
50        self.horizontalLayout = QtGui.QHBoxLayout()
51        self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
52        self.label_3 = QtGui.QLabel(self.groupBox_2)
53        self.label_3.setObjectName(_fromUtf8("label_3"))
54        self.horizontalLayout.addWidget(self.label_3)
55        self.lineEdit_2 = QtGui.QLineEdit(self.groupBox_2)
56        self.lineEdit_2.setEnabled(False)
57        self.lineEdit_2.setObjectName(_fromUtf8("lineEdit_2"))
58        self.horizontalLayout.addWidget(self.lineEdit_2)
59        self.label_4 = QtGui.QLabel(self.groupBox_2)
60        self.label_4.setObjectName(_fromUtf8("label_4"))
61        self.horizontalLayout.addWidget(self.label_4)
62        self.lineEdit_3 = QtGui.QLineEdit(self.groupBox_2)
63        self.lineEdit_3.setEnabled(False)
64        self.lineEdit_3.setObjectName(_fromUtf8("lineEdit_3"))
65        self.horizontalLayout.addWidget(self.lineEdit_3)
66        self.label_2 = QtGui.QLabel(self.groupBox_2)
67        self.label_2.setObjectName(_fromUtf8("label_2"))
68        self.horizontalLayout.addWidget(self.label_2)
69        self.gridLayout.addLayout(self.horizontalLayout, 0, 0, 1, 1)
70        self.gridLayout_2.addWidget(self.groupBox_2, 1, 0, 1, 1)
71        self.gridLayout_6.addWidget(self.groupBox, 0, 0, 1, 1)
72        self.groupBox_3 = QtGui.QGroupBox(InvariantUI)
73        self.groupBox_3.setObjectName(_fromUtf8("groupBox_3"))
74        self.gridLayout_4 = QtGui.QGridLayout(self.groupBox_3)
75        self.gridLayout_4.setObjectName(_fromUtf8("gridLayout_4"))
76        self.gridLayout_3 = QtGui.QGridLayout()
77        self.gridLayout_3.setObjectName(_fromUtf8("gridLayout_3"))
78        self.label_5 = QtGui.QLabel(self.groupBox_3)
79        self.label_5.setObjectName(_fromUtf8("label_5"))
80        self.gridLayout_3.addWidget(self.label_5, 0, 0, 1, 1)
81        self.lineEdit_4 = QtGui.QLineEdit(self.groupBox_3)
82        self.lineEdit_4.setObjectName(_fromUtf8("lineEdit_4"))
83        self.gridLayout_3.addWidget(self.lineEdit_4, 0, 1, 1, 1)
84        self.label_8 = QtGui.QLabel(self.groupBox_3)
85        self.label_8.setObjectName(_fromUtf8("label_8"))
86        self.gridLayout_3.addWidget(self.label_8, 0, 2, 1, 1)
87        self.label_9 = QtGui.QLabel(self.groupBox_3)
88        self.label_9.setObjectName(_fromUtf8("label_9"))
89        self.gridLayout_3.addWidget(self.label_9, 0, 3, 1, 1)
90        self.lineEdit_6 = QtGui.QLineEdit(self.groupBox_3)
91        self.lineEdit_6.setObjectName(_fromUtf8("lineEdit_6"))
92        self.gridLayout_3.addWidget(self.lineEdit_6, 0, 4, 1, 1)
93        self.label_6 = QtGui.QLabel(self.groupBox_3)
94        self.label_6.setObjectName(_fromUtf8("label_6"))
95        self.gridLayout_3.addWidget(self.label_6, 1, 0, 1, 1)
96        self.lineEdit_5 = QtGui.QLineEdit(self.groupBox_3)
97        self.lineEdit_5.setObjectName(_fromUtf8("lineEdit_5"))
98        self.gridLayout_3.addWidget(self.lineEdit_5, 1, 1, 1, 1)
99        self.label_7 = QtGui.QLabel(self.groupBox_3)
100        self.label_7.setObjectName(_fromUtf8("label_7"))
101        self.gridLayout_3.addWidget(self.label_7, 1, 2, 1, 1)
102        self.label_10 = QtGui.QLabel(self.groupBox_3)
103        self.label_10.setObjectName(_fromUtf8("label_10"))
104        self.gridLayout_3.addWidget(self.label_10, 1, 3, 1, 1)
105        self.lineEdit_7 = QtGui.QLineEdit(self.groupBox_3)
106        self.lineEdit_7.setObjectName(_fromUtf8("lineEdit_7"))
107        self.gridLayout_3.addWidget(self.lineEdit_7, 1, 4, 1, 1)
108        self.label_11 = QtGui.QLabel(self.groupBox_3)
109        self.label_11.setObjectName(_fromUtf8("label_11"))
110        self.gridLayout_3.addWidget(self.label_11, 1, 5, 1, 1)
111        self.gridLayout_4.addLayout(self.gridLayout_3, 0, 0, 1, 1)
112        self.gridLayout_6.addWidget(self.groupBox_3, 1, 0, 1, 1)
113        self.groupBox_4 = QtGui.QGroupBox(InvariantUI)
114        self.groupBox_4.setObjectName(_fromUtf8("groupBox_4"))
115        self.gridLayout_9 = QtGui.QGridLayout(self.groupBox_4)
116        self.gridLayout_9.setObjectName(_fromUtf8("gridLayout_9"))
117        self.horizontalLayout_2 = QtGui.QHBoxLayout()
118        self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2"))
119        self.label_12 = QtGui.QLabel(self.groupBox_4)
120        self.label_12.setObjectName(_fromUtf8("label_12"))
121        self.horizontalLayout_2.addWidget(self.label_12)
122        self.label_14 = QtGui.QLabel(self.groupBox_4)
123        self.label_14.setObjectName(_fromUtf8("label_14"))
124        self.horizontalLayout_2.addWidget(self.label_14)
125        self.lineEdit_8 = QtGui.QLineEdit(self.groupBox_4)
126        self.lineEdit_8.setEnabled(False)
127        self.lineEdit_8.setObjectName(_fromUtf8("lineEdit_8"))
128        self.horizontalLayout_2.addWidget(self.lineEdit_8)
129        self.label_13 = QtGui.QLabel(self.groupBox_4)
130        self.label_13.setObjectName(_fromUtf8("label_13"))
131        self.horizontalLayout_2.addWidget(self.label_13)
132        self.lineEdit_9 = QtGui.QLineEdit(self.groupBox_4)
133        self.lineEdit_9.setEnabled(False)
134        self.lineEdit_9.setObjectName(_fromUtf8("lineEdit_9"))
135        self.horizontalLayout_2.addWidget(self.lineEdit_9)
136        self.label_15 = QtGui.QLabel(self.groupBox_4)
137        self.label_15.setObjectName(_fromUtf8("label_15"))
138        self.horizontalLayout_2.addWidget(self.label_15)
139        self.gridLayout_9.addLayout(self.horizontalLayout_2, 0, 0, 1, 2)
140        self.groupBox_5 = QtGui.QGroupBox(self.groupBox_4)
141        self.groupBox_5.setObjectName(_fromUtf8("groupBox_5"))
142        self.gridLayout_7 = QtGui.QGridLayout(self.groupBox_5)
143        self.gridLayout_7.setObjectName(_fromUtf8("gridLayout_7"))
144        self.checkBox = QtGui.QCheckBox(self.groupBox_5)
145        self.checkBox.setObjectName(_fromUtf8("checkBox"))
146        self.gridLayout_7.addWidget(self.checkBox, 0, 0, 1, 1)
147        self.horizontalLayout_3 = QtGui.QHBoxLayout()
148        self.horizontalLayout_3.setObjectName(_fromUtf8("horizontalLayout_3"))
149        self.label_16 = QtGui.QLabel(self.groupBox_5)
150        self.label_16.setObjectName(_fromUtf8("label_16"))
151        self.horizontalLayout_3.addWidget(self.label_16)
152        self.lineEdit_10 = QtGui.QLineEdit(self.groupBox_5)
153        self.lineEdit_10.setObjectName(_fromUtf8("lineEdit_10"))
154        self.horizontalLayout_3.addWidget(self.lineEdit_10)
155        self.gridLayout_7.addLayout(self.horizontalLayout_3, 1, 0, 1, 1)
156        self.formLayout = QtGui.QFormLayout()
157        self.formLayout.setObjectName(_fromUtf8("formLayout"))
158        self.radioButton = QtGui.QRadioButton(self.groupBox_5)
159        self.radioButton.setObjectName(_fromUtf8("radioButton"))
160        self.buttonGroup = QtGui.QButtonGroup(InvariantUI)
161        self.buttonGroup.setObjectName(_fromUtf8("buttonGroup"))
162        self.buttonGroup.addButton(self.radioButton)
163        self.formLayout.setWidget(0, QtGui.QFormLayout.LabelRole, self.radioButton)
164        self.radioButton_3 = QtGui.QRadioButton(self.groupBox_5)
165        self.radioButton_3.setObjectName(_fromUtf8("radioButton_3"))
166        self.buttonGroup_2 = QtGui.QButtonGroup(InvariantUI)
167        self.buttonGroup_2.setObjectName(_fromUtf8("buttonGroup_2"))
168        self.buttonGroup_2.addButton(self.radioButton_3)
169        self.formLayout.setWidget(0, QtGui.QFormLayout.FieldRole, self.radioButton_3)
170        self.radioButton_2 = QtGui.QRadioButton(self.groupBox_5)
171        self.radioButton_2.setObjectName(_fromUtf8("radioButton_2"))
172        self.buttonGroup.addButton(self.radioButton_2)
173        self.formLayout.setWidget(1, QtGui.QFormLayout.LabelRole, self.radioButton_2)
174        self.radioButton_4 = QtGui.QRadioButton(self.groupBox_5)
175        self.radioButton_4.setObjectName(_fromUtf8("radioButton_4"))
176        self.buttonGroup_2.addButton(self.radioButton_4)
177        self.formLayout.setWidget(1, QtGui.QFormLayout.FieldRole, self.radioButton_4)
178        self.gridLayout_7.addLayout(self.formLayout, 2, 0, 1, 1)
179        self.horizontalLayout_6 = QtGui.QHBoxLayout()
180        self.horizontalLayout_6.setObjectName(_fromUtf8("horizontalLayout_6"))
181        self.label_17 = QtGui.QLabel(self.groupBox_5)
182        self.label_17.setObjectName(_fromUtf8("label_17"))
183        self.horizontalLayout_6.addWidget(self.label_17)
184        self.lineEdit_11 = QtGui.QLineEdit(self.groupBox_5)
185        self.lineEdit_11.setObjectName(_fromUtf8("lineEdit_11"))
186        self.horizontalLayout_6.addWidget(self.lineEdit_11)
187        self.gridLayout_7.addLayout(self.horizontalLayout_6, 3, 0, 1, 1)
188        self.gridLayout_9.addWidget(self.groupBox_5, 1, 0, 1, 1)
189        self.groupBox_6 = QtGui.QGroupBox(self.groupBox_4)
190        self.groupBox_6.setObjectName(_fromUtf8("groupBox_6"))
191        self.gridLayout_8 = QtGui.QGridLayout(self.groupBox_6)
192        self.gridLayout_8.setObjectName(_fromUtf8("gridLayout_8"))
193        self.checkBox_2 = QtGui.QCheckBox(self.groupBox_6)
194        self.checkBox_2.setObjectName(_fromUtf8("checkBox_2"))
195        self.gridLayout_8.addWidget(self.checkBox_2, 0, 0, 1, 1)
196        self.horizontalLayout_5 = QtGui.QHBoxLayout()
197        self.horizontalLayout_5.setObjectName(_fromUtf8("horizontalLayout_5"))
198        self.label_18 = QtGui.QLabel(self.groupBox_6)
199        self.label_18.setObjectName(_fromUtf8("label_18"))
200        self.horizontalLayout_5.addWidget(self.label_18)
201        self.lineEdit_12 = QtGui.QLineEdit(self.groupBox_6)
202        self.lineEdit_12.setObjectName(_fromUtf8("lineEdit_12"))
203        self.horizontalLayout_5.addWidget(self.lineEdit_12)
204        self.gridLayout_8.addLayout(self.horizontalLayout_5, 1, 0, 1, 1)
205        self.formLayout_2 = QtGui.QFormLayout()
206        self.formLayout_2.setObjectName(_fromUtf8("formLayout_2"))
207        self.radioButton_7 = QtGui.QRadioButton(self.groupBox_6)
208        self.radioButton_7.setObjectName(_fromUtf8("radioButton_7"))
209        self.buttonGroup_3 = QtGui.QButtonGroup(InvariantUI)
210        self.buttonGroup_3.setObjectName(_fromUtf8("buttonGroup_3"))
211        self.buttonGroup_3.addButton(self.radioButton_7)
212        self.formLayout_2.setWidget(0, QtGui.QFormLayout.LabelRole, self.radioButton_7)
213        self.radioButton_8 = QtGui.QRadioButton(self.groupBox_6)
214        self.radioButton_8.setObjectName(_fromUtf8("radioButton_8"))
215        self.buttonGroup_3.addButton(self.radioButton_8)
216        self.formLayout_2.setWidget(1, QtGui.QFormLayout.LabelRole, self.radioButton_8)
217        self.gridLayout_8.addLayout(self.formLayout_2, 2, 0, 1, 1)
218        self.horizontalLayout_7 = QtGui.QHBoxLayout()
219        self.horizontalLayout_7.setObjectName(_fromUtf8("horizontalLayout_7"))
220        self.label_19 = QtGui.QLabel(self.groupBox_6)
221        self.label_19.setObjectName(_fromUtf8("label_19"))
222        self.horizontalLayout_7.addWidget(self.label_19)
223        self.lineEdit_13 = QtGui.QLineEdit(self.groupBox_6)
224        self.lineEdit_13.setObjectName(_fromUtf8("lineEdit_13"))
225        self.horizontalLayout_7.addWidget(self.lineEdit_13)
226        self.gridLayout_8.addLayout(self.horizontalLayout_7, 3, 0, 1, 1)
227        self.gridLayout_9.addWidget(self.groupBox_6, 1, 1, 1, 1)
228        self.gridLayout_6.addWidget(self.groupBox_4, 2, 0, 1, 1)
229        self.groupBox_7 = QtGui.QGroupBox(InvariantUI)
230        self.groupBox_7.setObjectName(_fromUtf8("groupBox_7"))
231        self.gridLayout_5 = QtGui.QGridLayout(self.groupBox_7)
232        self.gridLayout_5.setObjectName(_fromUtf8("gridLayout_5"))
233        self.label_21 = QtGui.QLabel(self.groupBox_7)
234        self.label_21.setObjectName(_fromUtf8("label_21"))
235        self.gridLayout_5.addWidget(self.label_21, 0, 0, 1, 1)
236        self.lineEdit_14 = QtGui.QLineEdit(self.groupBox_7)
237        self.lineEdit_14.setEnabled(True)
238        self.lineEdit_14.setReadOnly(True)
239        self.lineEdit_14.setObjectName(_fromUtf8("lineEdit_14"))
240        self.gridLayout_5.addWidget(self.lineEdit_14, 0, 1, 1, 1)
241        self.label_20 = QtGui.QLabel(self.groupBox_7)
242        self.label_20.setObjectName(_fromUtf8("label_20"))
243        self.gridLayout_5.addWidget(self.label_20, 0, 2, 1, 1)
244        self.lineEdit_15 = QtGui.QLineEdit(self.groupBox_7)
245        self.lineEdit_15.setEnabled(True)
246        self.lineEdit_15.setReadOnly(True)
247        self.lineEdit_15.setObjectName(_fromUtf8("lineEdit_15"))
248        self.gridLayout_5.addWidget(self.lineEdit_15, 0, 3, 1, 1)
249        self.label_22 = QtGui.QLabel(self.groupBox_7)
250        self.label_22.setObjectName(_fromUtf8("label_22"))
251        self.gridLayout_5.addWidget(self.label_22, 1, 0, 1, 1)
252        self.lineEdit_17 = QtGui.QLineEdit(self.groupBox_7)
253        self.lineEdit_17.setEnabled(True)
254        self.lineEdit_17.setReadOnly(True)
255        self.lineEdit_17.setObjectName(_fromUtf8("lineEdit_17"))
256        self.gridLayout_5.addWidget(self.lineEdit_17, 1, 1, 1, 1)
257        self.label_23 = QtGui.QLabel(self.groupBox_7)
258        self.label_23.setObjectName(_fromUtf8("label_23"))
259        self.gridLayout_5.addWidget(self.label_23, 1, 2, 1, 1)
260        self.lineEdit_16 = QtGui.QLineEdit(self.groupBox_7)
261        self.lineEdit_16.setEnabled(True)
262        self.lineEdit_16.setReadOnly(True)
263        self.lineEdit_16.setObjectName(_fromUtf8("lineEdit_16"))
264        self.gridLayout_5.addWidget(self.lineEdit_16, 1, 3, 1, 1)
265        self.label_24 = QtGui.QLabel(self.groupBox_7)
266        self.label_24.setObjectName(_fromUtf8("label_24"))
267        self.gridLayout_5.addWidget(self.label_24, 1, 4, 1, 1)
268        self.line = QtGui.QFrame(self.groupBox_7)
269        self.line.setFrameShape(QtGui.QFrame.HLine)
270        self.line.setFrameShadow(QtGui.QFrame.Sunken)
271        self.line.setObjectName(_fromUtf8("line"))
272        self.gridLayout_5.addWidget(self.line, 2, 0, 1, 5)
273        self.label_25 = QtGui.QLabel(self.groupBox_7)
274        self.label_25.setObjectName(_fromUtf8("label_25"))
275        self.gridLayout_5.addWidget(self.label_25, 3, 0, 1, 1)
276        self.lineEdit_19 = QtGui.QLineEdit(self.groupBox_7)
277        self.lineEdit_19.setEnabled(True)
278        self.lineEdit_19.setStyleSheet(_fromUtf8("background-color: rgb(253, 253, 126);"))
279        self.lineEdit_19.setReadOnly(True)
280        self.lineEdit_19.setObjectName(_fromUtf8("lineEdit_19"))
281        self.gridLayout_5.addWidget(self.lineEdit_19, 3, 1, 1, 1)
282        self.label_26 = QtGui.QLabel(self.groupBox_7)
283        self.label_26.setObjectName(_fromUtf8("label_26"))
284        self.gridLayout_5.addWidget(self.label_26, 3, 2, 1, 1)
285        self.lineEdit_18 = QtGui.QLineEdit(self.groupBox_7)
286        self.lineEdit_18.setEnabled(True)
287        self.lineEdit_18.setStyleSheet(_fromUtf8("background-color: rgb(253, 253, 126);"))
288        self.lineEdit_18.setReadOnly(True)
289        self.lineEdit_18.setObjectName(_fromUtf8("lineEdit_18"))
290        self.gridLayout_5.addWidget(self.lineEdit_18, 3, 3, 1, 1)
291        self.label_27 = QtGui.QLabel(self.groupBox_7)
292        self.label_27.setObjectName(_fromUtf8("label_27"))
293        self.gridLayout_5.addWidget(self.label_27, 3, 4, 1, 1)
294        self.gridLayout_6.addWidget(self.groupBox_7, 3, 0, 1, 1)
295        self.horizontalLayout_8 = QtGui.QHBoxLayout()
296        self.horizontalLayout_8.setObjectName(_fromUtf8("horizontalLayout_8"))
297        self.pushButton = QtGui.QPushButton(InvariantUI)
298        self.pushButton.setObjectName(_fromUtf8("pushButton"))
299        self.horizontalLayout_8.addWidget(self.pushButton)
300        spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
301        self.horizontalLayout_8.addItem(spacerItem)
302        self.pushButton_2 = QtGui.QPushButton(InvariantUI)
303        self.pushButton_2.setObjectName(_fromUtf8("pushButton_2"))
304        self.horizontalLayout_8.addWidget(self.pushButton_2)
305        self.pushButton_3 = QtGui.QPushButton(InvariantUI)
306        self.pushButton_3.setObjectName(_fromUtf8("pushButton_3"))
307        self.horizontalLayout_8.addWidget(self.pushButton_3)
308        self.gridLayout_6.addLayout(self.horizontalLayout_8, 4, 0, 1, 1)
309
310        self.retranslateUi(InvariantUI)
311        QtCore.QMetaObject.connectSlotsByName(InvariantUI)
312
313    def retranslateUi(self, InvariantUI):
314        InvariantUI.setWindowTitle(_translate("InvariantUI", "Dialog", None))
315        self.groupBox.setTitle(_translate("InvariantUI", "I(q) data source", None))
316        self.label.setText(_translate("InvariantUI", "Name:", None))
317        self.groupBox_2.setTitle(_translate("InvariantUI", "Total Q range", None))
318        self.label_3.setText(_translate("InvariantUI", "Min:", None))
319        self.label_4.setText(_translate("InvariantUI", "Max:", None))
320        self.label_2.setText(_translate("InvariantUI", "<html><head/><body><p>Å<span style=\" vertical-align:super;\">-1</span></p></body></html>", None))
321        self.groupBox_3.setTitle(_translate("InvariantUI", "Customized input", None))
322        self.label_5.setText(_translate("InvariantUI", "Background:", None))
323        self.label_8.setText(_translate("InvariantUI", "<html><head/><body><p>cm<span style=\" vertical-align:super;\">-1</span></p></body></html>", None))
324        self.label_9.setText(_translate("InvariantUI", "Scale:", None))
325        self.label_6.setText(_translate("InvariantUI", "Contrast:", None))
326        self.label_7.setText(_translate("InvariantUI", "<html><head/><body><p>Å<span style=\" vertical-align:super;\">-2</span></p></body></html>", None))
327        self.label_10.setText(_translate("InvariantUI", "<html><head/><body><p>Porod<br/>constant:</p></body></html>", None))
328        self.label_11.setText(_translate("InvariantUI", "<html><head/><body><p>(cm Å<span style=\" vertical-align:super;\">4</span>)<span style=\" vertical-align:super;\">-1</span></p></body></html>", None))
329        self.groupBox_4.setTitle(_translate("InvariantUI", "Extrapolation", None))
330        self.label_12.setText(_translate("InvariantUI", "Q Range:", None))
331        self.label_14.setText(_translate("InvariantUI", "Min", None))
332        self.label_13.setText(_translate("InvariantUI", "Max", None))
333        self.label_15.setText(_translate("InvariantUI", "<html><head/><body><p>Å<span style=\" vertical-align:super;\">-1</span></p></body></html>", None))
334        self.groupBox_5.setTitle(_translate("InvariantUI", "Low Q", None))
335        self.checkBox.setText(_translate("InvariantUI", "Enable Low-Q extrapolation", None))
336        self.label_16.setText(_translate("InvariantUI", "Npts:", None))
337        self.radioButton.setText(_translate("InvariantUI", "Guinier", None))
338        self.radioButton_3.setText(_translate("InvariantUI", "Fit", None))
339        self.radioButton_2.setText(_translate("InvariantUI", "Power law", None))
340        self.radioButton_4.setText(_translate("InvariantUI", "Fix", None))
341        self.label_17.setText(_translate("InvariantUI", "Power:", None))
342        self.groupBox_6.setTitle(_translate("InvariantUI", "High Q", None))
343        self.checkBox_2.setText(_translate("InvariantUI", "Enable High-Q extrapolation", None))
344        self.label_18.setText(_translate("InvariantUI", "Npts:", None))
345        self.radioButton_7.setText(_translate("InvariantUI", "Fit", None))
346        self.radioButton_8.setText(_translate("InvariantUI", "Fix", None))
347        self.label_19.setText(_translate("InvariantUI", "Power:", None))
348        self.groupBox_7.setTitle(_translate("InvariantUI", "Output", None))
349        self.label_21.setText(_translate("InvariantUI", "Volume fraction:", None))
350        self.label_20.setText(_translate("InvariantUI", "+/-", None))
351        self.label_22.setText(_translate("InvariantUI", "Specific Surface:", None))
352        self.label_23.setText(_translate("InvariantUI", "+/-", None))
353        self.label_24.setText(_translate("InvariantUI", "<html><head/><body><p>Å<span style=\" vertical-align:super;\">-1</span></p></body></html>", None))
354        self.label_25.setText(_translate("InvariantUI", "Invariant Total [Q]:", None))
355        self.label_26.setText(_translate("InvariantUI", "+/-", None))
356        self.label_27.setText(_translate("InvariantUI", "<html><head/><body><p>(cm Å<span style=\" vertical-align:super;\">3</span>)<span style=\" vertical-align:super;\">-1</span></p></body></html>", None))
357        self.pushButton.setText(_translate("InvariantUI", "Calculate", None))
358        self.pushButton_2.setText(_translate("InvariantUI", "Status", None))
359        self.pushButton_3.setText(_translate("InvariantUI", "Help", None))
360
361
362class InvariantUI(QtGui.QDialog, Ui_InvariantUI):
363    def __init__(self, parent=None, f=QtCore.Qt.WindowFlags()):
364        QtGui.QDialog.__init__(self, parent, f)
365
366        self.setupUi(self)
367
Note: See TracBrowser for help on using the repository browser.