##// END OF EJS Templates
Update:...
Alexander Valdez -
r380:aa1536fff176
parent child
Show More
This diff has been collapsed as it changes many lines, (584 lines changed) Show them Hide them
@@ -1,8 +1,8
1 1 # -*- coding: utf-8 -*-
2 2
3 # Form implementation generated from reading ui file 'C:\Users\alex\ericworkspace\UIDOS\MainWindow_21_02_13_v13.ui'
3 # Form implementation generated from reading ui file 'C:\Users\alex\ericworkspace\UIDOS\MainWindow_21_02_13_v18.ui'
4 4 #
5 # Created: Mon Mar 04 17:35:50 2013
5 # Created: Tue Mar 12 14:20:43 2013
6 6 # by: PyQt4 UI code generator 4.9.4
7 7 #
8 8 # WARNING! All changes made in this file will be lost!
@@ -17,7 +17,7 except AttributeError:
17 17 class Ui_MainWindow(object):
18 18 def setupUi(self, MainWindow):
19 19 MainWindow.setObjectName(_fromUtf8("MainWindow"))
20 MainWindow.resize(753, 577)
20 MainWindow.resize(780, 680)
21 21 self.centralWidget = QtGui.QWidget(MainWindow)
22 22 self.centralWidget.setObjectName(_fromUtf8("centralWidget"))
23 23 self.gridLayout_10 = QtGui.QGridLayout(self.centralWidget)
@@ -228,82 +228,104 class Ui_MainWindow(object):
228 228 self.tabgraphVoltage.setObjectName(_fromUtf8("tabgraphVoltage"))
229 229 self.gridLayout_6 = QtGui.QGridLayout(self.tabgraphVoltage)
230 230 self.gridLayout_6.setObjectName(_fromUtf8("gridLayout_6"))
231 self.volGraphPath = QtGui.QLineEdit(self.tabgraphVoltage)
232 self.volGraphPath.setObjectName(_fromUtf8("volGraphPath"))
233 self.gridLayout_6.addWidget(self.volGraphPath, 7, 1, 1, 4)
234 self.label_9 = QtGui.QLabel(self.tabgraphVoltage)
235 self.label_9.setObjectName(_fromUtf8("label_9"))
236 self.gridLayout_6.addWidget(self.label_9, 4, 0, 1, 1)
237 self.volGraphComType = QtGui.QComboBox(self.tabgraphVoltage)
238 self.volGraphComType.setObjectName(_fromUtf8("volGraphComType"))
239 self.volGraphComType.addItem(_fromUtf8(""))
240 self.volGraphComType.setItemText(0, _fromUtf8(""))
241 self.volGraphComType.addItem(_fromUtf8(""))
242 self.gridLayout_6.addWidget(self.volGraphComType, 0, 1, 1, 5)
243 self.label_10 = QtGui.QLabel(self.tabgraphVoltage)
244 self.label_10.setObjectName(_fromUtf8("label_10"))
245 self.gridLayout_6.addWidget(self.label_10, 5, 0, 1, 1)
246 self.volGraphWintitle = QtGui.QLineEdit(self.tabgraphVoltage)
247 self.volGraphWintitle.setObjectName(_fromUtf8("volGraphWintitle"))
248 self.gridLayout_6.addWidget(self.volGraphWintitle, 2, 1, 1, 5)
249 spacerItem6 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
250 self.gridLayout_6.addItem(spacerItem6, 6, 1, 1, 5)
251 self.volGraphxrange = QtGui.QLineEdit(self.tabgraphVoltage)
252 self.volGraphxrange.setObjectName(_fromUtf8("volGraphxrange"))
253 self.gridLayout_6.addWidget(self.volGraphxrange, 4, 1, 1, 5)
254 self.label_13 = QtGui.QLabel(self.tabgraphVoltage)
255 self.label_13.setObjectName(_fromUtf8("label_13"))
256 self.gridLayout_6.addWidget(self.label_13, 8, 0, 1, 1)
257 self.volGraphCebSave = QtGui.QCheckBox(self.tabgraphVoltage)
258 self.volGraphCebSave.setObjectName(_fromUtf8("volGraphCebSave"))
259 self.gridLayout_6.addWidget(self.volGraphCebSave, 6, 0, 1, 1)
260 self.volGraphPrefix = QtGui.QLineEdit(self.tabgraphVoltage)
261 self.volGraphPrefix.setObjectName(_fromUtf8("volGraphPrefix"))
262 self.gridLayout_6.addWidget(self.volGraphPrefix, 8, 1, 1, 5)
263 spacerItem7 = QtGui.QSpacerItem(40, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
264 self.gridLayout_6.addItem(spacerItem7, 9, 4, 1, 2)
265 self.volGraphChannelList = QtGui.QLineEdit(self.tabgraphVoltage)
266 self.volGraphChannelList.setObjectName(_fromUtf8("volGraphChannelList"))
267 self.gridLayout_6.addWidget(self.volGraphChannelList, 3, 1, 1, 5)
268 self.volGraphyrange = QtGui.QLineEdit(self.tabgraphVoltage)
269 self.volGraphyrange.setObjectName(_fromUtf8("volGraphyrange"))
270 self.gridLayout_6.addWidget(self.volGraphyrange, 5, 1, 1, 5)
271 self.label_6 = QtGui.QLabel(self.tabgraphVoltage)
272 self.label_6.setObjectName(_fromUtf8("label_6"))
273 self.gridLayout_6.addWidget(self.label_6, 0, 0, 1, 1)
274 self.label_8 = QtGui.QLabel(self.tabgraphVoltage)
275 self.label_8.setObjectName(_fromUtf8("label_8"))
276 self.gridLayout_6.addWidget(self.label_8, 3, 0, 1, 1)
277 spacerItem8 = QtGui.QSpacerItem(18, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
278 self.gridLayout_6.addItem(spacerItem8, 9, 2, 1, 1)
231 self.label_12 = QtGui.QLabel(self.tabgraphVoltage)
232 self.label_12.setObjectName(_fromUtf8("label_12"))
233 self.gridLayout_6.addWidget(self.label_12, 1, 0, 1, 2)
234 spacerItem6 = QtGui.QSpacerItem(40, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
235 self.gridLayout_6.addItem(spacerItem6, 14, 5, 1, 2)
236 spacerItem7 = QtGui.QSpacerItem(18, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
237 self.gridLayout_6.addItem(spacerItem7, 14, 3, 1, 1)
279 238 self.volGraphClear = QtGui.QPushButton(self.tabgraphVoltage)
280 239 self.volGraphClear.setObjectName(_fromUtf8("volGraphClear"))
281 self.gridLayout_6.addWidget(self.volGraphClear, 9, 3, 1, 1)
240 self.gridLayout_6.addWidget(self.volGraphClear, 14, 4, 1, 1)
282 241 self.volGraphOk = QtGui.QPushButton(self.tabgraphVoltage)
283 242 self.volGraphOk.setObjectName(_fromUtf8("volGraphOk"))
284 self.gridLayout_6.addWidget(self.volGraphOk, 9, 1, 1, 1)
285 spacerItem9 = QtGui.QSpacerItem(58, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
286 self.gridLayout_6.addItem(spacerItem9, 9, 0, 1, 1)
243 self.gridLayout_6.addWidget(self.volGraphOk, 14, 2, 1, 1)
244 spacerItem8 = QtGui.QSpacerItem(58, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
245 self.gridLayout_6.addItem(spacerItem8, 14, 0, 1, 1)
246 self.volGraphChannelList = QtGui.QLineEdit(self.tabgraphVoltage)
247 self.volGraphChannelList.setObjectName(_fromUtf8("volGraphChannelList"))
248 self.gridLayout_6.addWidget(self.volGraphChannelList, 7, 2, 1, 4)
249 self.label_13 = QtGui.QLabel(self.tabgraphVoltage)
250 self.label_13.setObjectName(_fromUtf8("label_13"))
251 self.gridLayout_6.addWidget(self.label_13, 2, 0, 1, 1)
287 252 self.volGraphToolPath = QtGui.QToolButton(self.tabgraphVoltage)
288 253 self.volGraphToolPath.setObjectName(_fromUtf8("volGraphToolPath"))
289 self.gridLayout_6.addWidget(self.volGraphToolPath, 7, 5, 1, 1)
290 self.label_12 = QtGui.QLabel(self.tabgraphVoltage)
291 self.label_12.setObjectName(_fromUtf8("label_12"))
292 self.gridLayout_6.addWidget(self.label_12, 7, 0, 1, 1)
293 self.label_7 = QtGui.QLabel(self.tabgraphVoltage)
294 self.label_7.setObjectName(_fromUtf8("label_7"))
295 self.gridLayout_6.addWidget(self.label_7, 2, 0, 1, 1)
296 self.label_29 = QtGui.QLabel(self.tabgraphVoltage)
297 self.label_29.setObjectName(_fromUtf8("label_29"))
298 self.gridLayout_6.addWidget(self.label_29, 1, 0, 1, 1)
299 self.volGraphIdFigure = QtGui.QLineEdit(self.tabgraphVoltage)
300 self.volGraphIdFigure.setObjectName(_fromUtf8("volGraphIdFigure"))
301 self.gridLayout_6.addWidget(self.volGraphIdFigure, 1, 1, 1, 5)
254 self.gridLayout_6.addWidget(self.volGraphToolPath, 1, 5, 1, 1)
255 self.volGraphfreqrange = QtGui.QLineEdit(self.tabgraphVoltage)
256 self.volGraphfreqrange.setObjectName(_fromUtf8("volGraphfreqrange"))
257 self.gridLayout_6.addWidget(self.volGraphfreqrange, 8, 2, 1, 4)
258 self.volGraphCebshow = QtGui.QCheckBox(self.tabgraphVoltage)
259 self.volGraphCebshow.setText(_fromUtf8(""))
260 self.volGraphCebshow.setObjectName(_fromUtf8("volGraphCebshow"))
261 self.gridLayout_6.addWidget(self.volGraphCebshow, 5, 3, 1, 1)
262 self.label_50 = QtGui.QLabel(self.tabgraphVoltage)
263 self.label_50.setObjectName(_fromUtf8("label_50"))
264 self.gridLayout_6.addWidget(self.label_50, 4, 5, 1, 1)
265 self.label_8 = QtGui.QLabel(self.tabgraphVoltage)
266 self.label_8.setObjectName(_fromUtf8("label_8"))
267 self.gridLayout_6.addWidget(self.label_8, 7, 0, 1, 1)
268 self.label_49 = QtGui.QLabel(self.tabgraphVoltage)
269 self.label_49.setObjectName(_fromUtf8("label_49"))
270 self.gridLayout_6.addWidget(self.label_49, 4, 3, 1, 1)
271 self.volGraphPrefix = QtGui.QLineEdit(self.tabgraphVoltage)
272 self.volGraphPrefix.setObjectName(_fromUtf8("volGraphPrefix"))
273 self.gridLayout_6.addWidget(self.volGraphPrefix, 2, 2, 1, 4)
274 self.volGraphPath = QtGui.QLineEdit(self.tabgraphVoltage)
275 self.volGraphPath.setObjectName(_fromUtf8("volGraphPath"))
276 self.gridLayout_6.addWidget(self.volGraphPath, 1, 2, 1, 3)
277 self.volGraphHeightrange = QtGui.QLineEdit(self.tabgraphVoltage)
278 self.volGraphHeightrange.setObjectName(_fromUtf8("volGraphHeightrange"))
279 self.gridLayout_6.addWidget(self.volGraphHeightrange, 10, 2, 1, 4)
280 self.label_52 = QtGui.QLabel(self.tabgraphVoltage)
281 self.label_52.setObjectName(_fromUtf8("label_52"))
282 self.gridLayout_6.addWidget(self.label_52, 10, 0, 1, 1)
283 self.label_14 = QtGui.QLabel(self.tabgraphVoltage)
284 self.label_14.setObjectName(_fromUtf8("label_14"))
285 self.gridLayout_6.addWidget(self.label_14, 5, 0, 1, 2)
286 self.label_51 = QtGui.QLabel(self.tabgraphVoltage)
287 self.label_51.setObjectName(_fromUtf8("label_51"))
288 self.gridLayout_6.addWidget(self.label_51, 8, 0, 1, 1)
289 spacerItem9 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
290 self.gridLayout_6.addItem(spacerItem9, 3, 3, 1, 1)
291 spacerItem10 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
292 self.gridLayout_6.addItem(spacerItem10, 11, 2, 1, 1)
293 self.volGraphCebSave = QtGui.QCheckBox(self.tabgraphVoltage)
294 self.volGraphCebSave.setText(_fromUtf8(""))
295 self.volGraphCebSave.setObjectName(_fromUtf8("volGraphCebSave"))
296 self.gridLayout_6.addWidget(self.volGraphCebSave, 5, 5, 1, 1)
302 297 self.tabWidgetVoltage.addTab(self.tabgraphVoltage, _fromUtf8(""))
303 self.tab_10 = QtGui.QWidget()
304 self.tab_10.setObjectName(_fromUtf8("tab_10"))
305 self.tabWidgetVoltage.addTab(self.tab_10, _fromUtf8(""))
306 self.gridLayout_3.addWidget(self.tabWidgetVoltage, 0, 0, 1, 1)
298 self.taboutputVoltage = QtGui.QWidget()
299 self.taboutputVoltage.setObjectName(_fromUtf8("taboutputVoltage"))
300 self.gridLayout_12 = QtGui.QGridLayout(self.taboutputVoltage)
301 self.gridLayout_12.setObjectName(_fromUtf8("gridLayout_12"))
302 self.label_36 = QtGui.QLabel(self.taboutputVoltage)
303 self.label_36.setObjectName(_fromUtf8("label_36"))
304 self.gridLayout_12.addWidget(self.label_36, 0, 0, 1, 1)
305 self.label_37 = QtGui.QLabel(self.taboutputVoltage)
306 self.label_37.setObjectName(_fromUtf8("label_37"))
307 self.gridLayout_12.addWidget(self.label_37, 1, 0, 1, 1)
308 self.volOutputPath = QtGui.QLineEdit(self.taboutputVoltage)
309 self.volOutputPath.setObjectName(_fromUtf8("volOutputPath"))
310 self.gridLayout_12.addWidget(self.volOutputPath, 1, 1, 1, 1)
311 self.volOutputToolPath = QtGui.QToolButton(self.taboutputVoltage)
312 self.volOutputToolPath.setObjectName(_fromUtf8("volOutputToolPath"))
313 self.gridLayout_12.addWidget(self.volOutputToolPath, 1, 2, 1, 1)
314 self.label_38 = QtGui.QLabel(self.taboutputVoltage)
315 self.label_38.setObjectName(_fromUtf8("label_38"))
316 self.gridLayout_12.addWidget(self.label_38, 2, 0, 1, 1)
317 self.volOutputSufix = QtGui.QLineEdit(self.taboutputVoltage)
318 self.volOutputSufix.setObjectName(_fromUtf8("volOutputSufix"))
319 self.gridLayout_12.addWidget(self.volOutputSufix, 2, 1, 1, 1)
320 self.volOutputComData = QtGui.QComboBox(self.taboutputVoltage)
321 self.volOutputComData.setObjectName(_fromUtf8("volOutputComData"))
322 self.volOutputComData.addItem(_fromUtf8(""))
323 self.volOutputComData.addItem(_fromUtf8(""))
324 self.gridLayout_12.addWidget(self.volOutputComData, 0, 1, 1, 2)
325 spacerItem11 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
326 self.gridLayout_12.addItem(spacerItem11, 3, 1, 1, 1)
327 self.tabWidgetVoltage.addTab(self.taboutputVoltage, _fromUtf8(""))
328 self.gridLayout_3.addWidget(self.tabWidgetVoltage, 0, 1, 1, 1)
307 329 self.tabWidgetProject.addTab(self.tabVoltage, _fromUtf8(""))
308 330 self.tabSpectra = QtGui.QWidget()
309 331 self.tabSpectra.setObjectName(_fromUtf8("tabSpectra"))
@@ -315,168 +337,291 class Ui_MainWindow(object):
315 337 self.tabopSpectra.setObjectName(_fromUtf8("tabopSpectra"))
316 338 self.gridLayout_5 = QtGui.QGridLayout(self.tabopSpectra)
317 339 self.gridLayout_5.setObjectName(_fromUtf8("gridLayout_5"))
318 self.specOpCebnFFTpoints = QtGui.QCheckBox(self.tabopSpectra)
319 self.specOpCebnFFTpoints.setObjectName(_fromUtf8("specOpCebnFFTpoints"))
320 self.gridLayout_5.addWidget(self.specOpCebnFFTpoints, 0, 0, 1, 2)
321 self.specOpnFFTpoints = QtGui.QLineEdit(self.tabopSpectra)
322 self.specOpnFFTpoints.setObjectName(_fromUtf8("specOpnFFTpoints"))
323 self.gridLayout_5.addWidget(self.specOpnFFTpoints, 0, 2, 1, 3)
340 self.specOpCebCrossSpectra = QtGui.QCheckBox(self.tabopSpectra)
341 self.specOpCebCrossSpectra.setObjectName(_fromUtf8("specOpCebCrossSpectra"))
342 self.gridLayout_5.addWidget(self.specOpCebCrossSpectra, 1, 0, 1, 2)
324 343 self.specOpComChannel = QtGui.QComboBox(self.tabopSpectra)
325 344 self.specOpComChannel.setObjectName(_fromUtf8("specOpComChannel"))
326 345 self.specOpComChannel.addItem(_fromUtf8(""))
327 346 self.specOpComChannel.addItem(_fromUtf8(""))
328 self.gridLayout_5.addWidget(self.specOpComChannel, 3, 0, 1, 2)
347 self.gridLayout_5.addWidget(self.specOpComChannel, 5, 0, 1, 2)
329 348 self.specOpChannel = QtGui.QLineEdit(self.tabopSpectra)
330 349 self.specOpChannel.setObjectName(_fromUtf8("specOpChannel"))
331 self.gridLayout_5.addWidget(self.specOpChannel, 3, 2, 1, 3)
350 self.gridLayout_5.addWidget(self.specOpChannel, 5, 2, 1, 3)
332 351 self.specOpComHeights = QtGui.QComboBox(self.tabopSpectra)
333 352 self.specOpComHeights.setObjectName(_fromUtf8("specOpComHeights"))
334 353 self.specOpComHeights.addItem(_fromUtf8(""))
335 354 self.specOpComHeights.addItem(_fromUtf8(""))
336 self.gridLayout_5.addWidget(self.specOpComHeights, 6, 0, 1, 2)
355 self.gridLayout_5.addWidget(self.specOpComHeights, 8, 0, 1, 2)
337 356 self.specOpHeights = QtGui.QLineEdit(self.tabopSpectra)
338 357 self.specOpHeights.setObjectName(_fromUtf8("specOpHeights"))
339 self.gridLayout_5.addWidget(self.specOpHeights, 6, 2, 1, 3)
358 self.gridLayout_5.addWidget(self.specOpHeights, 8, 2, 1, 3)
340 359 self.specOpCebIncoherent = QtGui.QCheckBox(self.tabopSpectra)
341 360 self.specOpCebIncoherent.setObjectName(_fromUtf8("specOpCebIncoherent"))
342 self.gridLayout_5.addWidget(self.specOpCebIncoherent, 7, 0, 1, 2)
361 self.gridLayout_5.addWidget(self.specOpCebIncoherent, 9, 0, 1, 2)
343 362 self.specOpIncoherent = QtGui.QLineEdit(self.tabopSpectra)
344 363 self.specOpIncoherent.setObjectName(_fromUtf8("specOpIncoherent"))
345 self.gridLayout_5.addWidget(self.specOpIncoherent, 7, 2, 1, 3)
364 self.gridLayout_5.addWidget(self.specOpIncoherent, 9, 2, 1, 3)
346 365 self.specOpCebRemoveDC = QtGui.QCheckBox(self.tabopSpectra)
347 366 self.specOpCebRemoveDC.setObjectName(_fromUtf8("specOpCebRemoveDC"))
348 self.gridLayout_5.addWidget(self.specOpCebRemoveDC, 8, 0, 1, 2)
367 self.gridLayout_5.addWidget(self.specOpCebRemoveDC, 10, 0, 1, 2)
349 368 self.specOpRemoveDC = QtGui.QLineEdit(self.tabopSpectra)
350 369 self.specOpRemoveDC.setObjectName(_fromUtf8("specOpRemoveDC"))
351 self.gridLayout_5.addWidget(self.specOpRemoveDC, 8, 2, 1, 3)
370 self.gridLayout_5.addWidget(self.specOpRemoveDC, 10, 2, 1, 3)
352 371 self.specOpCebRemoveInterference = QtGui.QCheckBox(self.tabopSpectra)
353 372 self.specOpCebRemoveInterference.setObjectName(_fromUtf8("specOpCebRemoveInterference"))
354 self.gridLayout_5.addWidget(self.specOpCebRemoveInterference, 9, 0, 1, 2)
373 self.gridLayout_5.addWidget(self.specOpCebRemoveInterference, 11, 0, 1, 2)
355 374 self.specOpRemoveInterference = QtGui.QLineEdit(self.tabopSpectra)
356 375 self.specOpRemoveInterference.setObjectName(_fromUtf8("specOpRemoveInterference"))
357 self.gridLayout_5.addWidget(self.specOpRemoveInterference, 9, 2, 1, 3)
358 spacerItem10 = QtGui.QSpacerItem(49, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
359 self.gridLayout_5.addItem(spacerItem10, 10, 0, 1, 1)
376 self.gridLayout_5.addWidget(self.specOpRemoveInterference, 11, 2, 1, 3)
377 spacerItem12 = QtGui.QSpacerItem(49, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
378 self.gridLayout_5.addItem(spacerItem12, 12, 0, 1, 1)
360 379 self.specOpOk = QtGui.QPushButton(self.tabopSpectra)
361 380 self.specOpOk.setObjectName(_fromUtf8("specOpOk"))
362 self.gridLayout_5.addWidget(self.specOpOk, 10, 1, 1, 1)
363 spacerItem11 = QtGui.QSpacerItem(46, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
364 self.gridLayout_5.addItem(spacerItem11, 10, 2, 1, 1)
381 self.gridLayout_5.addWidget(self.specOpOk, 12, 1, 1, 1)
382 spacerItem13 = QtGui.QSpacerItem(46, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
383 self.gridLayout_5.addItem(spacerItem13, 12, 2, 1, 1)
365 384 self.pushButton_8 = QtGui.QPushButton(self.tabopSpectra)
366 385 self.pushButton_8.setObjectName(_fromUtf8("pushButton_8"))
367 self.gridLayout_5.addWidget(self.pushButton_8, 10, 3, 1, 1)
368 spacerItem12 = QtGui.QSpacerItem(35, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
369 self.gridLayout_5.addItem(spacerItem12, 10, 4, 1, 1)
386 self.gridLayout_5.addWidget(self.pushButton_8, 12, 3, 1, 1)
387 spacerItem14 = QtGui.QSpacerItem(35, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
388 self.gridLayout_5.addItem(spacerItem14, 12, 4, 1, 1)
370 389 self.specOpCebHeights = QtGui.QCheckBox(self.tabopSpectra)
371 390 self.specOpCebHeights.setObjectName(_fromUtf8("specOpCebHeights"))
372 self.gridLayout_5.addWidget(self.specOpCebHeights, 4, 0, 1, 1)
391 self.gridLayout_5.addWidget(self.specOpCebHeights, 6, 0, 1, 1)
373 392 self.specOpCebChannel = QtGui.QCheckBox(self.tabopSpectra)
374 393 self.specOpCebChannel.setObjectName(_fromUtf8("specOpCebChannel"))
375 self.gridLayout_5.addWidget(self.specOpCebChannel, 2, 0, 1, 1)
376 self.label_31 = QtGui.QLabel(self.tabopSpectra)
377 self.label_31.setObjectName(_fromUtf8("label_31"))
378 self.gridLayout_5.addWidget(self.label_31, 1, 0, 1, 1)
394 self.gridLayout_5.addWidget(self.specOpCebChannel, 4, 0, 1, 1)
379 395 self.specOppairsList = QtGui.QLineEdit(self.tabopSpectra)
380 396 self.specOppairsList.setObjectName(_fromUtf8("specOppairsList"))
381 self.gridLayout_5.addWidget(self.specOppairsList, 1, 2, 1, 3)
397 self.gridLayout_5.addWidget(self.specOppairsList, 3, 2, 1, 3)
398 self.specOpnFFTpoints = QtGui.QLineEdit(self.tabopSpectra)
399 self.specOpnFFTpoints.setObjectName(_fromUtf8("specOpnFFTpoints"))
400 self.gridLayout_5.addWidget(self.specOpnFFTpoints, 0, 2, 1, 3)
401 self.label_31 = QtGui.QLabel(self.tabopSpectra)
402 self.label_31.setObjectName(_fromUtf8("label_31"))
403 self.gridLayout_5.addWidget(self.label_31, 3, 0, 1, 2)
404 self.label_26 = QtGui.QLabel(self.tabopSpectra)
405 self.label_26.setObjectName(_fromUtf8("label_26"))
406 self.gridLayout_5.addWidget(self.label_26, 0, 0, 1, 2)
382 407 self.tabWidgetSpectra.addTab(self.tabopSpectra, _fromUtf8(""))
383 408 self.tabgraphSpectra = QtGui.QWidget()
384 409 self.tabgraphSpectra.setObjectName(_fromUtf8("tabgraphSpectra"))
385 410 self.gridLayout_9 = QtGui.QGridLayout(self.tabgraphSpectra)
386 411 self.gridLayout_9.setObjectName(_fromUtf8("gridLayout_9"))
387 self.label_22 = QtGui.QLabel(self.tabgraphSpectra)
388 self.label_22.setObjectName(_fromUtf8("label_22"))
389 self.gridLayout_9.addWidget(self.label_22, 1, 0, 1, 2)
390 self.specGraphIdFigure = QtGui.QLineEdit(self.tabgraphSpectra)
391 self.specGraphIdFigure.setObjectName(_fromUtf8("specGraphIdFigure"))
392 self.gridLayout_9.addWidget(self.specGraphIdFigure, 1, 2, 1, 5)
412 self.specGraphPowerprofile = QtGui.QCheckBox(self.tabgraphSpectra)
413 self.specGraphPowerprofile.setText(_fromUtf8(""))
414 self.specGraphPowerprofile.setObjectName(_fromUtf8("specGraphPowerprofile"))
415 self.gridLayout_9.addWidget(self.specGraphPowerprofile, 11, 2, 1, 1)
416 self.specGraphSaveRTIfromNoise = QtGui.QCheckBox(self.tabgraphSpectra)
417 self.specGraphSaveRTIfromNoise.setText(_fromUtf8(""))
418 self.specGraphSaveRTIfromNoise.setObjectName(_fromUtf8("specGraphSaveRTIfromNoise"))
419 self.gridLayout_9.addWidget(self.specGraphSaveRTIfromNoise, 10, 5, 1, 1)
420 self.label_43 = QtGui.QLabel(self.tabgraphSpectra)
421 self.label_43.setObjectName(_fromUtf8("label_43"))
422 self.gridLayout_9.addWidget(self.label_43, 4, 2, 1, 2)
423 self.label_42 = QtGui.QLabel(self.tabgraphSpectra)
424 self.label_42.setObjectName(_fromUtf8("label_42"))
425 self.gridLayout_9.addWidget(self.label_42, 8, 0, 1, 1)
393 426 self.label_16 = QtGui.QLabel(self.tabgraphSpectra)
394 427 self.label_16.setObjectName(_fromUtf8("label_16"))
395 self.gridLayout_9.addWidget(self.label_16, 2, 0, 1, 2)
396 self.specGraphWinTitle = QtGui.QLineEdit(self.tabgraphSpectra)
397 self.specGraphWinTitle.setObjectName(_fromUtf8("specGraphWinTitle"))
398 self.gridLayout_9.addWidget(self.specGraphWinTitle, 2, 2, 1, 5)
428 self.gridLayout_9.addWidget(self.label_16, 18, 0, 1, 1)
399 429 self.label_17 = QtGui.QLabel(self.tabgraphSpectra)
400 430 self.label_17.setObjectName(_fromUtf8("label_17"))
401 self.gridLayout_9.addWidget(self.label_17, 3, 0, 1, 2)
402 self.specGraphChannelList = QtGui.QLineEdit(self.tabgraphSpectra)
403 self.specGraphChannelList.setObjectName(_fromUtf8("specGraphChannelList"))
404 self.gridLayout_9.addWidget(self.specGraphChannelList, 3, 2, 1, 5)
431 self.gridLayout_9.addWidget(self.label_17, 19, 0, 1, 1)
405 432 self.label_18 = QtGui.QLabel(self.tabgraphSpectra)
406 433 self.label_18.setObjectName(_fromUtf8("label_18"))
407 self.gridLayout_9.addWidget(self.label_18, 4, 0, 1, 2)
408 self.specGgraphxrange = QtGui.QLineEdit(self.tabgraphSpectra)
409 self.specGgraphxrange.setObjectName(_fromUtf8("specGgraphxrange"))
410 self.gridLayout_9.addWidget(self.specGgraphxrange, 4, 2, 1, 5)
411 self.label_19 = QtGui.QLabel(self.tabgraphSpectra)
412 self.label_19.setObjectName(_fromUtf8("label_19"))
413 self.gridLayout_9.addWidget(self.label_19, 5, 0, 1, 2)
414 self.specGgraphyrange = QtGui.QLineEdit(self.tabgraphSpectra)
415 self.specGgraphyrange.setObjectName(_fromUtf8("specGgraphyrange"))
416 self.gridLayout_9.addWidget(self.specGgraphyrange, 5, 2, 1, 5)
434 self.gridLayout_9.addWidget(self.label_18, 20, 0, 1, 1)
417 435 self.label_21 = QtGui.QLabel(self.tabgraphSpectra)
418 436 self.label_21.setObjectName(_fromUtf8("label_21"))
419 self.gridLayout_9.addWidget(self.label_21, 6, 0, 1, 2)
420 self.specGgraphzrange = QtGui.QLineEdit(self.tabgraphSpectra)
421 self.specGgraphzrange.setObjectName(_fromUtf8("specGgraphzrange"))
422 self.gridLayout_9.addWidget(self.specGgraphzrange, 6, 2, 1, 5)
423 self.label_20 = QtGui.QLabel(self.tabgraphSpectra)
424 self.label_20.setObjectName(_fromUtf8("label_20"))
425 self.gridLayout_9.addWidget(self.label_20, 7, 0, 1, 2)
426 self.specGraphTimeRange = QtGui.QLineEdit(self.tabgraphSpectra)
427 self.specGraphTimeRange.setObjectName(_fromUtf8("specGraphTimeRange"))
428 self.gridLayout_9.addWidget(self.specGraphTimeRange, 7, 2, 1, 5)
429 self.specGraphCebSave = QtGui.QCheckBox(self.tabgraphSpectra)
430 self.specGraphCebSave.setObjectName(_fromUtf8("specGraphCebSave"))
431 self.gridLayout_9.addWidget(self.specGraphCebSave, 8, 0, 1, 2)
432 spacerItem13 = QtGui.QSpacerItem(197, 16, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
433 self.gridLayout_9.addItem(spacerItem13, 8, 2, 1, 5)
437 self.gridLayout_9.addWidget(self.label_21, 22, 0, 1, 1)
438 self.specGgraphFreq = QtGui.QLineEdit(self.tabgraphSpectra)
439 self.specGgraphFreq.setObjectName(_fromUtf8("specGgraphFreq"))
440 self.gridLayout_9.addWidget(self.specGgraphFreq, 16, 1, 1, 6)
441 self.specGgraphHeight = QtGui.QLineEdit(self.tabgraphSpectra)
442 self.specGgraphHeight.setObjectName(_fromUtf8("specGgraphHeight"))
443 self.gridLayout_9.addWidget(self.specGgraphHeight, 18, 1, 1, 6)
444 spacerItem15 = QtGui.QSpacerItem(49, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
445 self.gridLayout_9.addItem(spacerItem15, 27, 0, 1, 1)
446 self.specGraphOk = QtGui.QPushButton(self.tabgraphSpectra)
447 self.specGraphOk.setObjectName(_fromUtf8("specGraphOk"))
448 self.gridLayout_9.addWidget(self.specGraphOk, 27, 1, 1, 2)
449 spacerItem16 = QtGui.QSpacerItem(39, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
450 self.gridLayout_9.addItem(spacerItem16, 27, 3, 1, 1)
451 self.specGraphClear = QtGui.QPushButton(self.tabgraphSpectra)
452 self.specGraphClear.setObjectName(_fromUtf8("specGraphClear"))
453 self.gridLayout_9.addWidget(self.specGraphClear, 27, 4, 1, 1)
454 spacerItem17 = QtGui.QSpacerItem(28, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
455 self.gridLayout_9.addItem(spacerItem17, 27, 5, 1, 2)
456 self.specGraphSaveCoherencemap = QtGui.QCheckBox(self.tabgraphSpectra)
457 self.specGraphSaveCoherencemap.setText(_fromUtf8(""))
458 self.specGraphSaveCoherencemap.setObjectName(_fromUtf8("specGraphSaveCoherencemap"))
459 self.gridLayout_9.addWidget(self.specGraphSaveCoherencemap, 9, 5, 1, 1)
460 self.specGraphCebCoherencmap = QtGui.QCheckBox(self.tabgraphSpectra)
461 self.specGraphCebCoherencmap.setText(_fromUtf8(""))
462 self.specGraphCebCoherencmap.setObjectName(_fromUtf8("specGraphCebCoherencmap"))
463 self.gridLayout_9.addWidget(self.specGraphCebCoherencmap, 9, 2, 1, 1)
434 464 self.label_24 = QtGui.QLabel(self.tabgraphSpectra)
435 465 self.label_24.setObjectName(_fromUtf8("label_24"))
436 self.gridLayout_9.addWidget(self.label_24, 9, 0, 1, 2)
466 self.gridLayout_9.addWidget(self.label_24, 0, 0, 1, 1)
467 self.specGraphPrefix = QtGui.QLineEdit(self.tabgraphSpectra)
468 self.specGraphPrefix.setObjectName(_fromUtf8("specGraphPrefix"))
469 self.gridLayout_9.addWidget(self.specGraphPrefix, 2, 1, 1, 6)
470 self.specGgraphDbsrange = QtGui.QLineEdit(self.tabgraphSpectra)
471 self.specGgraphDbsrange.setObjectName(_fromUtf8("specGgraphDbsrange"))
472 self.gridLayout_9.addWidget(self.specGgraphDbsrange, 19, 1, 1, 6)
473 self.label_46 = QtGui.QLabel(self.tabgraphSpectra)
474 self.label_46.setObjectName(_fromUtf8("label_46"))
475 self.gridLayout_9.addWidget(self.label_46, 11, 0, 1, 1)
476 self.label_40 = QtGui.QLabel(self.tabgraphSpectra)
477 self.label_40.setObjectName(_fromUtf8("label_40"))
478 self.gridLayout_9.addWidget(self.label_40, 6, 0, 1, 2)
479 self.label_22 = QtGui.QLabel(self.tabgraphSpectra)
480 self.label_22.setObjectName(_fromUtf8("label_22"))
481 self.gridLayout_9.addWidget(self.label_22, 16, 0, 1, 1)
437 482 self.specGraphPath = QtGui.QLineEdit(self.tabgraphSpectra)
438 483 self.specGraphPath.setObjectName(_fromUtf8("specGraphPath"))
439 self.gridLayout_9.addWidget(self.specGraphPath, 9, 2, 1, 4)
484 self.gridLayout_9.addWidget(self.specGraphPath, 0, 1, 1, 5)
485 self.specGgraphPhaserange = QtGui.QLineEdit(self.tabgraphSpectra)
486 self.specGgraphPhaserange.setObjectName(_fromUtf8("specGgraphPhaserange"))
487 self.gridLayout_9.addWidget(self.specGgraphPhaserange, 22, 1, 1, 6)
488 self.label_45 = QtGui.QLabel(self.tabgraphSpectra)
489 self.label_45.setObjectName(_fromUtf8("label_45"))
490 self.gridLayout_9.addWidget(self.label_45, 10, 0, 1, 1)
491 self.specGraphCebRTIplot = QtGui.QCheckBox(self.tabgraphSpectra)
492 self.specGraphCebRTIplot.setText(_fromUtf8(""))
493 self.specGraphCebRTIplot.setObjectName(_fromUtf8("specGraphCebRTIplot"))
494 self.gridLayout_9.addWidget(self.specGraphCebRTIplot, 8, 2, 1, 1)
495 self.specGgraphmagnitud = QtGui.QLineEdit(self.tabgraphSpectra)
496 self.specGgraphmagnitud.setObjectName(_fromUtf8("specGgraphmagnitud"))
497 self.gridLayout_9.addWidget(self.specGgraphmagnitud, 20, 1, 1, 6)
498 self.specGraphCebCrossSpectraplot = QtGui.QCheckBox(self.tabgraphSpectra)
499 self.specGraphCebCrossSpectraplot.setText(_fromUtf8(""))
500 self.specGraphCebCrossSpectraplot.setObjectName(_fromUtf8("specGraphCebCrossSpectraplot"))
501 self.gridLayout_9.addWidget(self.specGraphCebCrossSpectraplot, 7, 2, 1, 1)
502 self.label_41 = QtGui.QLabel(self.tabgraphSpectra)
503 self.label_41.setObjectName(_fromUtf8("label_41"))
504 self.gridLayout_9.addWidget(self.label_41, 7, 0, 1, 1)
505 self.specGraphRTIfromnoise = QtGui.QCheckBox(self.tabgraphSpectra)
506 self.specGraphRTIfromnoise.setText(_fromUtf8(""))
507 self.specGraphRTIfromnoise.setObjectName(_fromUtf8("specGraphRTIfromnoise"))
508 self.gridLayout_9.addWidget(self.specGraphRTIfromnoise, 10, 2, 1, 1)
509 self.specGraphSaveCross = QtGui.QCheckBox(self.tabgraphSpectra)
510 self.specGraphSaveCross.setText(_fromUtf8(""))
511 self.specGraphSaveCross.setObjectName(_fromUtf8("specGraphSaveCross"))
512 self.gridLayout_9.addWidget(self.specGraphSaveCross, 7, 5, 1, 1)
513 self.label_44 = QtGui.QLabel(self.tabgraphSpectra)
514 self.label_44.setObjectName(_fromUtf8("label_44"))
515 self.gridLayout_9.addWidget(self.label_44, 9, 0, 1, 1)
516 self.specGraphSavePowerprofile = QtGui.QCheckBox(self.tabgraphSpectra)
517 self.specGraphSavePowerprofile.setText(_fromUtf8(""))
518 self.specGraphSavePowerprofile.setObjectName(_fromUtf8("specGraphSavePowerprofile"))
519 self.gridLayout_9.addWidget(self.specGraphSavePowerprofile, 11, 5, 1, 1)
520 self.specGraphSaveRTIplot = QtGui.QCheckBox(self.tabgraphSpectra)
521 self.specGraphSaveRTIplot.setText(_fromUtf8(""))
522 self.specGraphSaveRTIplot.setObjectName(_fromUtf8("specGraphSaveRTIplot"))
523 self.gridLayout_9.addWidget(self.specGraphSaveRTIplot, 8, 5, 1, 1)
524 self.specGraphCebSpectraplot = QtGui.QCheckBox(self.tabgraphSpectra)
525 self.specGraphCebSpectraplot.setText(_fromUtf8(""))
526 self.specGraphCebSpectraplot.setObjectName(_fromUtf8("specGraphCebSpectraplot"))
527 self.gridLayout_9.addWidget(self.specGraphCebSpectraplot, 6, 2, 1, 1)
528 self.label_47 = QtGui.QLabel(self.tabgraphSpectra)
529 self.label_47.setObjectName(_fromUtf8("label_47"))
530 self.gridLayout_9.addWidget(self.label_47, 4, 5, 1, 1)
531 self.specGraphSaveSpectra = QtGui.QCheckBox(self.tabgraphSpectra)
532 self.specGraphSaveSpectra.setText(_fromUtf8(""))
533 self.specGraphSaveSpectra.setObjectName(_fromUtf8("specGraphSaveSpectra"))
534 self.gridLayout_9.addWidget(self.specGraphSaveSpectra, 6, 5, 1, 1)
535 self.specGgraphTimeRange = QtGui.QLineEdit(self.tabgraphSpectra)
536 self.specGgraphTimeRange.setObjectName(_fromUtf8("specGgraphTimeRange"))
537 self.gridLayout_9.addWidget(self.specGgraphTimeRange, 21, 1, 1, 6)
440 538 self.specGraphToolPath = QtGui.QToolButton(self.tabgraphSpectra)
441 539 self.specGraphToolPath.setObjectName(_fromUtf8("specGraphToolPath"))
442 self.gridLayout_9.addWidget(self.specGraphToolPath, 9, 6, 1, 1)
540 self.gridLayout_9.addWidget(self.specGraphToolPath, 0, 6, 1, 1)
541 self.label_20 = QtGui.QLabel(self.tabgraphSpectra)
542 self.label_20.setObjectName(_fromUtf8("label_20"))
543 self.gridLayout_9.addWidget(self.label_20, 21, 0, 1, 1)
544 self.specGraphSaveCCF = QtGui.QCheckBox(self.tabgraphSpectra)
545 self.specGraphSaveCCF.setText(_fromUtf8(""))
546 self.specGraphSaveCCF.setObjectName(_fromUtf8("specGraphSaveCCF"))
547 self.gridLayout_9.addWidget(self.specGraphSaveCCF, 13, 5, 1, 1)
548 self.specGraphPhase = QtGui.QCheckBox(self.tabgraphSpectra)
549 self.specGraphPhase.setText(_fromUtf8(""))
550 self.specGraphPhase.setObjectName(_fromUtf8("specGraphPhase"))
551 self.gridLayout_9.addWidget(self.specGraphPhase, 12, 2, 1, 1)
552 self.label_19 = QtGui.QLabel(self.tabgraphSpectra)
553 self.label_19.setObjectName(_fromUtf8("label_19"))
554 self.gridLayout_9.addWidget(self.label_19, 12, 0, 1, 1)
555 self.label_48 = QtGui.QLabel(self.tabgraphSpectra)
556 self.label_48.setObjectName(_fromUtf8("label_48"))
557 self.gridLayout_9.addWidget(self.label_48, 13, 0, 1, 1)
558 self.specGraphSavePhase = QtGui.QCheckBox(self.tabgraphSpectra)
559 self.specGraphSavePhase.setText(_fromUtf8(""))
560 self.specGraphSavePhase.setObjectName(_fromUtf8("specGraphSavePhase"))
561 self.gridLayout_9.addWidget(self.specGraphSavePhase, 12, 5, 1, 1)
562 self.specGraphCCF = QtGui.QCheckBox(self.tabgraphSpectra)
563 self.specGraphCCF.setText(_fromUtf8(""))
564 self.specGraphCCF.setObjectName(_fromUtf8("specGraphCCF"))
565 self.gridLayout_9.addWidget(self.specGraphCCF, 13, 2, 1, 1)
566 spacerItem18 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
567 self.gridLayout_9.addItem(spacerItem18, 14, 2, 1, 1)
568 spacerItem19 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
569 self.gridLayout_9.addItem(spacerItem19, 3, 2, 1, 1)
443 570 self.label_25 = QtGui.QLabel(self.tabgraphSpectra)
444 571 self.label_25.setObjectName(_fromUtf8("label_25"))
445 self.gridLayout_9.addWidget(self.label_25, 10, 0, 1, 2)
446 spacerItem14 = QtGui.QSpacerItem(49, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
447 self.gridLayout_9.addItem(spacerItem14, 11, 0, 1, 1)
448 self.specGraphOk = QtGui.QPushButton(self.tabgraphSpectra)
449 self.specGraphOk.setObjectName(_fromUtf8("specGraphOk"))
450 self.gridLayout_9.addWidget(self.specGraphOk, 11, 1, 1, 2)
451 spacerItem15 = QtGui.QSpacerItem(39, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
452 self.gridLayout_9.addItem(spacerItem15, 11, 3, 1, 1)
453 self.specGraphClear = QtGui.QPushButton(self.tabgraphSpectra)
454 self.specGraphClear.setObjectName(_fromUtf8("specGraphClear"))
455 self.gridLayout_9.addWidget(self.specGraphClear, 11, 4, 1, 1)
456 spacerItem16 = QtGui.QSpacerItem(28, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
457 self.gridLayout_9.addItem(spacerItem16, 11, 5, 1, 2)
458 self.specGraphPrefix = QtGui.QLineEdit(self.tabgraphSpectra)
459 self.specGraphPrefix.setObjectName(_fromUtf8("specGraphPrefix"))
460 self.gridLayout_9.addWidget(self.specGraphPrefix, 10, 2, 1, 5)
461 self.specGraphComType = QtGui.QComboBox(self.tabgraphSpectra)
462 self.specGraphComType.setObjectName(_fromUtf8("specGraphComType"))
463 self.specGraphComType.addItem(_fromUtf8(""))
464 self.specGraphComType.setItemText(0, _fromUtf8(""))
465 self.specGraphComType.addItem(_fromUtf8(""))
466 self.specGraphComType.addItem(_fromUtf8(""))
467 self.specGraphComType.addItem(_fromUtf8(""))
468 self.specGraphComType.addItem(_fromUtf8(""))
469 self.specGraphComType.addItem(_fromUtf8(""))
470 self.specGraphComType.addItem(_fromUtf8(""))
471 self.gridLayout_9.addWidget(self.specGraphComType, 0, 2, 1, 5)
472 self.label_14 = QtGui.QLabel(self.tabgraphSpectra)
473 self.label_14.setObjectName(_fromUtf8("label_14"))
474 self.gridLayout_9.addWidget(self.label_14, 0, 0, 1, 2)
572 self.gridLayout_9.addWidget(self.label_25, 2, 0, 1, 1)
573 self.label_6 = QtGui.QLabel(self.tabgraphSpectra)
574 self.label_6.setObjectName(_fromUtf8("label_6"))
575 self.gridLayout_9.addWidget(self.label_6, 15, 0, 1, 1)
576 self.specGgraphChannelList = QtGui.QLineEdit(self.tabgraphSpectra)
577 self.specGgraphChannelList.setObjectName(_fromUtf8("specGgraphChannelList"))
578 self.gridLayout_9.addWidget(self.specGgraphChannelList, 15, 1, 1, 6)
475 579 self.tabWidgetSpectra.addTab(self.tabgraphSpectra, _fromUtf8(""))
476 self.gridLayout_7.addWidget(self.tabWidgetSpectra, 3, 3, 1, 1)
580 self.taboutputSpectra = QtGui.QWidget()
581 self.taboutputSpectra.setObjectName(_fromUtf8("taboutputSpectra"))
582 self.gridLayout_11 = QtGui.QGridLayout(self.taboutputSpectra)
583 self.gridLayout_11.setObjectName(_fromUtf8("gridLayout_11"))
584 self.label_39 = QtGui.QLabel(self.taboutputSpectra)
585 self.label_39.setObjectName(_fromUtf8("label_39"))
586 self.gridLayout_11.addWidget(self.label_39, 0, 0, 1, 1)
587 self.specOutputComData = QtGui.QComboBox(self.taboutputSpectra)
588 self.specOutputComData.setObjectName(_fromUtf8("specOutputComData"))
589 self.specOutputComData.addItem(_fromUtf8(""))
590 self.specOutputComData.addItem(_fromUtf8(""))
591 self.gridLayout_11.addWidget(self.specOutputComData, 0, 1, 1, 2)
592 self.label_34 = QtGui.QLabel(self.taboutputSpectra)
593 self.label_34.setObjectName(_fromUtf8("label_34"))
594 self.gridLayout_11.addWidget(self.label_34, 1, 0, 1, 1)
595 self.specOutputPath = QtGui.QLineEdit(self.taboutputSpectra)
596 self.specOutputPath.setObjectName(_fromUtf8("specOutputPath"))
597 self.gridLayout_11.addWidget(self.specOutputPath, 1, 1, 1, 1)
598 self.specOutputToolPath = QtGui.QToolButton(self.taboutputSpectra)
599 self.specOutputToolPath.setObjectName(_fromUtf8("specOutputToolPath"))
600 self.gridLayout_11.addWidget(self.specOutputToolPath, 1, 2, 1, 1)
601 self.label_35 = QtGui.QLabel(self.taboutputSpectra)
602 self.label_35.setObjectName(_fromUtf8("label_35"))
603 self.gridLayout_11.addWidget(self.label_35, 2, 0, 1, 1)
604 self.specOutputSufix = QtGui.QLineEdit(self.taboutputSpectra)
605 self.specOutputSufix.setObjectName(_fromUtf8("specOutputSufix"))
606 self.gridLayout_11.addWidget(self.specOutputSufix, 2, 1, 1, 1)
607 spacerItem20 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
608 self.gridLayout_11.addItem(spacerItem20, 3, 1, 1, 1)
609 self.tabWidgetSpectra.addTab(self.taboutputSpectra, _fromUtf8(""))
610 self.gridLayout_7.addWidget(self.tabWidgetSpectra, 0, 0, 1, 1)
477 611 self.tabWidgetProject.addTab(self.tabSpectra, _fromUtf8(""))
478 612 self.tabCorrelation = QtGui.QWidget()
479 613 self.tabCorrelation.setObjectName(_fromUtf8("tabCorrelation"))
614 self.gridLayout_13 = QtGui.QGridLayout(self.tabCorrelation)
615 self.gridLayout_13.setObjectName(_fromUtf8("gridLayout_13"))
616 self.tabWidget_2 = QtGui.QTabWidget(self.tabCorrelation)
617 self.tabWidget_2.setObjectName(_fromUtf8("tabWidget_2"))
618 self.tabopCorrelation = QtGui.QWidget()
619 self.tabopCorrelation.setObjectName(_fromUtf8("tabopCorrelation"))
620 self.tabWidget_2.addTab(self.tabopCorrelation, _fromUtf8(""))
621 self.tabopCorrelation1 = QtGui.QWidget()
622 self.tabopCorrelation1.setObjectName(_fromUtf8("tabopCorrelation1"))
623 self.tabWidget_2.addTab(self.tabopCorrelation1, _fromUtf8(""))
624 self.gridLayout_13.addWidget(self.tabWidget_2, 0, 0, 1, 1)
480 625 self.tabWidgetProject.addTab(self.tabCorrelation, _fromUtf8(""))
481 626 self.tabConsole = QtGui.QTabWidget(self.splitter)
482 627 self.tabConsole.setMinimumSize(QtCore.QSize(0, 0))
@@ -505,7 +650,7 class Ui_MainWindow(object):
505 650 self.toolBar.setObjectName(_fromUtf8("toolBar"))
506 651 MainWindow.addToolBar(QtCore.Qt.TopToolBarArea, self.toolBar)
507 652 self.menuBar = QtGui.QMenuBar(MainWindow)
508 self.menuBar.setGeometry(QtCore.QRect(0, 0, 753, 21))
653 self.menuBar.setGeometry(QtCore.QRect(0, 0, 780, 21))
509 654 self.menuBar.setObjectName(_fromUtf8("menuBar"))
510 655 self.menuProject = QtGui.QMenu(self.menuBar)
511 656 self.menuProject.setObjectName(_fromUtf8("menuProject"))
@@ -581,6 +726,7 class Ui_MainWindow(object):
581 726 self.tabWidgetProject.setCurrentIndex(0)
582 727 self.tabWidgetVoltage.setCurrentIndex(0)
583 728 self.tabWidgetSpectra.setCurrentIndex(0)
729 self.tabWidget_2.setCurrentIndex(0)
584 730 self.tabConsole.setCurrentIndex(0)
585 731 self.tabWidget.setCurrentIndex(0)
586 732 QtCore.QMetaObject.connectSlotsByName(MainWindow)
@@ -635,23 +781,27 class Ui_MainWindow(object):
635 781 self.volOpClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8))
636 782 self.volOpCebCohInt.setText(QtGui.QApplication.translate("MainWindow", "Coherent Integration", None, QtGui.QApplication.UnicodeUTF8))
637 783 self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tabopVoltage), QtGui.QApplication.translate("MainWindow", "Operation", None, QtGui.QApplication.UnicodeUTF8))
638 self.label_9.setText(QtGui.QApplication.translate("MainWindow", "xmin , xmax", None, QtGui.QApplication.UnicodeUTF8))
639 self.volGraphComType.setItemText(1, QtGui.QApplication.translate("MainWindow", "Scope", None, QtGui.QApplication.UnicodeUTF8))
640 self.label_10.setText(QtGui.QApplication.translate("MainWindow", "ymin , y max", None, QtGui.QApplication.UnicodeUTF8))
641 self.label_13.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8))
642 self.volGraphCebSave.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8))
643 self.label_6.setText(QtGui.QApplication.translate("MainWindow", "Type", None, QtGui.QApplication.UnicodeUTF8))
644 self.label_8.setText(QtGui.QApplication.translate("MainWindow", "Channel List", None, QtGui.QApplication.UnicodeUTF8))
784 self.label_12.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8))
645 785 self.volGraphClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8))
646 786 self.volGraphOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
787 self.label_13.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8))
647 788 self.volGraphToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
648 self.label_12.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8))
649 self.label_7.setText(QtGui.QApplication.translate("MainWindow", "Wintitle", None, QtGui.QApplication.UnicodeUTF8))
650 self.label_29.setText(QtGui.QApplication.translate("MainWindow", "IdFigure", None, QtGui.QApplication.UnicodeUTF8))
789 self.label_50.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8))
790 self.label_8.setText(QtGui.QApplication.translate("MainWindow", "Channel List", None, QtGui.QApplication.UnicodeUTF8))
791 self.label_49.setText(QtGui.QApplication.translate("MainWindow", "Show", None, QtGui.QApplication.UnicodeUTF8))
792 self.label_52.setText(QtGui.QApplication.translate("MainWindow", "Height range", None, QtGui.QApplication.UnicodeUTF8))
793 self.label_14.setText(QtGui.QApplication.translate("MainWindow", "Scope", None, QtGui.QApplication.UnicodeUTF8))
794 self.label_51.setText(QtGui.QApplication.translate("MainWindow", "Freq/Vel", None, QtGui.QApplication.UnicodeUTF8))
651 795 self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tabgraphVoltage), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8))
652 self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tab_10), QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8))
796 self.label_36.setText(QtGui.QApplication.translate("MainWindow", "Dataformat:", None, QtGui.QApplication.UnicodeUTF8))
797 self.label_37.setText(QtGui.QApplication.translate("MainWindow", "Path:", None, QtGui.QApplication.UnicodeUTF8))
798 self.volOutputToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
799 self.label_38.setText(QtGui.QApplication.translate("MainWindow", "Sufix:", None, QtGui.QApplication.UnicodeUTF8))
800 self.volOutputComData.setItemText(0, QtGui.QApplication.translate("MainWindow", ".rawdata", None, QtGui.QApplication.UnicodeUTF8))
801 self.volOutputComData.setItemText(1, QtGui.QApplication.translate("MainWindow", ".fits", None, QtGui.QApplication.UnicodeUTF8))
802 self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.taboutputVoltage), QtGui.QApplication.translate("MainWindow", "Output", None, QtGui.QApplication.UnicodeUTF8))
653 803 self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabVoltage), QtGui.QApplication.translate("MainWindow", "Voltage", None, QtGui.QApplication.UnicodeUTF8))
654 self.specOpCebnFFTpoints.setText(QtGui.QApplication.translate("MainWindow", "nFFTPoints", None, QtGui.QApplication.UnicodeUTF8))
804 self.specOpCebCrossSpectra.setText(QtGui.QApplication.translate("MainWindow", "Select Cross Spectra", None, QtGui.QApplication.UnicodeUTF8))
655 805 self.specOpComChannel.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8))
656 806 self.specOpComChannel.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8))
657 807 self.specOpComHeights.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8))
@@ -663,30 +813,42 class Ui_MainWindow(object):
663 813 self.pushButton_8.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8))
664 814 self.specOpCebHeights.setText(QtGui.QApplication.translate("MainWindow", "Select Heights", None, QtGui.QApplication.UnicodeUTF8))
665 815 self.specOpCebChannel.setText(QtGui.QApplication.translate("MainWindow", "Select Channel", None, QtGui.QApplication.UnicodeUTF8))
666 self.label_31.setText(QtGui.QApplication.translate("MainWindow", " pairsList", None, QtGui.QApplication.UnicodeUTF8))
816 self.label_31.setText(QtGui.QApplication.translate("MainWindow", "x-y pairs", None, QtGui.QApplication.UnicodeUTF8))
817 self.label_26.setText(QtGui.QApplication.translate("MainWindow", "nFFTPoints", None, QtGui.QApplication.UnicodeUTF8))
667 818 self.tabWidgetSpectra.setTabText(self.tabWidgetSpectra.indexOf(self.tabopSpectra), QtGui.QApplication.translate("MainWindow", "Operation", None, QtGui.QApplication.UnicodeUTF8))
668 self.label_22.setText(QtGui.QApplication.translate("MainWindow", "IdFigure", None, QtGui.QApplication.UnicodeUTF8))
669 self.label_16.setText(QtGui.QApplication.translate("MainWindow", "Wintitle", None, QtGui.QApplication.UnicodeUTF8))
670 self.label_17.setText(QtGui.QApplication.translate("MainWindow", "Channel List", None, QtGui.QApplication.UnicodeUTF8))
671 self.label_18.setText(QtGui.QApplication.translate("MainWindow", "xmin ,xmax", None, QtGui.QApplication.UnicodeUTF8))
672 self.label_19.setText(QtGui.QApplication.translate("MainWindow", "ymin , ymax", None, QtGui.QApplication.UnicodeUTF8))
673 self.label_21.setText(QtGui.QApplication.translate("MainWindow", "zmin, zmax", None, QtGui.QApplication.UnicodeUTF8))
674 self.label_20.setText(QtGui.QApplication.translate("MainWindow", "Time Range", None, QtGui.QApplication.UnicodeUTF8))
675 self.specGraphCebSave.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8))
819 self.label_43.setText(QtGui.QApplication.translate("MainWindow", "Show", None, QtGui.QApplication.UnicodeUTF8))
820 self.label_42.setText(QtGui.QApplication.translate("MainWindow", "RTI Plot", None, QtGui.QApplication.UnicodeUTF8))
821 self.label_16.setText(QtGui.QApplication.translate("MainWindow", "Height range:", None, QtGui.QApplication.UnicodeUTF8))
822 self.label_17.setText(QtGui.QApplication.translate("MainWindow", "Dbs range:", None, QtGui.QApplication.UnicodeUTF8))
823 self.label_18.setText(QtGui.QApplication.translate("MainWindow", "magnitud [0-1]", None, QtGui.QApplication.UnicodeUTF8))
824 self.label_21.setText(QtGui.QApplication.translate("MainWindow", "Phase range", None, QtGui.QApplication.UnicodeUTF8))
825 self.specGraphOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
826 self.specGraphClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8))
676 827 self.label_24.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8))
828 self.label_46.setText(QtGui.QApplication.translate("MainWindow", "Power Profile", None, QtGui.QApplication.UnicodeUTF8))
829 self.label_40.setText(QtGui.QApplication.translate("MainWindow", "Spectra Plot", None, QtGui.QApplication.UnicodeUTF8))
830 self.label_22.setText(QtGui.QApplication.translate("MainWindow", "Freq/Vel:", None, QtGui.QApplication.UnicodeUTF8))
831 self.label_45.setText(QtGui.QApplication.translate("MainWindow", "RTI from Noise", None, QtGui.QApplication.UnicodeUTF8))
832 self.label_41.setText(QtGui.QApplication.translate("MainWindow", "Cross Spectra Plot", None, QtGui.QApplication.UnicodeUTF8))
833 self.label_44.setText(QtGui.QApplication.translate("MainWindow", "Coherence Map", None, QtGui.QApplication.UnicodeUTF8))
834 self.label_47.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8))
677 835 self.specGraphToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
836 self.label_20.setText(QtGui.QApplication.translate("MainWindow", "Time Range", None, QtGui.QApplication.UnicodeUTF8))
837 self.label_19.setText(QtGui.QApplication.translate("MainWindow", "Phase", None, QtGui.QApplication.UnicodeUTF8))
838 self.label_48.setText(QtGui.QApplication.translate("MainWindow", "CCF", None, QtGui.QApplication.UnicodeUTF8))
678 839 self.label_25.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8))
679 self.specGraphOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8))
680 self.specGraphClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8))
681 self.specGraphComType.setItemText(1, QtGui.QApplication.translate("MainWindow", "SpectraPlot", None, QtGui.QApplication.UnicodeUTF8))
682 self.specGraphComType.setItemText(2, QtGui.QApplication.translate("MainWindow", "CrossSpectraPlot", None, QtGui.QApplication.UnicodeUTF8))
683 self.specGraphComType.setItemText(3, QtGui.QApplication.translate("MainWindow", "RTIplot", None, QtGui.QApplication.UnicodeUTF8))
684 self.specGraphComType.setItemText(4, QtGui.QApplication.translate("MainWindow", "CoherenceMap", None, QtGui.QApplication.UnicodeUTF8))
685 self.specGraphComType.setItemText(5, QtGui.QApplication.translate("MainWindow", "RTIfromNoise", None, QtGui.QApplication.UnicodeUTF8))
686 self.specGraphComType.setItemText(6, QtGui.QApplication.translate("MainWindow", "ProfilePlot", None, QtGui.QApplication.UnicodeUTF8))
687 self.label_14.setText(QtGui.QApplication.translate("MainWindow", "Type", None, QtGui.QApplication.UnicodeUTF8))
840 self.label_6.setText(QtGui.QApplication.translate("MainWindow", "Channel List", None, QtGui.QApplication.UnicodeUTF8))
688 841 self.tabWidgetSpectra.setTabText(self.tabWidgetSpectra.indexOf(self.tabgraphSpectra), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8))
842 self.label_39.setText(QtGui.QApplication.translate("MainWindow", "Data Format:", None, QtGui.QApplication.UnicodeUTF8))
843 self.specOutputComData.setItemText(0, QtGui.QApplication.translate("MainWindow", ".pdata", None, QtGui.QApplication.UnicodeUTF8))
844 self.specOutputComData.setItemText(1, QtGui.QApplication.translate("MainWindow", ".fits", None, QtGui.QApplication.UnicodeUTF8))
845 self.label_34.setText(QtGui.QApplication.translate("MainWindow", "Path:", None, QtGui.QApplication.UnicodeUTF8))
846 self.specOutputToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
847 self.label_35.setText(QtGui.QApplication.translate("MainWindow", "Sufix:", None, QtGui.QApplication.UnicodeUTF8))
848 self.tabWidgetSpectra.setTabText(self.tabWidgetSpectra.indexOf(self.taboutputSpectra), QtGui.QApplication.translate("MainWindow", "Output", None, QtGui.QApplication.UnicodeUTF8))
689 849 self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabSpectra), QtGui.QApplication.translate("MainWindow", "Spectra", None, QtGui.QApplication.UnicodeUTF8))
850 self.tabWidget_2.setTabText(self.tabWidget_2.indexOf(self.tabopCorrelation), QtGui.QApplication.translate("MainWindow", "Operation", None, QtGui.QApplication.UnicodeUTF8))
851 self.tabWidget_2.setTabText(self.tabWidget_2.indexOf(self.tabopCorrelation1), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8))
690 852 self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabCorrelation), QtGui.QApplication.translate("MainWindow", "Correlation", None, QtGui.QApplication.UnicodeUTF8))
691 853 self.tabConsole.setTabText(self.tabConsole.indexOf(self.tab_5), QtGui.QApplication.translate("MainWindow", "Console", None, QtGui.QApplication.UnicodeUTF8))
692 854 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabProjectProperty), QtGui.QApplication.translate("MainWindow", "Project Property", None, QtGui.QApplication.UnicodeUTF8))
@@ -714,14 +876,7 class Ui_MainWindow(object):
714 876 self.actionStopToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Stop", None, QtGui.QApplication.UnicodeUTF8))
715 877
716 878
717 if __name__ == "__main__":
718 import sys
719 app = QtGui.QApplication(sys.argv)
720 MainWindow = QtGui.QMainWindow()
721 ui = Ui_MainWindow()
722 ui.setupUi(MainWindow)
723 MainWindow.show()
724 sys.exit(app.exec_())
879
725 880
726 881
727 882 class Ui_BasicWindow(Ui_MainWindow):
@@ -756,4 +911,3 if __name__ == "__main__":
756 911 ui.setupUi(MainWindow)
757 912 MainWindow.show()
758 913 sys.exit(app.exec_())
759
General Comments 0
You need to be logged in to leave comments. Login now