##// END OF EJS Templates
Adicion de Imágenes en la Barra de Herramientas
Alexander Valdez -
r256:bfa1290dafde
parent child
Show More
@@ -1,1060 +1,1060
1 1 # -*- coding: utf-8 -*-
2 2
3 3 # Form implementation generated from reading ui file 'C:\Users\alex\ericworkspace\UIDOS\MainWindow_NEWVER.ui'
4 4 #
5 5 # Created: Wed Dec 12 17:45:57 2012
6 6 # by: PyQt4 UI code generator 4.9.4
7 7 #
8 8 # WARNING! All changes made in this file will be lost!
9 9
10 10 from PyQt4 import QtCore, QtGui
11 11
12 12 try:
13 13 _fromUtf8 = QtCore.QString.fromUtf8
14 14 except AttributeError:
15 15 _fromUtf8 = lambda s: s
16 16
17 17 class Ui_MainWindow(object):
18 18 def setupUi(self, MainWindow):
19 19 MainWindow.setObjectName(_fromUtf8("MainWindow"))
20 20 MainWindow.resize(866, 587)
21 21 self.centralWidget = QtGui.QWidget(MainWindow)
22 22 self.centralWidget.setObjectName(_fromUtf8("centralWidget"))
23 23 self.frame_2 = QtGui.QFrame(self.centralWidget)
24 24 self.frame_2.setGeometry(QtCore.QRect(580, 0, 281, 531))
25 25 self.frame_2.setFrameShape(QtGui.QFrame.StyledPanel)
26 26 self.frame_2.setFrameShadow(QtGui.QFrame.Plain)
27 27 self.frame_2.setObjectName(_fromUtf8("frame_2"))
28 28 self.frame_6 = QtGui.QFrame(self.frame_2)
29 29 self.frame_6.setGeometry(QtCore.QRect(10, 10, 261, 31))
30 30 self.frame_6.setFrameShape(QtGui.QFrame.StyledPanel)
31 31 self.frame_6.setFrameShadow(QtGui.QFrame.Plain)
32 32 self.frame_6.setObjectName(_fromUtf8("frame_6"))
33 33 self.label_46 = QtGui.QLabel(self.frame_6)
34 34 self.label_46.setGeometry(QtCore.QRect(70, 0, 125, 21))
35 35 font = QtGui.QFont()
36 36 font.setPointSize(11)
37 37 self.label_46.setFont(font)
38 38 self.label_46.setObjectName(_fromUtf8("label_46"))
39 39 self.treeView_2 = QtGui.QTreeView(self.frame_2)
40 40 self.treeView_2.setGeometry(QtCore.QRect(10, 50, 261, 471))
41 41 self.treeView_2.setObjectName(_fromUtf8("treeView_2"))
42 42 self.frame = QtGui.QFrame(self.centralWidget)
43 43 self.frame.setGeometry(QtCore.QRect(0, 0, 251, 531))
44 44 self.frame.setFrameShape(QtGui.QFrame.StyledPanel)
45 45 self.frame.setFrameShadow(QtGui.QFrame.Plain)
46 46 self.frame.setObjectName(_fromUtf8("frame"))
47 47 self.frame_9 = QtGui.QFrame(self.frame)
48 48 self.frame_9.setGeometry(QtCore.QRect(10, 10, 231, 61))
49 49 self.frame_9.setFrameShape(QtGui.QFrame.StyledPanel)
50 50 self.frame_9.setFrameShadow(QtGui.QFrame.Plain)
51 51 self.frame_9.setObjectName(_fromUtf8("frame_9"))
52 52 self.label = QtGui.QLabel(self.frame_9)
53 53 self.label.setGeometry(QtCore.QRect(70, 0, 101, 31))
54 54 font = QtGui.QFont()
55 55 font.setPointSize(11)
56 56 self.label.setFont(font)
57 57 self.label.setObjectName(_fromUtf8("label"))
58 58 self.addprojectBtn = QtGui.QPushButton(self.frame_9)
59 59 self.addprojectBtn.setGeometry(QtCore.QRect(10, 30, 101, 23))
60 60 self.addprojectBtn.setObjectName(_fromUtf8("addprojectBtn"))
61 61 self.addUnitProces = QtGui.QPushButton(self.frame_9)
62 62 self.addUnitProces.setGeometry(QtCore.QRect(120, 30, 101, 23))
63 63 self.addUnitProces.setObjectName(_fromUtf8("addUnitProces"))
64 64 self.treeView = QtGui.QTreeView(self.frame)
65 65 self.treeView.setGeometry(QtCore.QRect(10, 80, 231, 441))
66 66 self.treeView.setObjectName(_fromUtf8("treeView"))
67 67 self.frame_7 = QtGui.QFrame(self.centralWidget)
68 68 self.frame_7.setGeometry(QtCore.QRect(250, 0, 331, 531))
69 69 self.frame_7.setFrameShape(QtGui.QFrame.StyledPanel)
70 70 self.frame_7.setFrameShadow(QtGui.QFrame.Plain)
71 71 self.frame_7.setObjectName(_fromUtf8("frame_7"))
72 72 self.tabWidgetProject = QtGui.QTabWidget(self.frame_7)
73 73 self.tabWidgetProject.setEnabled(True)
74 74 self.tabWidgetProject.setGeometry(QtCore.QRect(10, 10, 311, 391))
75 75 font = QtGui.QFont()
76 76 font.setPointSize(10)
77 77 self.tabWidgetProject.setFont(font)
78 78 self.tabWidgetProject.setObjectName(_fromUtf8("tabWidgetProject"))
79 79 self.tab_5 = QtGui.QWidget()
80 80 self.tab_5.setObjectName(_fromUtf8("tab_5"))
81 81 self.frame_5 = QtGui.QFrame(self.tab_5)
82 82 self.frame_5.setGeometry(QtCore.QRect(10, 130, 281, 31))
83 83 font = QtGui.QFont()
84 84 font.setPointSize(10)
85 85 self.frame_5.setFont(font)
86 86 self.frame_5.setFrameShape(QtGui.QFrame.StyledPanel)
87 87 self.frame_5.setFrameShadow(QtGui.QFrame.Plain)
88 88 self.frame_5.setObjectName(_fromUtf8("frame_5"))
89 89 self.label_55 = QtGui.QLabel(self.frame_5)
90 90 self.label_55.setGeometry(QtCore.QRect(10, 10, 72, 16))
91 91 font = QtGui.QFont()
92 92 font.setPointSize(10)
93 93 self.label_55.setFont(font)
94 94 self.label_55.setObjectName(_fromUtf8("label_55"))
95 95 self.readModeCmBox = QtGui.QComboBox(self.frame_5)
96 96 self.readModeCmBox.setGeometry(QtCore.QRect(90, 10, 71, 16))
97 97 font = QtGui.QFont()
98 98 font.setPointSize(10)
99 99 self.readModeCmBox.setFont(font)
100 100 self.readModeCmBox.setObjectName(_fromUtf8("readModeCmBox"))
101 101 self.readModeCmBox.addItem(_fromUtf8(""))
102 102 self.readModeCmBox.addItem(_fromUtf8(""))
103 103 self.dataWaitLine = QtGui.QLabel(self.frame_5)
104 104 self.dataWaitLine.setGeometry(QtCore.QRect(170, 10, 61, 20))
105 105 font = QtGui.QFont()
106 106 font.setPointSize(10)
107 107 self.dataWaitLine.setFont(font)
108 108 self.dataWaitLine.setObjectName(_fromUtf8("dataWaitLine"))
109 109 self.dataWaitTxt = QtGui.QLineEdit(self.frame_5)
110 110 self.dataWaitTxt.setGeometry(QtCore.QRect(240, 10, 31, 16))
111 111 self.dataWaitTxt.setObjectName(_fromUtf8("dataWaitTxt"))
112 112 self.frame_4 = QtGui.QFrame(self.tab_5)
113 113 self.frame_4.setGeometry(QtCore.QRect(10, 60, 281, 61))
114 114 self.frame_4.setFrameShape(QtGui.QFrame.StyledPanel)
115 115 self.frame_4.setFrameShadow(QtGui.QFrame.Plain)
116 116 self.frame_4.setObjectName(_fromUtf8("frame_4"))
117 117 self.dataTypeLine = QtGui.QLabel(self.frame_4)
118 118 self.dataTypeLine.setGeometry(QtCore.QRect(10, 10, 81, 16))
119 119 font = QtGui.QFont()
120 120 font.setPointSize(10)
121 121 self.dataTypeLine.setFont(font)
122 122 self.dataTypeLine.setObjectName(_fromUtf8("dataTypeLine"))
123 123 self.dataPathline = QtGui.QLabel(self.frame_4)
124 124 self.dataPathline.setGeometry(QtCore.QRect(10, 40, 81, 19))
125 125 font = QtGui.QFont()
126 126 font.setPointSize(10)
127 127 self.dataPathline.setFont(font)
128 128 self.dataPathline.setObjectName(_fromUtf8("dataPathline"))
129 129 self.dataTypeCmbBox = QtGui.QComboBox(self.frame_4)
130 130 self.dataTypeCmbBox.setGeometry(QtCore.QRect(80, 10, 141, 21))
131 131 font = QtGui.QFont()
132 132 font.setPointSize(10)
133 133 self.dataTypeCmbBox.setFont(font)
134 134 self.dataTypeCmbBox.setObjectName(_fromUtf8("dataTypeCmbBox"))
135 135 self.dataTypeCmbBox.addItem(_fromUtf8(""))
136 136 self.dataTypeCmbBox.addItem(_fromUtf8(""))
137 137 self.dataPathTxt = QtGui.QLineEdit(self.frame_4)
138 138 self.dataPathTxt.setGeometry(QtCore.QRect(80, 40, 161, 16))
139 139 self.dataPathTxt.setObjectName(_fromUtf8("dataPathTxt"))
140 140 self.dataPathBrowse = QtGui.QPushButton(self.frame_4)
141 141 self.dataPathBrowse.setGeometry(QtCore.QRect(249, 36, 21, 20))
142 142 self.dataPathBrowse.setObjectName(_fromUtf8("dataPathBrowse"))
143 143 self.dataFormatTxt = QtGui.QLineEdit(self.frame_4)
144 144 self.dataFormatTxt.setGeometry(QtCore.QRect(230, 10, 41, 16))
145 145 self.dataFormatTxt.setObjectName(_fromUtf8("dataFormatTxt"))
146 146 self.frame_3 = QtGui.QFrame(self.tab_5)
147 147 self.frame_3.setGeometry(QtCore.QRect(10, 10, 281, 41))
148 148 self.frame_3.setFrameShape(QtGui.QFrame.StyledPanel)
149 149 self.frame_3.setFrameShadow(QtGui.QFrame.Plain)
150 150 self.frame_3.setObjectName(_fromUtf8("frame_3"))
151 151 self.dataOperationModeline = QtGui.QLabel(self.frame_3)
152 152 self.dataOperationModeline.setGeometry(QtCore.QRect(10, 10, 111, 20))
153 153 font = QtGui.QFont()
154 154 font.setPointSize(12)
155 155 self.dataOperationModeline.setFont(font)
156 156 self.dataOperationModeline.setObjectName(_fromUtf8("dataOperationModeline"))
157 157 self.nameProjectTxt = QtGui.QLineEdit(self.frame_3)
158 158 self.nameProjectTxt.setGeometry(QtCore.QRect(120, 10, 151, 21))
159 159 self.nameProjectTxt.setObjectName(_fromUtf8("nameProjectTxt"))
160 160 self.frame_8 = QtGui.QFrame(self.tab_5)
161 161 self.frame_8.setGeometry(QtCore.QRect(10, 170, 281, 81))
162 162 self.frame_8.setFrameShape(QtGui.QFrame.StyledPanel)
163 163 self.frame_8.setFrameShadow(QtGui.QFrame.Plain)
164 164 self.frame_8.setObjectName(_fromUtf8("frame_8"))
165 165 self.dataStartLine = QtGui.QLabel(self.frame_8)
166 166 self.dataStartLine.setGeometry(QtCore.QRect(10, 10, 69, 16))
167 167 font = QtGui.QFont()
168 168 font.setPointSize(10)
169 169 self.dataStartLine.setFont(font)
170 170 self.dataStartLine.setObjectName(_fromUtf8("dataStartLine"))
171 171 self.dataEndline = QtGui.QLabel(self.frame_8)
172 172 self.dataEndline.setGeometry(QtCore.QRect(10, 30, 61, 16))
173 173 font = QtGui.QFont()
174 174 font.setPointSize(10)
175 175 self.dataEndline.setFont(font)
176 176 self.dataEndline.setObjectName(_fromUtf8("dataEndline"))
177 177 self.starDateCmbBox = QtGui.QComboBox(self.frame_8)
178 178 self.starDateCmbBox.setGeometry(QtCore.QRect(130, 10, 141, 16))
179 179 self.starDateCmbBox.setObjectName(_fromUtf8("starDateCmbBox"))
180 180 self.endDateCmbBox = QtGui.QComboBox(self.frame_8)
181 181 self.endDateCmbBox.setGeometry(QtCore.QRect(130, 30, 141, 16))
182 182 self.endDateCmbBox.setObjectName(_fromUtf8("endDateCmbBox"))
183 183 self.LTReferenceRdBtn = QtGui.QRadioButton(self.frame_8)
184 184 self.LTReferenceRdBtn.setGeometry(QtCore.QRect(30, 50, 211, 21))
185 185 font = QtGui.QFont()
186 186 font.setPointSize(8)
187 187 self.LTReferenceRdBtn.setFont(font)
188 188 self.LTReferenceRdBtn.setObjectName(_fromUtf8("LTReferenceRdBtn"))
189 189 self.dataOkBtn = QtGui.QPushButton(self.tab_5)
190 190 self.dataOkBtn.setGeometry(QtCore.QRect(70, 340, 81, 21))
191 191 self.dataOkBtn.setObjectName(_fromUtf8("dataOkBtn"))
192 192 self.dataCancelBtn = QtGui.QPushButton(self.tab_5)
193 193 self.dataCancelBtn.setGeometry(QtCore.QRect(170, 340, 81, 21))
194 194 self.dataCancelBtn.setObjectName(_fromUtf8("dataCancelBtn"))
195 195 self.frame_10 = QtGui.QFrame(self.tab_5)
196 196 self.frame_10.setGeometry(QtCore.QRect(10, 260, 281, 71))
197 197 self.frame_10.setFrameShape(QtGui.QFrame.StyledPanel)
198 198 self.frame_10.setFrameShadow(QtGui.QFrame.Plain)
199 199 self.frame_10.setObjectName(_fromUtf8("frame_10"))
200 200 self.dataInitialTimeLine = QtGui.QLabel(self.frame_10)
201 201 self.dataInitialTimeLine.setGeometry(QtCore.QRect(30, 10, 61, 16))
202 202 font = QtGui.QFont()
203 203 font.setPointSize(9)
204 204 self.dataInitialTimeLine.setFont(font)
205 205 self.dataInitialTimeLine.setObjectName(_fromUtf8("dataInitialTimeLine"))
206 206 self.dataFinelTimeLine = QtGui.QLabel(self.frame_10)
207 207 self.dataFinelTimeLine.setGeometry(QtCore.QRect(30, 40, 61, 16))
208 208 font = QtGui.QFont()
209 209 font.setPointSize(9)
210 210 self.dataFinelTimeLine.setFont(font)
211 211 self.dataFinelTimeLine.setObjectName(_fromUtf8("dataFinelTimeLine"))
212 212 self.startTimeEdit = QtGui.QTimeEdit(self.frame_10)
213 213 self.startTimeEdit.setGeometry(QtCore.QRect(150, 10, 121, 20))
214 214 self.startTimeEdit.setObjectName(_fromUtf8("startTimeEdit"))
215 215 self.timeEdit_2 = QtGui.QTimeEdit(self.frame_10)
216 216 self.timeEdit_2.setGeometry(QtCore.QRect(150, 40, 121, 20))
217 217 self.timeEdit_2.setObjectName(_fromUtf8("timeEdit_2"))
218 218 self.tabWidgetProject.addTab(self.tab_5, _fromUtf8(""))
219 219 self.tab_7 = QtGui.QWidget()
220 220 self.tab_7.setObjectName(_fromUtf8("tab_7"))
221 221 self.tabWidgetVol = QtGui.QTabWidget(self.tab_7)
222 222 self.tabWidgetVol.setEnabled(True)
223 223 self.tabWidgetVol.setGeometry(QtCore.QRect(10, 10, 291, 331))
224 224 self.tabWidgetVol.setObjectName(_fromUtf8("tabWidgetVol"))
225 225 self.tab_3 = QtGui.QWidget()
226 226 self.tab_3.setObjectName(_fromUtf8("tab_3"))
227 227 self.selecChannelopVolCEB = QtGui.QCheckBox(self.tab_3)
228 228 self.selecChannelopVolCEB.setGeometry(QtCore.QRect(10, 10, 121, 21))
229 229 self.selecChannelopVolCEB.setObjectName(_fromUtf8("selecChannelopVolCEB"))
230 230 self.numberChannelopVol = QtGui.QLineEdit(self.tab_3)
231 231 self.numberChannelopVol.setEnabled(True)
232 232 self.numberChannelopVol.setGeometry(QtCore.QRect(170, 10, 91, 20))
233 233 self.numberChannelopVol.setObjectName(_fromUtf8("numberChannelopVol"))
234 234 self.selecHeighopVolCEB = QtGui.QCheckBox(self.tab_3)
235 235 self.selecHeighopVolCEB.setGeometry(QtCore.QRect(10, 40, 121, 21))
236 236 self.selecHeighopVolCEB.setObjectName(_fromUtf8("selecHeighopVolCEB"))
237 237 self.removeDCCEB = QtGui.QCheckBox(self.tab_3)
238 238 self.removeDCCEB.setGeometry(QtCore.QRect(10, 70, 91, 17))
239 239 font = QtGui.QFont()
240 240 font.setPointSize(10)
241 241 self.removeDCCEB.setFont(font)
242 242 self.removeDCCEB.setObjectName(_fromUtf8("removeDCCEB"))
243 243 self.profileSelecopVolCEB = QtGui.QCheckBox(self.tab_3)
244 244 self.profileSelecopVolCEB.setGeometry(QtCore.QRect(10, 100, 111, 17))
245 245 self.profileSelecopVolCEB.setObjectName(_fromUtf8("profileSelecopVolCEB"))
246 246 self.decodeCEB = QtGui.QCheckBox(self.tab_3)
247 247 self.decodeCEB.setGeometry(QtCore.QRect(10, 130, 101, 21))
248 248 font = QtGui.QFont()
249 249 font.setPointSize(10)
250 250 self.decodeCEB.setFont(font)
251 251 self.decodeCEB.setObjectName(_fromUtf8("decodeCEB"))
252 252 self.coherentIntegrationCEB = QtGui.QCheckBox(self.tab_3)
253 253 self.coherentIntegrationCEB.setGeometry(QtCore.QRect(10, 160, 141, 17))
254 254 font = QtGui.QFont()
255 255 font.setPointSize(10)
256 256 self.coherentIntegrationCEB.setFont(font)
257 257 self.coherentIntegrationCEB.setObjectName(_fromUtf8("coherentIntegrationCEB"))
258 258 self.lineHeighProfileTxtopVol = QtGui.QLineEdit(self.tab_3)
259 259 self.lineHeighProfileTxtopVol.setGeometry(QtCore.QRect(170, 40, 91, 20))
260 260 self.lineHeighProfileTxtopVol.setObjectName(_fromUtf8("lineHeighProfileTxtopVol"))
261 261 self.removeDCcob = QtGui.QComboBox(self.tab_3)
262 262 self.removeDCcob.setGeometry(QtCore.QRect(170, 70, 91, 20))
263 263 self.removeDCcob.setObjectName(_fromUtf8("removeDCcob"))
264 264 self.lineProfileSelecopVolCEB = QtGui.QLineEdit(self.tab_3)
265 265 self.lineProfileSelecopVolCEB.setGeometry(QtCore.QRect(170, 100, 91, 20))
266 266 self.lineProfileSelecopVolCEB.setObjectName(_fromUtf8("lineProfileSelecopVolCEB"))
267 267 self.decodeCcob = QtGui.QComboBox(self.tab_3)
268 268 self.decodeCcob.setGeometry(QtCore.QRect(170, 130, 91, 20))
269 269 self.decodeCcob.setObjectName(_fromUtf8("decodeCcob"))
270 270 self.numberIntegration = QtGui.QLineEdit(self.tab_3)
271 271 self.numberIntegration.setGeometry(QtCore.QRect(170, 160, 91, 21))
272 272 self.numberIntegration.setObjectName(_fromUtf8("numberIntegration"))
273 273 self.dataopVolOkBtn = QtGui.QPushButton(self.tab_3)
274 274 self.dataopVolOkBtn.setGeometry(QtCore.QRect(60, 210, 71, 21))
275 275 self.dataopVolOkBtn.setObjectName(_fromUtf8("dataopVolOkBtn"))
276 276 self.dataopVolCancelBtn = QtGui.QPushButton(self.tab_3)
277 277 self.dataopVolCancelBtn.setGeometry(QtCore.QRect(150, 210, 71, 21))
278 278 self.dataopVolCancelBtn.setObjectName(_fromUtf8("dataopVolCancelBtn"))
279 279 self.tabWidgetVol.addTab(self.tab_3, _fromUtf8(""))
280 280 self.tab_2 = QtGui.QWidget()
281 281 self.tab_2.setObjectName(_fromUtf8("tab_2"))
282 282 self.frame_17 = QtGui.QFrame(self.tab_2)
283 283 self.frame_17.setGeometry(QtCore.QRect(10, 90, 251, 71))
284 284 self.frame_17.setFrameShape(QtGui.QFrame.StyledPanel)
285 285 self.frame_17.setFrameShadow(QtGui.QFrame.Plain)
286 286 self.frame_17.setObjectName(_fromUtf8("frame_17"))
287 287 self.datalabelGraphicsVol = QtGui.QLabel(self.frame_17)
288 288 self.datalabelGraphicsVol.setGeometry(QtCore.QRect(10, 10, 66, 21))
289 289 font = QtGui.QFont()
290 290 font.setPointSize(10)
291 291 self.datalabelGraphicsVol.setFont(font)
292 292 self.datalabelGraphicsVol.setObjectName(_fromUtf8("datalabelGraphicsVol"))
293 293 self.dataPotlabelGraphicsVol = QtGui.QLabel(self.frame_17)
294 294 self.dataPotlabelGraphicsVol.setGeometry(QtCore.QRect(10, 30, 66, 21))
295 295 font = QtGui.QFont()
296 296 font.setPointSize(10)
297 297 self.dataPotlabelGraphicsVol.setFont(font)
298 298 self.dataPotlabelGraphicsVol.setObjectName(_fromUtf8("dataPotlabelGraphicsVol"))
299 299 self.showdataGraphicsVol = QtGui.QCheckBox(self.frame_17)
300 300 self.showdataGraphicsVol.setGeometry(QtCore.QRect(140, 10, 31, 26))
301 301 self.showdataGraphicsVol.setText(_fromUtf8(""))
302 302 self.showdataGraphicsVol.setObjectName(_fromUtf8("showdataGraphicsVol"))
303 303 self.savedataCEBGraphicsVol = QtGui.QCheckBox(self.frame_17)
304 304 self.savedataCEBGraphicsVol.setGeometry(QtCore.QRect(200, 10, 31, 26))
305 305 self.savedataCEBGraphicsVol.setText(_fromUtf8(""))
306 306 self.savedataCEBGraphicsVol.setObjectName(_fromUtf8("savedataCEBGraphicsVol"))
307 307 self.showPotCEBGraphicsVol = QtGui.QCheckBox(self.frame_17)
308 308 self.showPotCEBGraphicsVol.setGeometry(QtCore.QRect(140, 30, 31, 26))
309 309 self.showPotCEBGraphicsVol.setText(_fromUtf8(""))
310 310 self.showPotCEBGraphicsVol.setObjectName(_fromUtf8("showPotCEBGraphicsVol"))
311 311 self.checkBox_18 = QtGui.QCheckBox(self.frame_17)
312 312 self.checkBox_18.setGeometry(QtCore.QRect(200, 30, 31, 26))
313 313 self.checkBox_18.setText(_fromUtf8(""))
314 314 self.checkBox_18.setObjectName(_fromUtf8("checkBox_18"))
315 315 self.frame_19 = QtGui.QFrame(self.tab_2)
316 316 self.frame_19.setGeometry(QtCore.QRect(10, 170, 251, 61))
317 317 self.frame_19.setFrameShape(QtGui.QFrame.StyledPanel)
318 318 self.frame_19.setFrameShadow(QtGui.QFrame.Plain)
319 319 self.frame_19.setObjectName(_fromUtf8("frame_19"))
320 320 self.label_13 = QtGui.QLabel(self.frame_19)
321 321 self.label_13.setGeometry(QtCore.QRect(10, 10, 61, 16))
322 322 font = QtGui.QFont()
323 323 font.setPointSize(10)
324 324 self.label_13.setFont(font)
325 325 self.label_13.setObjectName(_fromUtf8("label_13"))
326 326 self.label_14 = QtGui.QLabel(self.frame_19)
327 327 self.label_14.setGeometry(QtCore.QRect(10, 30, 51, 21))
328 328 font = QtGui.QFont()
329 329 font.setPointSize(10)
330 330 self.label_14.setFont(font)
331 331 self.label_14.setObjectName(_fromUtf8("label_14"))
332 332 self.lineEdit_4 = QtGui.QLineEdit(self.frame_19)
333 333 self.lineEdit_4.setGeometry(QtCore.QRect(90, 30, 101, 21))
334 334 self.lineEdit_4.setObjectName(_fromUtf8("lineEdit_4"))
335 335 self.toolButton_2 = QtGui.QToolButton(self.frame_19)
336 336 self.toolButton_2.setGeometry(QtCore.QRect(210, 30, 31, 21))
337 337 self.toolButton_2.setObjectName(_fromUtf8("toolButton_2"))
338 338 self.comboBox_10 = QtGui.QComboBox(self.frame_19)
339 339 self.comboBox_10.setGeometry(QtCore.QRect(90, 10, 151, 16))
340 340 self.comboBox_10.setObjectName(_fromUtf8("comboBox_10"))
341 341 self.dataGraphVolOkBtn = QtGui.QPushButton(self.tab_2)
342 342 self.dataGraphVolOkBtn.setGeometry(QtCore.QRect(60, 240, 71, 21))
343 343 self.dataGraphVolOkBtn.setObjectName(_fromUtf8("dataGraphVolOkBtn"))
344 344 self.dataGraphVolCancelBtn = QtGui.QPushButton(self.tab_2)
345 345 self.dataGraphVolCancelBtn.setGeometry(QtCore.QRect(150, 240, 71, 21))
346 346 self.dataGraphVolCancelBtn.setObjectName(_fromUtf8("dataGraphVolCancelBtn"))
347 347 self.dataPathlabelGraphicsVol = QtGui.QLabel(self.tab_2)
348 348 self.dataPathlabelGraphicsVol.setGeometry(QtCore.QRect(20, 10, 66, 16))
349 349 font = QtGui.QFont()
350 350 font.setPointSize(10)
351 351 self.dataPathlabelGraphicsVol.setFont(font)
352 352 self.dataPathlabelGraphicsVol.setObjectName(_fromUtf8("dataPathlabelGraphicsVol"))
353 353 self.dataPrefixlabelGraphicsVol = QtGui.QLabel(self.tab_2)
354 354 self.dataPrefixlabelGraphicsVol.setGeometry(QtCore.QRect(20, 40, 41, 16))
355 355 font = QtGui.QFont()
356 356 font.setPointSize(10)
357 357 self.dataPrefixlabelGraphicsVol.setFont(font)
358 358 self.dataPrefixlabelGraphicsVol.setObjectName(_fromUtf8("dataPrefixlabelGraphicsVol"))
359 359 self.dataPathtxtGraphicsVol = QtGui.QLineEdit(self.tab_2)
360 360 self.dataPathtxtGraphicsVol.setGeometry(QtCore.QRect(70, 10, 161, 21))
361 361 self.dataPathtxtGraphicsVol.setObjectName(_fromUtf8("dataPathtxtGraphicsVol"))
362 362 self.dataPrefixtxtGraphicsVol = QtGui.QLineEdit(self.tab_2)
363 363 self.dataPrefixtxtGraphicsVol.setGeometry(QtCore.QRect(70, 40, 191, 21))
364 364 self.dataPrefixtxtGraphicsVol.setObjectName(_fromUtf8("dataPrefixtxtGraphicsVol"))
365 365 self.dataGraphicsVolPathBrowse = QtGui.QToolButton(self.tab_2)
366 366 self.dataGraphicsVolPathBrowse.setGeometry(QtCore.QRect(240, 10, 21, 21))
367 367 self.dataGraphicsVolPathBrowse.setObjectName(_fromUtf8("dataGraphicsVolPathBrowse"))
368 368 self.label_6 = QtGui.QLabel(self.tab_2)
369 369 self.label_6.setGeometry(QtCore.QRect(20, 70, 31, 16))
370 370 font = QtGui.QFont()
371 371 font.setPointSize(10)
372 372 self.label_6.setFont(font)
373 373 self.label_6.setObjectName(_fromUtf8("label_6"))
374 374 self.label_7 = QtGui.QLabel(self.tab_2)
375 375 self.label_7.setGeometry(QtCore.QRect(140, 70, 41, 16))
376 376 font = QtGui.QFont()
377 377 font.setPointSize(10)
378 378 self.label_7.setFont(font)
379 379 self.label_7.setObjectName(_fromUtf8("label_7"))
380 380 self.label_8 = QtGui.QLabel(self.tab_2)
381 381 self.label_8.setGeometry(QtCore.QRect(210, 70, 41, 16))
382 382 font = QtGui.QFont()
383 383 font.setPointSize(10)
384 384 self.label_8.setFont(font)
385 385 self.label_8.setObjectName(_fromUtf8("label_8"))
386 386 self.tabWidgetVol.addTab(self.tab_2, _fromUtf8(""))
387 387 self.tab_4 = QtGui.QWidget()
388 388 self.tab_4.setObjectName(_fromUtf8("tab_4"))
389 389 self.frame_15 = QtGui.QFrame(self.tab_4)
390 390 self.frame_15.setGeometry(QtCore.QRect(10, 20, 251, 71))
391 391 self.frame_15.setFrameShape(QtGui.QFrame.StyledPanel)
392 392 self.frame_15.setFrameShadow(QtGui.QFrame.Plain)
393 393 self.frame_15.setObjectName(_fromUtf8("frame_15"))
394 394 self.dataPathlabelOutVol = QtGui.QLabel(self.frame_15)
395 395 self.dataPathlabelOutVol.setGeometry(QtCore.QRect(20, 10, 31, 16))
396 396 self.dataPathlabelOutVol.setObjectName(_fromUtf8("dataPathlabelOutVol"))
397 397 self.dataPathtxtOutVol = QtGui.QLineEdit(self.frame_15)
398 398 self.dataPathtxtOutVol.setGeometry(QtCore.QRect(62, 10, 131, 20))
399 399 self.dataPathtxtOutVol.setObjectName(_fromUtf8("dataPathtxtOutVol"))
400 400 self.dataOutVolPathBrowse = QtGui.QToolButton(self.frame_15)
401 401 self.dataOutVolPathBrowse.setGeometry(QtCore.QRect(210, 10, 25, 19))
402 402 self.dataOutVolPathBrowse.setObjectName(_fromUtf8("dataOutVolPathBrowse"))
403 403 self.dataSufixlabelOutVol = QtGui.QLabel(self.frame_15)
404 404 self.dataSufixlabelOutVol.setGeometry(QtCore.QRect(20, 40, 41, 16))
405 405 self.dataSufixlabelOutVol.setObjectName(_fromUtf8("dataSufixlabelOutVol"))
406 406 self.dataSufixtxtOutVol = QtGui.QLineEdit(self.frame_15)
407 407 self.dataSufixtxtOutVol.setGeometry(QtCore.QRect(60, 40, 171, 20))
408 408 self.dataSufixtxtOutVol.setObjectName(_fromUtf8("dataSufixtxtOutVol"))
409 409 self.datasaveVolOkBtn = QtGui.QPushButton(self.tab_4)
410 410 self.datasaveVolOkBtn.setGeometry(QtCore.QRect(60, 120, 71, 21))
411 411 self.datasaveVolOkBtn.setObjectName(_fromUtf8("datasaveVolOkBtn"))
412 412 self.datasaveVolCancelBtn = QtGui.QPushButton(self.tab_4)
413 413 self.datasaveVolCancelBtn.setGeometry(QtCore.QRect(150, 120, 71, 21))
414 414 self.datasaveVolCancelBtn.setObjectName(_fromUtf8("datasaveVolCancelBtn"))
415 415 self.tabWidgetVol.addTab(self.tab_4, _fromUtf8(""))
416 416 self.tabWidgetProject.addTab(self.tab_7, _fromUtf8(""))
417 417 self.tab_6 = QtGui.QWidget()
418 418 self.tab_6.setObjectName(_fromUtf8("tab_6"))
419 419 self.tabWidgetSpec = QtGui.QTabWidget(self.tab_6)
420 420 self.tabWidgetSpec.setEnabled(True)
421 421 self.tabWidgetSpec.setGeometry(QtCore.QRect(10, 10, 291, 331))
422 422 self.tabWidgetSpec.setObjectName(_fromUtf8("tabWidgetSpec"))
423 423 self.tab_8 = QtGui.QWidget()
424 424 self.tab_8.setObjectName(_fromUtf8("tab_8"))
425 425 self.nFFTPointOpSpecCEB = QtGui.QCheckBox(self.tab_8)
426 426 self.nFFTPointOpSpecCEB.setGeometry(QtCore.QRect(10, 10, 111, 21))
427 427 self.nFFTPointOpSpecCEB.setObjectName(_fromUtf8("nFFTPointOpSpecCEB"))
428 428 self.selecChannelopSpecCEB = QtGui.QCheckBox(self.tab_8)
429 429 self.selecChannelopSpecCEB.setGeometry(QtCore.QRect(10, 40, 111, 17))
430 430 font = QtGui.QFont()
431 431 font.setPointSize(10)
432 432 self.selecChannelopSpecCEB.setFont(font)
433 433 self.selecChannelopSpecCEB.setObjectName(_fromUtf8("selecChannelopSpecCEB"))
434 434 self.IncohIntOpSpecCEB = QtGui.QCheckBox(self.tab_8)
435 435 self.IncohIntOpSpecCEB.setGeometry(QtCore.QRect(10, 70, 151, 17))
436 436 font = QtGui.QFont()
437 437 font.setPointSize(10)
438 438 self.IncohIntOpSpecCEB.setFont(font)
439 439 self.IncohIntOpSpecCEB.setObjectName(_fromUtf8("IncohIntOpSpecCEB"))
440 440 self.DecoderOpSpecCEB = QtGui.QCheckBox(self.tab_8)
441 441 self.DecoderOpSpecCEB.setGeometry(QtCore.QRect(10, 100, 141, 17))
442 442 font = QtGui.QFont()
443 443 font.setPointSize(10)
444 444 self.DecoderOpSpecCEB.setFont(font)
445 445 self.DecoderOpSpecCEB.setObjectName(_fromUtf8("DecoderOpSpecCEB"))
446 446 self.checkBox_52 = QtGui.QCheckBox(self.tab_8)
447 447 self.checkBox_52.setGeometry(QtCore.QRect(10, 130, 141, 17))
448 448 font = QtGui.QFont()
449 449 font.setPointSize(10)
450 450 self.checkBox_52.setFont(font)
451 451 self.checkBox_52.setObjectName(_fromUtf8("checkBox_52"))
452 452 self.valuenFFTPointOpSpec = QtGui.QLineEdit(self.tab_8)
453 453 self.valuenFFTPointOpSpec.setGeometry(QtCore.QRect(200, 10, 71, 20))
454 454 self.valuenFFTPointOpSpec.setObjectName(_fromUtf8("valuenFFTPointOpSpec"))
455 455 self.numberChannelopSpec = QtGui.QLineEdit(self.tab_8)
456 456 self.numberChannelopSpec.setGeometry(QtCore.QRect(200, 40, 71, 20))
457 457 self.numberChannelopSpec.setObjectName(_fromUtf8("numberChannelopSpec"))
458 458 self.valueIncohIntOpSpec = QtGui.QLineEdit(self.tab_8)
459 459 self.valueIncohIntOpSpec.setGeometry(QtCore.QRect(200, 70, 71, 20))
460 460 self.valueIncohIntOpSpec.setObjectName(_fromUtf8("valueIncohIntOpSpec"))
461 461 self.comboBox_23 = QtGui.QComboBox(self.tab_8)
462 462 self.comboBox_23.setGeometry(QtCore.QRect(200, 100, 71, 20))
463 463 self.comboBox_23.setObjectName(_fromUtf8("comboBox_23"))
464 464 self.comboBox_23.addItem(_fromUtf8(""))
465 465 self.comboBox_23.addItem(_fromUtf8(""))
466 466 self.comboBox_23.addItem(_fromUtf8(""))
467 467 self.lineEdit_33 = QtGui.QLineEdit(self.tab_8)
468 468 self.lineEdit_33.setGeometry(QtCore.QRect(200, 130, 71, 20))
469 469 self.lineEdit_33.setObjectName(_fromUtf8("lineEdit_33"))
470 470 self.dataopSpecOkBtn = QtGui.QPushButton(self.tab_8)
471 471 self.dataopSpecOkBtn.setGeometry(QtCore.QRect(50, 180, 71, 21))
472 472 self.dataopSpecOkBtn.setObjectName(_fromUtf8("dataopSpecOkBtn"))
473 473 self.dataopSpecCancelBtn = QtGui.QPushButton(self.tab_8)
474 474 self.dataopSpecCancelBtn.setGeometry(QtCore.QRect(160, 180, 71, 21))
475 475 self.dataopSpecCancelBtn.setObjectName(_fromUtf8("dataopSpecCancelBtn"))
476 476 self.tabWidgetSpec.addTab(self.tab_8, _fromUtf8(""))
477 477 self.tab_10 = QtGui.QWidget()
478 478 self.tab_10.setObjectName(_fromUtf8("tab_10"))
479 479 self.dataGraphSpecCancelBtn = QtGui.QPushButton(self.tab_10)
480 480 self.dataGraphSpecCancelBtn.setGeometry(QtCore.QRect(160, 240, 71, 21))
481 481 self.dataGraphSpecCancelBtn.setObjectName(_fromUtf8("dataGraphSpecCancelBtn"))
482 482 self.frame_40 = QtGui.QFrame(self.tab_10)
483 483 self.frame_40.setGeometry(QtCore.QRect(10, 80, 261, 91))
484 484 self.frame_40.setFrameShape(QtGui.QFrame.StyledPanel)
485 485 self.frame_40.setFrameShadow(QtGui.QFrame.Plain)
486 486 self.frame_40.setObjectName(_fromUtf8("frame_40"))
487 487 self.RTIPlotGraphLabel = QtGui.QLabel(self.frame_40)
488 488 self.RTIPlotGraphLabel.setGeometry(QtCore.QRect(10, 0, 66, 16))
489 489 font = QtGui.QFont()
490 490 font.setPointSize(10)
491 491 self.RTIPlotGraphLabel.setFont(font)
492 492 self.RTIPlotGraphLabel.setObjectName(_fromUtf8("RTIPlotGraphLabel"))
493 493 self.CrossSpectraPlotGraphLabel = QtGui.QLabel(self.frame_40)
494 494 self.CrossSpectraPlotGraphLabel.setGeometry(QtCore.QRect(10, 40, 111, 21))
495 495 self.CrossSpectraPlotGraphLabel.setObjectName(_fromUtf8("CrossSpectraPlotGraphLabel"))
496 496 self.SpectraPlotGraphLabel = QtGui.QLabel(self.frame_40)
497 497 self.SpectraPlotGraphLabel.setGeometry(QtCore.QRect(10, 20, 91, 16))
498 498 self.SpectraPlotGraphLabel.setObjectName(_fromUtf8("SpectraPlotGraphLabel"))
499 499 self.label_86 = QtGui.QLabel(self.frame_40)
500 500 self.label_86.setGeometry(QtCore.QRect(10, 60, 66, 21))
501 501 self.label_86.setObjectName(_fromUtf8("label_86"))
502 502 self.RTIPlotGraphCEB = QtGui.QCheckBox(self.frame_40)
503 503 self.RTIPlotGraphCEB.setGeometry(QtCore.QRect(150, 0, 31, 26))
504 504 self.RTIPlotGraphCEB.setText(_fromUtf8(""))
505 505 self.RTIPlotGraphCEB.setObjectName(_fromUtf8("RTIPlotGraphCEB"))
506 506 self.checkBox_58 = QtGui.QCheckBox(self.frame_40)
507 507 self.checkBox_58.setGeometry(QtCore.QRect(210, 0, 31, 26))
508 508 self.checkBox_58.setText(_fromUtf8(""))
509 509 self.checkBox_58.setObjectName(_fromUtf8("checkBox_58"))
510 510 self.SpectraPlotGraphCEB = QtGui.QCheckBox(self.frame_40)
511 511 self.SpectraPlotGraphCEB.setGeometry(QtCore.QRect(150, 20, 31, 26))
512 512 self.SpectraPlotGraphCEB.setText(_fromUtf8(""))
513 513 self.SpectraPlotGraphCEB.setObjectName(_fromUtf8("SpectraPlotGraphCEB"))
514 514 self.checkBox_60 = QtGui.QCheckBox(self.frame_40)
515 515 self.checkBox_60.setGeometry(QtCore.QRect(210, 20, 31, 26))
516 516 self.checkBox_60.setText(_fromUtf8(""))
517 517 self.checkBox_60.setObjectName(_fromUtf8("checkBox_60"))
518 518 self.CrossSpectraPlotGraphceb = QtGui.QCheckBox(self.frame_40)
519 519 self.CrossSpectraPlotGraphceb.setGeometry(QtCore.QRect(150, 40, 31, 21))
520 520 self.CrossSpectraPlotGraphceb.setText(_fromUtf8(""))
521 521 self.CrossSpectraPlotGraphceb.setObjectName(_fromUtf8("CrossSpectraPlotGraphceb"))
522 522 self.checkBox_62 = QtGui.QCheckBox(self.frame_40)
523 523 self.checkBox_62.setGeometry(QtCore.QRect(210, 40, 31, 26))
524 524 self.checkBox_62.setText(_fromUtf8(""))
525 525 self.checkBox_62.setObjectName(_fromUtf8("checkBox_62"))
526 526 self.checkBox_63 = QtGui.QCheckBox(self.frame_40)
527 527 self.checkBox_63.setGeometry(QtCore.QRect(150, 60, 20, 26))
528 528 self.checkBox_63.setText(_fromUtf8(""))
529 529 self.checkBox_63.setObjectName(_fromUtf8("checkBox_63"))
530 530 self.checkBox_64 = QtGui.QCheckBox(self.frame_40)
531 531 self.checkBox_64.setGeometry(QtCore.QRect(210, 60, 31, 26))
532 532 self.checkBox_64.setText(_fromUtf8(""))
533 533 self.checkBox_64.setObjectName(_fromUtf8("checkBox_64"))
534 534 self.dataGraphSpecOkBtn = QtGui.QPushButton(self.tab_10)
535 535 self.dataGraphSpecOkBtn.setGeometry(QtCore.QRect(60, 240, 71, 21))
536 536 self.dataGraphSpecOkBtn.setObjectName(_fromUtf8("dataGraphSpecOkBtn"))
537 537 self.frame_41 = QtGui.QFrame(self.tab_10)
538 538 self.frame_41.setGeometry(QtCore.QRect(10, 180, 261, 51))
539 539 self.frame_41.setFrameShape(QtGui.QFrame.StyledPanel)
540 540 self.frame_41.setFrameShadow(QtGui.QFrame.Plain)
541 541 self.frame_41.setObjectName(_fromUtf8("frame_41"))
542 542 self.label_87 = QtGui.QLabel(self.frame_41)
543 543 self.label_87.setGeometry(QtCore.QRect(10, 10, 61, 16))
544 544 font = QtGui.QFont()
545 545 font.setPointSize(10)
546 546 self.label_87.setFont(font)
547 547 self.label_87.setObjectName(_fromUtf8("label_87"))
548 548 self.label_88 = QtGui.QLabel(self.frame_41)
549 549 self.label_88.setGeometry(QtCore.QRect(10, 30, 51, 21))
550 550 font = QtGui.QFont()
551 551 font.setPointSize(10)
552 552 self.label_88.setFont(font)
553 553 self.label_88.setObjectName(_fromUtf8("label_88"))
554 554 self.lineEdit_37 = QtGui.QLineEdit(self.frame_41)
555 555 self.lineEdit_37.setGeometry(QtCore.QRect(90, 30, 111, 16))
556 556 self.lineEdit_37.setObjectName(_fromUtf8("lineEdit_37"))
557 557 self.toolButton_18 = QtGui.QToolButton(self.frame_41)
558 558 self.toolButton_18.setGeometry(QtCore.QRect(210, 30, 21, 16))
559 559 self.toolButton_18.setObjectName(_fromUtf8("toolButton_18"))
560 560 self.comboBox_27 = QtGui.QComboBox(self.frame_41)
561 561 self.comboBox_27.setGeometry(QtCore.QRect(90, 10, 141, 16))
562 562 self.comboBox_27.setObjectName(_fromUtf8("comboBox_27"))
563 563 self.label_78 = QtGui.QLabel(self.tab_10)
564 564 self.label_78.setGeometry(QtCore.QRect(20, 10, 66, 16))
565 565 font = QtGui.QFont()
566 566 font.setPointSize(10)
567 567 self.label_78.setFont(font)
568 568 self.label_78.setObjectName(_fromUtf8("label_78"))
569 569 self.label_79 = QtGui.QLabel(self.tab_10)
570 570 self.label_79.setGeometry(QtCore.QRect(20, 40, 41, 16))
571 571 font = QtGui.QFont()
572 572 font.setPointSize(10)
573 573 self.label_79.setFont(font)
574 574 self.label_79.setObjectName(_fromUtf8("label_79"))
575 575 self.lineEdit_35 = QtGui.QLineEdit(self.tab_10)
576 576 self.lineEdit_35.setGeometry(QtCore.QRect(70, 10, 161, 16))
577 577 self.lineEdit_35.setObjectName(_fromUtf8("lineEdit_35"))
578 578 self.lineEdit_36 = QtGui.QLineEdit(self.tab_10)
579 579 self.lineEdit_36.setGeometry(QtCore.QRect(70, 40, 201, 16))
580 580 self.lineEdit_36.setObjectName(_fromUtf8("lineEdit_36"))
581 581 self.toolButton_17 = QtGui.QToolButton(self.tab_10)
582 582 self.toolButton_17.setGeometry(QtCore.QRect(250, 10, 21, 20))
583 583 self.toolButton_17.setObjectName(_fromUtf8("toolButton_17"))
584 584 self.label_80 = QtGui.QLabel(self.tab_10)
585 585 self.label_80.setGeometry(QtCore.QRect(20, 60, 31, 16))
586 586 font = QtGui.QFont()
587 587 font.setPointSize(10)
588 588 self.label_80.setFont(font)
589 589 self.label_80.setObjectName(_fromUtf8("label_80"))
590 590 self.label_81 = QtGui.QLabel(self.tab_10)
591 591 self.label_81.setGeometry(QtCore.QRect(150, 60, 41, 16))
592 592 font = QtGui.QFont()
593 593 font.setPointSize(10)
594 594 self.label_81.setFont(font)
595 595 self.label_81.setObjectName(_fromUtf8("label_81"))
596 596 self.label_82 = QtGui.QLabel(self.tab_10)
597 597 self.label_82.setGeometry(QtCore.QRect(210, 60, 41, 16))
598 598 font = QtGui.QFont()
599 599 font.setPointSize(10)
600 600 self.label_82.setFont(font)
601 601 self.label_82.setObjectName(_fromUtf8("label_82"))
602 602 self.tabWidgetSpec.addTab(self.tab_10, _fromUtf8(""))
603 603 self.tab_11 = QtGui.QWidget()
604 604 self.tab_11.setObjectName(_fromUtf8("tab_11"))
605 605 self.label_22 = QtGui.QLabel(self.tab_11)
606 606 self.label_22.setGeometry(QtCore.QRect(140, 100, 58, 16))
607 607 self.label_22.setObjectName(_fromUtf8("label_22"))
608 608 self.frame_47 = QtGui.QFrame(self.tab_11)
609 609 self.frame_47.setGeometry(QtCore.QRect(10, 20, 261, 71))
610 610 self.frame_47.setFrameShape(QtGui.QFrame.StyledPanel)
611 611 self.frame_47.setFrameShadow(QtGui.QFrame.Plain)
612 612 self.frame_47.setObjectName(_fromUtf8("frame_47"))
613 613 self.label_20 = QtGui.QLabel(self.frame_47)
614 614 self.label_20.setGeometry(QtCore.QRect(20, 10, 22, 16))
615 615 self.label_20.setObjectName(_fromUtf8("label_20"))
616 616 self.lineEdit_11 = QtGui.QLineEdit(self.frame_47)
617 617 self.lineEdit_11.setGeometry(QtCore.QRect(50, 10, 151, 20))
618 618 self.lineEdit_11.setObjectName(_fromUtf8("lineEdit_11"))
619 619 self.toolButton_5 = QtGui.QToolButton(self.frame_47)
620 620 self.toolButton_5.setGeometry(QtCore.QRect(220, 10, 25, 19))
621 621 self.toolButton_5.setObjectName(_fromUtf8("toolButton_5"))
622 622 self.label_21 = QtGui.QLabel(self.frame_47)
623 623 self.label_21.setGeometry(QtCore.QRect(20, 40, 24, 16))
624 624 self.label_21.setObjectName(_fromUtf8("label_21"))
625 625 self.lineEdit_12 = QtGui.QLineEdit(self.frame_47)
626 626 self.lineEdit_12.setGeometry(QtCore.QRect(50, 40, 191, 20))
627 627 self.lineEdit_12.setObjectName(_fromUtf8("lineEdit_12"))
628 628 self.frame_49 = QtGui.QFrame(self.tab_11)
629 629 self.frame_49.setGeometry(QtCore.QRect(10, 130, 261, 41))
630 630 self.frame_49.setFrameShape(QtGui.QFrame.StyledPanel)
631 631 self.frame_49.setFrameShadow(QtGui.QFrame.Plain)
632 632 self.frame_49.setObjectName(_fromUtf8("frame_49"))
633 633 self.datasaveSpecOkBtn = QtGui.QPushButton(self.frame_49)
634 634 self.datasaveSpecOkBtn.setGeometry(QtCore.QRect(30, 10, 71, 21))
635 635 self.datasaveSpecOkBtn.setObjectName(_fromUtf8("datasaveSpecOkBtn"))
636 636 self.datasaveSpecCancelBtn = QtGui.QPushButton(self.frame_49)
637 637 self.datasaveSpecCancelBtn.setGeometry(QtCore.QRect(130, 10, 71, 21))
638 638 self.datasaveSpecCancelBtn.setObjectName(_fromUtf8("datasaveSpecCancelBtn"))
639 639 self.tabWidgetSpec.addTab(self.tab_11, _fromUtf8(""))
640 640 self.tabWidgetProject.addTab(self.tab_6, _fromUtf8(""))
641 641 self.tab_9 = QtGui.QWidget()
642 642 self.tab_9.setObjectName(_fromUtf8("tab_9"))
643 643 self.tabWidgetCor = QtGui.QTabWidget(self.tab_9)
644 644 self.tabWidgetCor.setGeometry(QtCore.QRect(10, 10, 291, 311))
645 645 self.tabWidgetCor.setObjectName(_fromUtf8("tabWidgetCor"))
646 646 self.tab_12 = QtGui.QWidget()
647 647 self.tab_12.setObjectName(_fromUtf8("tab_12"))
648 648 self.checkBox_53 = QtGui.QCheckBox(self.tab_12)
649 649 self.checkBox_53.setGeometry(QtCore.QRect(20, 30, 91, 17))
650 650 font = QtGui.QFont()
651 651 font.setPointSize(10)
652 652 self.checkBox_53.setFont(font)
653 653 self.checkBox_53.setObjectName(_fromUtf8("checkBox_53"))
654 654 self.comboBox_24 = QtGui.QComboBox(self.tab_12)
655 655 self.comboBox_24.setGeometry(QtCore.QRect(160, 30, 111, 20))
656 656 self.comboBox_24.setObjectName(_fromUtf8("comboBox_24"))
657 657 self.dataopCorrOkBtn = QtGui.QPushButton(self.tab_12)
658 658 self.dataopCorrOkBtn.setGeometry(QtCore.QRect(50, 160, 71, 21))
659 659 self.dataopCorrOkBtn.setObjectName(_fromUtf8("dataopCorrOkBtn"))
660 660 self.dataopCorrCancelBtn = QtGui.QPushButton(self.tab_12)
661 661 self.dataopCorrCancelBtn.setGeometry(QtCore.QRect(170, 160, 71, 21))
662 662 self.dataopCorrCancelBtn.setObjectName(_fromUtf8("dataopCorrCancelBtn"))
663 663 self.tabWidgetCor.addTab(self.tab_12, _fromUtf8(""))
664 664 self.tab_13 = QtGui.QWidget()
665 665 self.tab_13.setObjectName(_fromUtf8("tab_13"))
666 666 self.frame_44 = QtGui.QFrame(self.tab_13)
667 667 self.frame_44.setGeometry(QtCore.QRect(10, 70, 261, 21))
668 668 self.frame_44.setFrameShape(QtGui.QFrame.StyledPanel)
669 669 self.frame_44.setFrameShadow(QtGui.QFrame.Plain)
670 670 self.frame_44.setObjectName(_fromUtf8("frame_44"))
671 671 self.label_95 = QtGui.QLabel(self.frame_44)
672 672 self.label_95.setGeometry(QtCore.QRect(10, 0, 31, 16))
673 673 font = QtGui.QFont()
674 674 font.setPointSize(10)
675 675 self.label_95.setFont(font)
676 676 self.label_95.setObjectName(_fromUtf8("label_95"))
677 677 self.label_96 = QtGui.QLabel(self.frame_44)
678 678 self.label_96.setGeometry(QtCore.QRect(130, 0, 41, 16))
679 679 font = QtGui.QFont()
680 680 font.setPointSize(10)
681 681 self.label_96.setFont(font)
682 682 self.label_96.setObjectName(_fromUtf8("label_96"))
683 683 self.label_97 = QtGui.QLabel(self.frame_44)
684 684 self.label_97.setGeometry(QtCore.QRect(190, 0, 41, 16))
685 685 font = QtGui.QFont()
686 686 font.setPointSize(10)
687 687 self.label_97.setFont(font)
688 688 self.label_97.setObjectName(_fromUtf8("label_97"))
689 689 self.frame_42 = QtGui.QFrame(self.tab_13)
690 690 self.frame_42.setGeometry(QtCore.QRect(10, 160, 261, 61))
691 691 self.frame_42.setFrameShape(QtGui.QFrame.StyledPanel)
692 692 self.frame_42.setFrameShadow(QtGui.QFrame.Plain)
693 693 self.frame_42.setObjectName(_fromUtf8("frame_42"))
694 694 self.label_89 = QtGui.QLabel(self.frame_42)
695 695 self.label_89.setGeometry(QtCore.QRect(10, 10, 61, 16))
696 696 font = QtGui.QFont()
697 697 font.setPointSize(10)
698 698 self.label_89.setFont(font)
699 699 self.label_89.setObjectName(_fromUtf8("label_89"))
700 700 self.label_90 = QtGui.QLabel(self.frame_42)
701 701 self.label_90.setGeometry(QtCore.QRect(10, 30, 51, 21))
702 702 font = QtGui.QFont()
703 703 font.setPointSize(10)
704 704 self.label_90.setFont(font)
705 705 self.label_90.setObjectName(_fromUtf8("label_90"))
706 706 self.lineEdit_38 = QtGui.QLineEdit(self.frame_42)
707 707 self.lineEdit_38.setGeometry(QtCore.QRect(90, 30, 101, 16))
708 708 self.lineEdit_38.setObjectName(_fromUtf8("lineEdit_38"))
709 709 self.toolButton_19 = QtGui.QToolButton(self.frame_42)
710 710 self.toolButton_19.setGeometry(QtCore.QRect(200, 30, 21, 16))
711 711 self.toolButton_19.setObjectName(_fromUtf8("toolButton_19"))
712 712 self.comboBox_28 = QtGui.QComboBox(self.frame_42)
713 713 self.comboBox_28.setGeometry(QtCore.QRect(90, 10, 131, 16))
714 714 self.comboBox_28.setObjectName(_fromUtf8("comboBox_28"))
715 715 self.frame_43 = QtGui.QFrame(self.tab_13)
716 716 self.frame_43.setGeometry(QtCore.QRect(10, 100, 261, 51))
717 717 self.frame_43.setFrameShape(QtGui.QFrame.StyledPanel)
718 718 self.frame_43.setFrameShadow(QtGui.QFrame.Plain)
719 719 self.frame_43.setObjectName(_fromUtf8("frame_43"))
720 720 self.label_91 = QtGui.QLabel(self.frame_43)
721 721 self.label_91.setGeometry(QtCore.QRect(20, 10, 66, 21))
722 722 font = QtGui.QFont()
723 723 font.setPointSize(10)
724 724 self.label_91.setFont(font)
725 725 self.label_91.setObjectName(_fromUtf8("label_91"))
726 726 self.checkBox_67 = QtGui.QCheckBox(self.frame_43)
727 727 self.checkBox_67.setGeometry(QtCore.QRect(140, 10, 31, 26))
728 728 self.checkBox_67.setText(_fromUtf8(""))
729 729 self.checkBox_67.setObjectName(_fromUtf8("checkBox_67"))
730 730 self.checkBox_68 = QtGui.QCheckBox(self.frame_43)
731 731 self.checkBox_68.setGeometry(QtCore.QRect(190, 10, 31, 26))
732 732 self.checkBox_68.setText(_fromUtf8(""))
733 733 self.checkBox_68.setObjectName(_fromUtf8("checkBox_68"))
734 734 self.dataGraphCorrOkBtn = QtGui.QPushButton(self.tab_13)
735 735 self.dataGraphCorrOkBtn.setGeometry(QtCore.QRect(60, 230, 71, 21))
736 736 self.dataGraphCorrOkBtn.setObjectName(_fromUtf8("dataGraphCorrOkBtn"))
737 737 self.dataGraphCorrCancelBtn = QtGui.QPushButton(self.tab_13)
738 738 self.dataGraphCorrCancelBtn.setGeometry(QtCore.QRect(150, 230, 71, 21))
739 739 self.dataGraphCorrCancelBtn.setObjectName(_fromUtf8("dataGraphCorrCancelBtn"))
740 740 self.label_98 = QtGui.QLabel(self.tab_13)
741 741 self.label_98.setGeometry(QtCore.QRect(20, 10, 66, 16))
742 742 font = QtGui.QFont()
743 743 font.setPointSize(10)
744 744 self.label_98.setFont(font)
745 745 self.label_98.setObjectName(_fromUtf8("label_98"))
746 746 self.label_99 = QtGui.QLabel(self.tab_13)
747 747 self.label_99.setGeometry(QtCore.QRect(20, 40, 41, 16))
748 748 font = QtGui.QFont()
749 749 font.setPointSize(10)
750 750 self.label_99.setFont(font)
751 751 self.label_99.setObjectName(_fromUtf8("label_99"))
752 752 self.lineEdit_39 = QtGui.QLineEdit(self.tab_13)
753 753 self.lineEdit_39.setGeometry(QtCore.QRect(80, 10, 141, 21))
754 754 self.lineEdit_39.setObjectName(_fromUtf8("lineEdit_39"))
755 755 self.toolButton_20 = QtGui.QToolButton(self.tab_13)
756 756 self.toolButton_20.setGeometry(QtCore.QRect(250, 10, 21, 21))
757 757 self.toolButton_20.setObjectName(_fromUtf8("toolButton_20"))
758 758 self.lineEdit_40 = QtGui.QLineEdit(self.tab_13)
759 759 self.lineEdit_40.setGeometry(QtCore.QRect(70, 40, 201, 21))
760 760 self.lineEdit_40.setObjectName(_fromUtf8("lineEdit_40"))
761 761 self.tabWidgetCor.addTab(self.tab_13, _fromUtf8(""))
762 762 self.tab_14 = QtGui.QWidget()
763 763 self.tab_14.setObjectName(_fromUtf8("tab_14"))
764 764 self.label_17 = QtGui.QLabel(self.tab_14)
765 765 self.label_17.setGeometry(QtCore.QRect(140, 100, 58, 16))
766 766 self.label_17.setObjectName(_fromUtf8("label_17"))
767 767 self.frame_46 = QtGui.QFrame(self.tab_14)
768 768 self.frame_46.setGeometry(QtCore.QRect(10, 20, 261, 71))
769 769 self.frame_46.setFrameShape(QtGui.QFrame.StyledPanel)
770 770 self.frame_46.setFrameShadow(QtGui.QFrame.Plain)
771 771 self.frame_46.setObjectName(_fromUtf8("frame_46"))
772 772 self.label_18 = QtGui.QLabel(self.frame_46)
773 773 self.label_18.setGeometry(QtCore.QRect(20, 10, 22, 16))
774 774 self.label_18.setObjectName(_fromUtf8("label_18"))
775 775 self.lineEdit_9 = QtGui.QLineEdit(self.frame_46)
776 776 self.lineEdit_9.setGeometry(QtCore.QRect(50, 10, 151, 20))
777 777 self.lineEdit_9.setObjectName(_fromUtf8("lineEdit_9"))
778 778 self.toolButton_4 = QtGui.QToolButton(self.frame_46)
779 779 self.toolButton_4.setGeometry(QtCore.QRect(220, 10, 25, 19))
780 780 self.toolButton_4.setObjectName(_fromUtf8("toolButton_4"))
781 781 self.label_19 = QtGui.QLabel(self.frame_46)
782 782 self.label_19.setGeometry(QtCore.QRect(20, 40, 24, 16))
783 783 self.label_19.setObjectName(_fromUtf8("label_19"))
784 784 self.lineEdit_10 = QtGui.QLineEdit(self.frame_46)
785 785 self.lineEdit_10.setGeometry(QtCore.QRect(50, 40, 191, 20))
786 786 self.lineEdit_10.setObjectName(_fromUtf8("lineEdit_10"))
787 787 self.frame_50 = QtGui.QFrame(self.tab_14)
788 788 self.frame_50.setGeometry(QtCore.QRect(10, 140, 261, 41))
789 789 self.frame_50.setFrameShape(QtGui.QFrame.StyledPanel)
790 790 self.frame_50.setFrameShadow(QtGui.QFrame.Plain)
791 791 self.frame_50.setObjectName(_fromUtf8("frame_50"))
792 792 self.datasaveCorrOkBtn = QtGui.QPushButton(self.frame_50)
793 793 self.datasaveCorrOkBtn.setGeometry(QtCore.QRect(30, 10, 71, 21))
794 794 self.datasaveCorrOkBtn.setObjectName(_fromUtf8("datasaveCorrOkBtn"))
795 795 self.dataSaveCorrCancelBtn = QtGui.QPushButton(self.frame_50)
796 796 self.dataSaveCorrCancelBtn.setGeometry(QtCore.QRect(150, 10, 71, 21))
797 797 self.dataSaveCorrCancelBtn.setObjectName(_fromUtf8("dataSaveCorrCancelBtn"))
798 798 self.tabWidgetCor.addTab(self.tab_14, _fromUtf8(""))
799 799 self.tabWidgetProject.addTab(self.tab_9, _fromUtf8(""))
800 800 self.tabWidget_2 = QtGui.QTabWidget(self.frame_7)
801 801 self.tabWidget_2.setGeometry(QtCore.QRect(10, 400, 311, 121))
802 802 self.tabWidget_2.setObjectName(_fromUtf8("tabWidget_2"))
803 803 self.tab = QtGui.QWidget()
804 804 self.tab.setObjectName(_fromUtf8("tab"))
805 805 self.textEdit = Qsci.QsciScintilla(self.tab)
806 806 self.textEdit.setGeometry(QtCore.QRect(10, 10, 291, 81))
807 807 self.textEdit.setToolTip(_fromUtf8(""))
808 808 self.textEdit.setWhatsThis(_fromUtf8(""))
809 809 self.textEdit.setObjectName(_fromUtf8("textEdit"))
810 810 self.tabWidget_2.addTab(self.tab, _fromUtf8(""))
811 811 MainWindow.setCentralWidget(self.centralWidget)
812 812 self.menuBar = QtGui.QMenuBar(MainWindow)
813 813 self.menuBar.setGeometry(QtCore.QRect(0, 0, 866, 21))
814 814 self.menuBar.setObjectName(_fromUtf8("menuBar"))
815 815 self.menuFILE = QtGui.QMenu(self.menuBar)
816 816 self.menuFILE.setObjectName(_fromUtf8("menuFILE"))
817 817 self.menuRUN = QtGui.QMenu(self.menuBar)
818 818 self.menuRUN.setObjectName(_fromUtf8("menuRUN"))
819 819 self.menuOPTIONS = QtGui.QMenu(self.menuBar)
820 820 self.menuOPTIONS.setObjectName(_fromUtf8("menuOPTIONS"))
821 821 self.menuHELP = QtGui.QMenu(self.menuBar)
822 822 self.menuHELP.setObjectName(_fromUtf8("menuHELP"))
823 823 MainWindow.setMenuBar(self.menuBar)
824 824 self.toolBar = QtGui.QToolBar(MainWindow)
825 825 self.toolBar.setObjectName(_fromUtf8("toolBar"))
826 826 MainWindow.addToolBar(QtCore.Qt.TopToolBarArea, self.toolBar)
827 827 self.menuFileAbrirObj = QtGui.QAction(MainWindow)
828 828 self.menuFileAbrirObj.setObjectName(_fromUtf8("menuFileAbrirObj"))
829 829 self.menuFileCrearObj = QtGui.QAction(MainWindow)
830 830 self.menuFileCrearObj.setObjectName(_fromUtf8("menuFileCrearObj"))
831 831 self.menuFileGuardarObj = QtGui.QAction(MainWindow)
832 832 self.menuFileGuardarObj.setObjectName(_fromUtf8("menuFileGuardarObj"))
833 833 self.menuRUNStartObj = QtGui.QAction(MainWindow)
834 834 self.menuRUNStartObj.setObjectName(_fromUtf8("menuRUNStartObj"))
835 835 self.menuRUNPausaObj = QtGui.QAction(MainWindow)
836 836 self.menuRUNPausaObj.setObjectName(_fromUtf8("menuRUNPausaObj"))
837 837 self.menuOptConfigLogfileObj = QtGui.QAction(MainWindow)
838 838 self.menuOptConfigLogfileObj.setObjectName(_fromUtf8("menuOptConfigLogfileObj"))
839 839 self.menuOptConfigserverObj = QtGui.QAction(MainWindow)
840 840 self.menuOptConfigserverObj.setObjectName(_fromUtf8("menuOptConfigserverObj"))
841 841 self.menuHELPAboutObj = QtGui.QAction(MainWindow)
842 842 self.menuHELPAboutObj.setObjectName(_fromUtf8("menuHELPAboutObj"))
843 843 self.menuHELPPrfObj = QtGui.QAction(MainWindow)
844 844 self.menuHELPPrfObj.setObjectName(_fromUtf8("menuHELPPrfObj"))
845 845 self.actOpenObj = QtGui.QAction(MainWindow)
846 846 icon = QtGui.QIcon()
847 icon.addPixmap(QtGui.QPixmap(_fromUtf8("../figure/Open Sign.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
847 icon.addPixmap(QtGui.QPixmap(_fromUtf8("figure/Open Sign.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
848 848 self.actOpenObj.setIcon(icon)
849 849 self.actOpenObj.setObjectName(_fromUtf8("actOpenObj"))
850 850 self.actSaveObj = QtGui.QAction(MainWindow)
851 851 icon1 = QtGui.QIcon()
852 icon1.addPixmap(QtGui.QPixmap(_fromUtf8("../figure/guardar.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
852 icon1.addPixmap(QtGui.QPixmap(_fromUtf8("figure/guardar.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
853 853 self.actSaveObj.setIcon(icon1)
854 854 self.actSaveObj.setObjectName(_fromUtf8("actSaveObj"))
855 855 self.actPlayObj = QtGui.QAction(MainWindow)
856 856 icon2 = QtGui.QIcon()
857 icon2.addPixmap(QtGui.QPixmap(_fromUtf8("../figure/play.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
857 icon2.addPixmap(QtGui.QPixmap(_fromUtf8("figure/play.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
858 858 self.actPlayObj.setIcon(icon2)
859 859 self.actPlayObj.setObjectName(_fromUtf8("actPlayObj"))
860 860 self.actStopObj = QtGui.QAction(MainWindow)
861 861 icon3 = QtGui.QIcon()
862 icon3.addPixmap(QtGui.QPixmap(_fromUtf8("../figure/stop.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
862 icon3.addPixmap(QtGui.QPixmap(_fromUtf8("figure/stop.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
863 863 self.actStopObj.setIcon(icon3)
864 864 self.actStopObj.setObjectName(_fromUtf8("actStopObj"))
865 865 self.actCreateObj = QtGui.QAction(MainWindow)
866 866 icon4 = QtGui.QIcon()
867 icon4.addPixmap(QtGui.QPixmap(_fromUtf8("../figure/Crear.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
867 icon4.addPixmap(QtGui.QPixmap(_fromUtf8("figure/Crear.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
868 868 self.actCreateObj.setIcon(icon4)
869 869 self.actCreateObj.setObjectName(_fromUtf8("actCreateObj"))
870 870 self.menuFileCerrarObj = QtGui.QAction(MainWindow)
871 871 self.menuFileCerrarObj.setObjectName(_fromUtf8("menuFileCerrarObj"))
872 872 self.menuFILE.addAction(self.menuFileAbrirObj)
873 873 self.menuFILE.addAction(self.menuFileCrearObj)
874 874 self.menuFILE.addAction(self.menuFileGuardarObj)
875 875 self.menuFILE.addAction(self.menuFileCerrarObj)
876 876 self.menuRUN.addAction(self.menuRUNStartObj)
877 877 self.menuRUN.addAction(self.menuRUNPausaObj)
878 878 self.menuOPTIONS.addAction(self.menuOptConfigLogfileObj)
879 879 self.menuOPTIONS.addAction(self.menuOptConfigserverObj)
880 880 self.menuHELP.addAction(self.menuHELPAboutObj)
881 881 self.menuHELP.addAction(self.menuHELPPrfObj)
882 882 self.menuBar.addAction(self.menuFILE.menuAction())
883 883 self.menuBar.addAction(self.menuRUN.menuAction())
884 884 self.menuBar.addAction(self.menuOPTIONS.menuAction())
885 885 self.menuBar.addAction(self.menuHELP.menuAction())
886 886 self.toolBar.addSeparator()
887 887 self.toolBar.addAction(self.actOpenObj)
888 888 self.toolBar.addSeparator()
889 889 self.toolBar.addAction(self.actCreateObj)
890 890 self.toolBar.addSeparator()
891 891 self.toolBar.addSeparator()
892 892 self.toolBar.addAction(self.actSaveObj)
893 893 self.toolBar.addSeparator()
894 894 self.toolBar.addSeparator()
895 895 self.toolBar.addAction(self.actPlayObj)
896 896 self.toolBar.addSeparator()
897 897 self.toolBar.addSeparator()
898 898 self.toolBar.addAction(self.actStopObj)
899 899 self.toolBar.addSeparator()
900 900
901 901 self.retranslateUi(MainWindow)
902 902 self.tabWidgetProject.setCurrentIndex(0)
903 903 self.tabWidgetVol.setCurrentIndex(0)
904 904 self.tabWidgetSpec.setCurrentIndex(0)
905 905 self.tabWidgetCor.setCurrentIndex(2)
906 906 self.tabWidget_2.setCurrentIndex(0)
907 907 QtCore.QMetaObject.connectSlotsByName(MainWindow)
908 908
909 909 def retranslateUi(self, MainWindow):
910 910 MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "MainWindow", None, QtGui.QApplication.UnicodeUTF8))
911 911 self.label_46.setText(QtGui.QApplication.translate("MainWindow", "Project Properties", None, QtGui.QApplication.UnicodeUTF8))
912 912 self.label.setText(QtGui.QApplication.translate("MainWindow", "Project Explorer", None, QtGui.QApplication.UnicodeUTF8))
913 913 self.addprojectBtn.setText(QtGui.QApplication.translate("MainWindow", "PROJECT", None, QtGui.QApplication.UnicodeUTF8))
914 914 self.addUnitProces.setText(QtGui.QApplication.translate("MainWindow", "PROCESSING UNIT", None, QtGui.QApplication.UnicodeUTF8))
915 915 self.label_55.setText(QtGui.QApplication.translate("MainWindow", "Read Mode:", None, QtGui.QApplication.UnicodeUTF8))
916 916 self.readModeCmBox.setItemText(0, QtGui.QApplication.translate("MainWindow", "OffLine", None, QtGui.QApplication.UnicodeUTF8))
917 917 self.readModeCmBox.setItemText(1, QtGui.QApplication.translate("MainWindow", "OnLine", None, QtGui.QApplication.UnicodeUTF8))
918 918 self.dataWaitLine.setText(QtGui.QApplication.translate("MainWindow", "Wait(sec):", None, QtGui.QApplication.UnicodeUTF8))
919 919 self.dataTypeLine.setText(QtGui.QApplication.translate("MainWindow", "Data type :", None, QtGui.QApplication.UnicodeUTF8))
920 920 self.dataPathline.setText(QtGui.QApplication.translate("MainWindow", "Data Path :", None, QtGui.QApplication.UnicodeUTF8))
921 921 self.dataTypeCmbBox.setItemText(0, QtGui.QApplication.translate("MainWindow", "Voltage", None, QtGui.QApplication.UnicodeUTF8))
922 922 self.dataTypeCmbBox.setItemText(1, QtGui.QApplication.translate("MainWindow", "Spectra", None, QtGui.QApplication.UnicodeUTF8))
923 923 self.dataPathBrowse.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
924 924 self.dataOperationModeline.setText(QtGui.QApplication.translate("MainWindow", "Project Name :", None, QtGui.QApplication.UnicodeUTF8))
925 925 self.dataStartLine.setText(QtGui.QApplication.translate("MainWindow", "Start date :", None, QtGui.QApplication.UnicodeUTF8))
926 926 self.dataEndline.setText(QtGui.QApplication.translate("MainWindow", "End date :", None, QtGui.QApplication.UnicodeUTF8))
927 927 self.LTReferenceRdBtn.setText(QtGui.QApplication.translate("MainWindow", "Local time frame of reference", None, QtGui.QApplication.UnicodeUTF8))
928 928 self.dataOkBtn.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
929 929 self.dataCancelBtn.setText(QtGui.QApplication.translate("MainWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
930 930 self.dataInitialTimeLine.setText(QtGui.QApplication.translate("MainWindow", "Start Time:", None, QtGui.QApplication.UnicodeUTF8))
931 931 self.dataFinelTimeLine.setText(QtGui.QApplication.translate("MainWindow", "Final Time:", None, QtGui.QApplication.UnicodeUTF8))
932 932 self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tab_5), QtGui.QApplication.translate("MainWindow", "Project", None, QtGui.QApplication.UnicodeUTF8))
933 933 self.selecChannelopVolCEB.setText(QtGui.QApplication.translate("MainWindow", "Select Channels", None, QtGui.QApplication.UnicodeUTF8))
934 934 self.selecHeighopVolCEB.setText(QtGui.QApplication.translate("MainWindow", "Select Heights", None, QtGui.QApplication.UnicodeUTF8))
935 935 self.removeDCCEB.setText(QtGui.QApplication.translate("MainWindow", "Remove DC", None, QtGui.QApplication.UnicodeUTF8))
936 936 self.profileSelecopVolCEB.setText(QtGui.QApplication.translate("MainWindow", "Profile Selector", None, QtGui.QApplication.UnicodeUTF8))
937 937 self.decodeCEB.setText(QtGui.QApplication.translate("MainWindow", "Decodification", None, QtGui.QApplication.UnicodeUTF8))
938 938 self.coherentIntegrationCEB.setText(QtGui.QApplication.translate("MainWindow", "Coherent Integration", None, QtGui.QApplication.UnicodeUTF8))
939 939 self.dataopVolOkBtn.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
940 940 self.dataopVolCancelBtn.setText(QtGui.QApplication.translate("MainWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
941 941 self.tabWidgetVol.setTabText(self.tabWidgetVol.indexOf(self.tab_3), QtGui.QApplication.translate("MainWindow", "Operations", None, QtGui.QApplication.UnicodeUTF8))
942 942 self.datalabelGraphicsVol.setText(QtGui.QApplication.translate("MainWindow", "Voltage", None, QtGui.QApplication.UnicodeUTF8))
943 943 self.dataPotlabelGraphicsVol.setText(QtGui.QApplication.translate("MainWindow", "Potencia", None, QtGui.QApplication.UnicodeUTF8))
944 944 self.label_13.setText(QtGui.QApplication.translate("MainWindow", "FTP server", None, QtGui.QApplication.UnicodeUTF8))
945 945 self.label_14.setText(QtGui.QApplication.translate("MainWindow", "FTP path", None, QtGui.QApplication.UnicodeUTF8))
946 946 self.toolButton_2.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
947 947 self.dataGraphVolOkBtn.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
948 948 self.dataGraphVolCancelBtn.setText(QtGui.QApplication.translate("MainWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
949 949 self.dataPathlabelGraphicsVol.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8))
950 950 self.dataPrefixlabelGraphicsVol.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8))
951 951 self.dataGraphicsVolPathBrowse.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
952 952 self.label_6.setText(QtGui.QApplication.translate("MainWindow", "Type", None, QtGui.QApplication.UnicodeUTF8))
953 953 self.label_7.setText(QtGui.QApplication.translate("MainWindow", "Show", None, QtGui.QApplication.UnicodeUTF8))
954 954 self.label_8.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8))
955 955 self.tabWidgetVol.setTabText(self.tabWidgetVol.indexOf(self.tab_2), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8))
956 956 self.dataPathlabelOutVol.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8))
957 957 self.dataOutVolPathBrowse.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
958 958 self.dataSufixlabelOutVol.setText(QtGui.QApplication.translate("MainWindow", "Sufix", None, QtGui.QApplication.UnicodeUTF8))
959 959 self.datasaveVolOkBtn.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
960 960 self.datasaveVolCancelBtn.setText(QtGui.QApplication.translate("MainWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
961 961 self.tabWidgetVol.setTabText(self.tabWidgetVol.indexOf(self.tab_4), QtGui.QApplication.translate("MainWindow", "Save Data", None, QtGui.QApplication.UnicodeUTF8))
962 962 self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tab_7), QtGui.QApplication.translate("MainWindow", "Voltage", None, QtGui.QApplication.UnicodeUTF8))
963 963 self.nFFTPointOpSpecCEB.setText(QtGui.QApplication.translate("MainWindow", "nFFTPoints", None, QtGui.QApplication.UnicodeUTF8))
964 964 self.selecChannelopSpecCEB.setText(QtGui.QApplication.translate("MainWindow", "Select Channel", None, QtGui.QApplication.UnicodeUTF8))
965 965 self.IncohIntOpSpecCEB.setText(QtGui.QApplication.translate("MainWindow", "Incoh. Integration", None, QtGui.QApplication.UnicodeUTF8))
966 966 self.DecoderOpSpecCEB.setText(QtGui.QApplication.translate("MainWindow", "Decoder", None, QtGui.QApplication.UnicodeUTF8))
967 967 self.checkBox_52.setText(QtGui.QApplication.translate("MainWindow", "Operation 4", None, QtGui.QApplication.UnicodeUTF8))
968 968 self.comboBox_23.setItemText(0, QtGui.QApplication.translate("MainWindow", "Barker 3", None, QtGui.QApplication.UnicodeUTF8))
969 969 self.comboBox_23.setItemText(1, QtGui.QApplication.translate("MainWindow", "Barker 7", None, QtGui.QApplication.UnicodeUTF8))
970 970 self.comboBox_23.setItemText(2, QtGui.QApplication.translate("MainWindow", "From File", None, QtGui.QApplication.UnicodeUTF8))
971 971 self.dataopSpecOkBtn.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
972 972 self.dataopSpecCancelBtn.setText(QtGui.QApplication.translate("MainWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
973 973 self.tabWidgetSpec.setTabText(self.tabWidgetSpec.indexOf(self.tab_8), QtGui.QApplication.translate("MainWindow", "Operations", None, QtGui.QApplication.UnicodeUTF8))
974 974 self.dataGraphSpecCancelBtn.setText(QtGui.QApplication.translate("MainWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
975 975 self.RTIPlotGraphLabel.setText(QtGui.QApplication.translate("MainWindow", "RTI", None, QtGui.QApplication.UnicodeUTF8))
976 976 self.CrossSpectraPlotGraphLabel.setText(QtGui.QApplication.translate("MainWindow", "CROSS-CORRELATION+", None, QtGui.QApplication.UnicodeUTF8))
977 977 self.SpectraPlotGraphLabel.setText(QtGui.QApplication.translate("MainWindow", "CROSS-SPECTRA", None, QtGui.QApplication.UnicodeUTF8))
978 978 self.label_86.setText(QtGui.QApplication.translate("MainWindow", "NOISE", None, QtGui.QApplication.UnicodeUTF8))
979 979 self.dataGraphSpecOkBtn.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
980 980 self.label_87.setText(QtGui.QApplication.translate("MainWindow", "FTP server", None, QtGui.QApplication.UnicodeUTF8))
981 981 self.label_88.setText(QtGui.QApplication.translate("MainWindow", "FTP path", None, QtGui.QApplication.UnicodeUTF8))
982 982 self.toolButton_18.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
983 983 self.label_78.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8))
984 984 self.label_79.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8))
985 985 self.toolButton_17.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
986 986 self.label_80.setText(QtGui.QApplication.translate("MainWindow", "Type", None, QtGui.QApplication.UnicodeUTF8))
987 987 self.label_81.setText(QtGui.QApplication.translate("MainWindow", "Show", None, QtGui.QApplication.UnicodeUTF8))
988 988 self.label_82.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8))
989 989 self.tabWidgetSpec.setTabText(self.tabWidgetSpec.indexOf(self.tab_10), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8))
990 990 self.label_22.setText(QtGui.QApplication.translate("MainWindow", "Data format", None, QtGui.QApplication.UnicodeUTF8))
991 991 self.label_20.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8))
992 992 self.toolButton_5.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
993 993 self.label_21.setText(QtGui.QApplication.translate("MainWindow", "Sufix", None, QtGui.QApplication.UnicodeUTF8))
994 994 self.datasaveSpecOkBtn.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
995 995 self.datasaveSpecCancelBtn.setText(QtGui.QApplication.translate("MainWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
996 996 self.tabWidgetSpec.setTabText(self.tabWidgetSpec.indexOf(self.tab_11), QtGui.QApplication.translate("MainWindow", "Save Data", None, QtGui.QApplication.UnicodeUTF8))
997 997 self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tab_6), QtGui.QApplication.translate("MainWindow", "Spectra", None, QtGui.QApplication.UnicodeUTF8))
998 998 self.checkBox_53.setText(QtGui.QApplication.translate("MainWindow", "Integration", None, QtGui.QApplication.UnicodeUTF8))
999 999 self.dataopCorrOkBtn.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
1000 1000 self.dataopCorrCancelBtn.setText(QtGui.QApplication.translate("MainWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
1001 1001 self.tabWidgetCor.setTabText(self.tabWidgetCor.indexOf(self.tab_12), QtGui.QApplication.translate("MainWindow", "Operations", None, QtGui.QApplication.UnicodeUTF8))
1002 1002 self.label_95.setText(QtGui.QApplication.translate("MainWindow", "Type", None, QtGui.QApplication.UnicodeUTF8))
1003 1003 self.label_96.setText(QtGui.QApplication.translate("MainWindow", "Show", None, QtGui.QApplication.UnicodeUTF8))
1004 1004 self.label_97.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8))
1005 1005 self.label_89.setText(QtGui.QApplication.translate("MainWindow", "FTP server", None, QtGui.QApplication.UnicodeUTF8))
1006 1006 self.label_90.setText(QtGui.QApplication.translate("MainWindow", "FTP path", None, QtGui.QApplication.UnicodeUTF8))
1007 1007 self.toolButton_19.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
1008 1008 self.label_91.setText(QtGui.QApplication.translate("MainWindow", "POTENCIA", None, QtGui.QApplication.UnicodeUTF8))
1009 1009 self.dataGraphCorrOkBtn.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
1010 1010 self.dataGraphCorrCancelBtn.setText(QtGui.QApplication.translate("MainWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
1011 1011 self.label_98.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8))
1012 1012 self.label_99.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8))
1013 1013 self.toolButton_20.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
1014 1014 self.tabWidgetCor.setTabText(self.tabWidgetCor.indexOf(self.tab_13), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8))
1015 1015 self.label_17.setText(QtGui.QApplication.translate("MainWindow", "Data format", None, QtGui.QApplication.UnicodeUTF8))
1016 1016 self.label_18.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8))
1017 1017 self.toolButton_4.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
1018 1018 self.label_19.setText(QtGui.QApplication.translate("MainWindow", "Sufix", None, QtGui.QApplication.UnicodeUTF8))
1019 1019 self.datasaveCorrOkBtn.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
1020 1020 self.dataSaveCorrCancelBtn.setText(QtGui.QApplication.translate("MainWindow", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
1021 1021 self.tabWidgetCor.setTabText(self.tabWidgetCor.indexOf(self.tab_14), QtGui.QApplication.translate("MainWindow", "Save Data", None, QtGui.QApplication.UnicodeUTF8))
1022 1022 self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tab_9), QtGui.QApplication.translate("MainWindow", "Correlation", None, QtGui.QApplication.UnicodeUTF8))
1023 1023 self.tabWidget_2.setTabText(self.tabWidget_2.indexOf(self.tab), QtGui.QApplication.translate("MainWindow", "Ouput Branch", None, QtGui.QApplication.UnicodeUTF8))
1024 1024 self.menuFILE.setTitle(QtGui.QApplication.translate("MainWindow", "Project", None, QtGui.QApplication.UnicodeUTF8))
1025 1025 self.menuRUN.setTitle(QtGui.QApplication.translate("MainWindow", "Run", None, QtGui.QApplication.UnicodeUTF8))
1026 1026 self.menuOPTIONS.setTitle(QtGui.QApplication.translate("MainWindow", "Options", None, QtGui.QApplication.UnicodeUTF8))
1027 1027 self.menuHELP.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8))
1028 1028 self.toolBar.setWindowTitle(QtGui.QApplication.translate("MainWindow", "toolBar", None, QtGui.QApplication.UnicodeUTF8))
1029 1029 self.menuFileAbrirObj.setText(QtGui.QApplication.translate("MainWindow", "Abrir", None, QtGui.QApplication.UnicodeUTF8))
1030 1030 self.menuFileCrearObj.setText(QtGui.QApplication.translate("MainWindow", "Crear", None, QtGui.QApplication.UnicodeUTF8))
1031 1031 self.menuFileGuardarObj.setText(QtGui.QApplication.translate("MainWindow", "Guardar", None, QtGui.QApplication.UnicodeUTF8))
1032 1032 self.menuRUNStartObj.setText(QtGui.QApplication.translate("MainWindow", "start", None, QtGui.QApplication.UnicodeUTF8))
1033 1033 self.menuRUNPausaObj.setText(QtGui.QApplication.translate("MainWindow", "pausa", None, QtGui.QApplication.UnicodeUTF8))
1034 1034 self.menuOptConfigLogfileObj.setText(QtGui.QApplication.translate("MainWindow", "configLogfileObj", None, QtGui.QApplication.UnicodeUTF8))
1035 1035 self.menuOptConfigserverObj.setText(QtGui.QApplication.translate("MainWindow", "configServerFTP", None, QtGui.QApplication.UnicodeUTF8))
1036 1036 self.menuHELPAboutObj.setText(QtGui.QApplication.translate("MainWindow", "aboutObj", None, QtGui.QApplication.UnicodeUTF8))
1037 1037 self.menuHELPPrfObj.setText(QtGui.QApplication.translate("MainWindow", "prfObj", None, QtGui.QApplication.UnicodeUTF8))
1038 1038 self.actOpenObj.setText(QtGui.QApplication.translate("MainWindow", "openObj", None, QtGui.QApplication.UnicodeUTF8))
1039 1039 self.actOpenObj.setToolTip(QtGui.QApplication.translate("MainWindow", "open file", None, QtGui.QApplication.UnicodeUTF8))
1040 1040 self.actSaveObj.setText(QtGui.QApplication.translate("MainWindow", "saveObj", None, QtGui.QApplication.UnicodeUTF8))
1041 1041 self.actSaveObj.setToolTip(QtGui.QApplication.translate("MainWindow", "Manage Save", None, QtGui.QApplication.UnicodeUTF8))
1042 1042 self.actPlayObj.setText(QtGui.QApplication.translate("MainWindow", "playObj", None, QtGui.QApplication.UnicodeUTF8))
1043 1043 self.actPlayObj.setToolTip(QtGui.QApplication.translate("MainWindow", "Manage Play", None, QtGui.QApplication.UnicodeUTF8))
1044 1044 self.actStopObj.setText(QtGui.QApplication.translate("MainWindow", "stopObj", None, QtGui.QApplication.UnicodeUTF8))
1045 1045 self.actStopObj.setToolTip(QtGui.QApplication.translate("MainWindow", "Manage Stop", None, QtGui.QApplication.UnicodeUTF8))
1046 1046 self.actCreateObj.setText(QtGui.QApplication.translate("MainWindow", "createObj", None, QtGui.QApplication.UnicodeUTF8))
1047 1047 self.actCreateObj.setToolTip(QtGui.QApplication.translate("MainWindow", "Manage Create", None, QtGui.QApplication.UnicodeUTF8))
1048 1048 self.menuFileCerrarObj.setText(QtGui.QApplication.translate("MainWindow", "Cerrar", None, QtGui.QApplication.UnicodeUTF8))
1049 1049
1050 1050 from PyQt4 import Qsci
1051 1051
1052 1052 if __name__ == "__main__":
1053 1053 import sys
1054 1054 app = QtGui.QApplication(sys.argv)
1055 1055 MainWindow = QtGui.QMainWindow()
1056 1056 ui = Ui_MainWindow()
1057 1057 ui.setupUi(MainWindow)
1058 1058 MainWindow.show()
1059 1059 sys.exit(app.exec_())
1060 1060
General Comments 0
You need to be logged in to leave comments. Login now