This diff has been collapsed as it changes many lines, (584 lines changed) Show them Hide them | |||||
@@ -1,8 +1,8 | |||||
1 | # -*- coding: utf-8 -*- |
|
1 | # -*- coding: utf-8 -*- | |
2 |
|
2 | |||
3 |
# Form implementation generated from reading ui file 'C:\Users\alex\ericworkspace\UIDOS\MainWindow_21_02_13_v1 |
|
3 | # Form implementation generated from reading ui file 'C:\Users\alex\ericworkspace\UIDOS\MainWindow_21_02_13_v18.ui' | |
4 | # |
|
4 | # | |
5 |
# Created: |
|
5 | # Created: Tue Mar 12 14:20:43 2013 | |
6 | # by: PyQt4 UI code generator 4.9.4 |
|
6 | # by: PyQt4 UI code generator 4.9.4 | |
7 | # |
|
7 | # | |
8 | # WARNING! All changes made in this file will be lost! |
|
8 | # WARNING! All changes made in this file will be lost! | |
@@ -17,7 +17,7 except AttributeError: | |||||
17 | class Ui_MainWindow(object): |
|
17 | class Ui_MainWindow(object): | |
18 | def setupUi(self, MainWindow): |
|
18 | def setupUi(self, MainWindow): | |
19 | MainWindow.setObjectName(_fromUtf8("MainWindow")) |
|
19 | MainWindow.setObjectName(_fromUtf8("MainWindow")) | |
20 |
MainWindow.resize(7 |
|
20 | MainWindow.resize(780, 680) | |
21 | self.centralWidget = QtGui.QWidget(MainWindow) |
|
21 | self.centralWidget = QtGui.QWidget(MainWindow) | |
22 | self.centralWidget.setObjectName(_fromUtf8("centralWidget")) |
|
22 | self.centralWidget.setObjectName(_fromUtf8("centralWidget")) | |
23 | self.gridLayout_10 = QtGui.QGridLayout(self.centralWidget) |
|
23 | self.gridLayout_10 = QtGui.QGridLayout(self.centralWidget) | |
@@ -228,82 +228,104 class Ui_MainWindow(object): | |||||
228 | self.tabgraphVoltage.setObjectName(_fromUtf8("tabgraphVoltage")) |
|
228 | self.tabgraphVoltage.setObjectName(_fromUtf8("tabgraphVoltage")) | |
229 | self.gridLayout_6 = QtGui.QGridLayout(self.tabgraphVoltage) |
|
229 | self.gridLayout_6 = QtGui.QGridLayout(self.tabgraphVoltage) | |
230 | self.gridLayout_6.setObjectName(_fromUtf8("gridLayout_6")) |
|
230 | self.gridLayout_6.setObjectName(_fromUtf8("gridLayout_6")) | |
231 |
self. |
|
231 | self.label_12 = QtGui.QLabel(self.tabgraphVoltage) | |
232 |
self. |
|
232 | self.label_12.setObjectName(_fromUtf8("label_12")) | |
233 |
self.gridLayout_6.addWidget(self. |
|
233 | self.gridLayout_6.addWidget(self.label_12, 1, 0, 1, 2) | |
234 | self.label_9 = QtGui.QLabel(self.tabgraphVoltage) |
|
234 | spacerItem6 = QtGui.QSpacerItem(40, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
235 | self.label_9.setObjectName(_fromUtf8("label_9")) |
|
235 | self.gridLayout_6.addItem(spacerItem6, 14, 5, 1, 2) | |
236 | self.gridLayout_6.addWidget(self.label_9, 4, 0, 1, 1) |
|
236 | spacerItem7 = QtGui.QSpacerItem(18, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
237 | self.volGraphComType = QtGui.QComboBox(self.tabgraphVoltage) |
|
237 | self.gridLayout_6.addItem(spacerItem7, 14, 3, 1, 1) | |
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) |
|
|||
279 | self.volGraphClear = QtGui.QPushButton(self.tabgraphVoltage) |
|
238 | self.volGraphClear = QtGui.QPushButton(self.tabgraphVoltage) | |
280 | self.volGraphClear.setObjectName(_fromUtf8("volGraphClear")) |
|
239 | self.volGraphClear.setObjectName(_fromUtf8("volGraphClear")) | |
281 |
self.gridLayout_6.addWidget(self.volGraphClear, |
|
240 | self.gridLayout_6.addWidget(self.volGraphClear, 14, 4, 1, 1) | |
282 | self.volGraphOk = QtGui.QPushButton(self.tabgraphVoltage) |
|
241 | self.volGraphOk = QtGui.QPushButton(self.tabgraphVoltage) | |
283 | self.volGraphOk.setObjectName(_fromUtf8("volGraphOk")) |
|
242 | self.volGraphOk.setObjectName(_fromUtf8("volGraphOk")) | |
284 |
self.gridLayout_6.addWidget(self.volGraphOk, |
|
243 | self.gridLayout_6.addWidget(self.volGraphOk, 14, 2, 1, 1) | |
285 |
spacerItem |
|
244 | spacerItem8 = QtGui.QSpacerItem(58, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
286 |
self.gridLayout_6.addItem(spacerItem |
|
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 | self.volGraphToolPath = QtGui.QToolButton(self.tabgraphVoltage) |
|
252 | self.volGraphToolPath = QtGui.QToolButton(self.tabgraphVoltage) | |
288 | self.volGraphToolPath.setObjectName(_fromUtf8("volGraphToolPath")) |
|
253 | self.volGraphToolPath.setObjectName(_fromUtf8("volGraphToolPath")) | |
289 |
self.gridLayout_6.addWidget(self.volGraphToolPath, |
|
254 | self.gridLayout_6.addWidget(self.volGraphToolPath, 1, 5, 1, 1) | |
290 |
self. |
|
255 | self.volGraphfreqrange = QtGui.QLineEdit(self.tabgraphVoltage) | |
291 |
self. |
|
256 | self.volGraphfreqrange.setObjectName(_fromUtf8("volGraphfreqrange")) | |
292 |
self.gridLayout_6.addWidget(self. |
|
257 | self.gridLayout_6.addWidget(self.volGraphfreqrange, 8, 2, 1, 4) | |
293 |
self. |
|
258 | self.volGraphCebshow = QtGui.QCheckBox(self.tabgraphVoltage) | |
294 |
self. |
|
259 | self.volGraphCebshow.setText(_fromUtf8("")) | |
295 | self.gridLayout_6.addWidget(self.label_7, 2, 0, 1, 1) |
|
260 | self.volGraphCebshow.setObjectName(_fromUtf8("volGraphCebshow")) | |
296 | self.label_29 = QtGui.QLabel(self.tabgraphVoltage) |
|
261 | self.gridLayout_6.addWidget(self.volGraphCebshow, 5, 3, 1, 1) | |
297 | self.label_29.setObjectName(_fromUtf8("label_29")) |
|
262 | self.label_50 = QtGui.QLabel(self.tabgraphVoltage) | |
298 | self.gridLayout_6.addWidget(self.label_29, 1, 0, 1, 1) |
|
263 | self.label_50.setObjectName(_fromUtf8("label_50")) | |
299 | self.volGraphIdFigure = QtGui.QLineEdit(self.tabgraphVoltage) |
|
264 | self.gridLayout_6.addWidget(self.label_50, 4, 5, 1, 1) | |
300 | self.volGraphIdFigure.setObjectName(_fromUtf8("volGraphIdFigure")) |
|
265 | self.label_8 = QtGui.QLabel(self.tabgraphVoltage) | |
301 | self.gridLayout_6.addWidget(self.volGraphIdFigure, 1, 1, 1, 5) |
|
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 | self.tabWidgetVoltage.addTab(self.tabgraphVoltage, _fromUtf8("")) |
|
297 | self.tabWidgetVoltage.addTab(self.tabgraphVoltage, _fromUtf8("")) | |
303 |
self.tab |
|
298 | self.taboutputVoltage = QtGui.QWidget() | |
304 |
self.tab |
|
299 | self.taboutputVoltage.setObjectName(_fromUtf8("taboutputVoltage")) | |
305 | self.tabWidgetVoltage.addTab(self.tab_10, _fromUtf8("")) |
|
300 | self.gridLayout_12 = QtGui.QGridLayout(self.taboutputVoltage) | |
306 | self.gridLayout_3.addWidget(self.tabWidgetVoltage, 0, 0, 1, 1) |
|
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 | self.tabWidgetProject.addTab(self.tabVoltage, _fromUtf8("")) |
|
329 | self.tabWidgetProject.addTab(self.tabVoltage, _fromUtf8("")) | |
308 | self.tabSpectra = QtGui.QWidget() |
|
330 | self.tabSpectra = QtGui.QWidget() | |
309 | self.tabSpectra.setObjectName(_fromUtf8("tabSpectra")) |
|
331 | self.tabSpectra.setObjectName(_fromUtf8("tabSpectra")) | |
@@ -315,168 +337,291 class Ui_MainWindow(object): | |||||
315 | self.tabopSpectra.setObjectName(_fromUtf8("tabopSpectra")) |
|
337 | self.tabopSpectra.setObjectName(_fromUtf8("tabopSpectra")) | |
316 | self.gridLayout_5 = QtGui.QGridLayout(self.tabopSpectra) |
|
338 | self.gridLayout_5 = QtGui.QGridLayout(self.tabopSpectra) | |
317 | self.gridLayout_5.setObjectName(_fromUtf8("gridLayout_5")) |
|
339 | self.gridLayout_5.setObjectName(_fromUtf8("gridLayout_5")) | |
318 |
self.specOpCeb |
|
340 | self.specOpCebCrossSpectra = QtGui.QCheckBox(self.tabopSpectra) | |
319 |
self.specOpCeb |
|
341 | self.specOpCebCrossSpectra.setObjectName(_fromUtf8("specOpCebCrossSpectra")) | |
320 |
self.gridLayout_5.addWidget(self.specOpCeb |
|
342 | self.gridLayout_5.addWidget(self.specOpCebCrossSpectra, 1, 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) |
|
|||
324 | self.specOpComChannel = QtGui.QComboBox(self.tabopSpectra) |
|
343 | self.specOpComChannel = QtGui.QComboBox(self.tabopSpectra) | |
325 | self.specOpComChannel.setObjectName(_fromUtf8("specOpComChannel")) |
|
344 | self.specOpComChannel.setObjectName(_fromUtf8("specOpComChannel")) | |
326 | self.specOpComChannel.addItem(_fromUtf8("")) |
|
345 | self.specOpComChannel.addItem(_fromUtf8("")) | |
327 | self.specOpComChannel.addItem(_fromUtf8("")) |
|
346 | self.specOpComChannel.addItem(_fromUtf8("")) | |
328 |
self.gridLayout_5.addWidget(self.specOpComChannel, |
|
347 | self.gridLayout_5.addWidget(self.specOpComChannel, 5, 0, 1, 2) | |
329 | self.specOpChannel = QtGui.QLineEdit(self.tabopSpectra) |
|
348 | self.specOpChannel = QtGui.QLineEdit(self.tabopSpectra) | |
330 | self.specOpChannel.setObjectName(_fromUtf8("specOpChannel")) |
|
349 | self.specOpChannel.setObjectName(_fromUtf8("specOpChannel")) | |
331 |
self.gridLayout_5.addWidget(self.specOpChannel, |
|
350 | self.gridLayout_5.addWidget(self.specOpChannel, 5, 2, 1, 3) | |
332 | self.specOpComHeights = QtGui.QComboBox(self.tabopSpectra) |
|
351 | self.specOpComHeights = QtGui.QComboBox(self.tabopSpectra) | |
333 | self.specOpComHeights.setObjectName(_fromUtf8("specOpComHeights")) |
|
352 | self.specOpComHeights.setObjectName(_fromUtf8("specOpComHeights")) | |
334 | self.specOpComHeights.addItem(_fromUtf8("")) |
|
353 | self.specOpComHeights.addItem(_fromUtf8("")) | |
335 | self.specOpComHeights.addItem(_fromUtf8("")) |
|
354 | self.specOpComHeights.addItem(_fromUtf8("")) | |
336 |
self.gridLayout_5.addWidget(self.specOpComHeights, |
|
355 | self.gridLayout_5.addWidget(self.specOpComHeights, 8, 0, 1, 2) | |
337 | self.specOpHeights = QtGui.QLineEdit(self.tabopSpectra) |
|
356 | self.specOpHeights = QtGui.QLineEdit(self.tabopSpectra) | |
338 | self.specOpHeights.setObjectName(_fromUtf8("specOpHeights")) |
|
357 | self.specOpHeights.setObjectName(_fromUtf8("specOpHeights")) | |
339 |
self.gridLayout_5.addWidget(self.specOpHeights, |
|
358 | self.gridLayout_5.addWidget(self.specOpHeights, 8, 2, 1, 3) | |
340 | self.specOpCebIncoherent = QtGui.QCheckBox(self.tabopSpectra) |
|
359 | self.specOpCebIncoherent = QtGui.QCheckBox(self.tabopSpectra) | |
341 | self.specOpCebIncoherent.setObjectName(_fromUtf8("specOpCebIncoherent")) |
|
360 | self.specOpCebIncoherent.setObjectName(_fromUtf8("specOpCebIncoherent")) | |
342 |
self.gridLayout_5.addWidget(self.specOpCebIncoherent, |
|
361 | self.gridLayout_5.addWidget(self.specOpCebIncoherent, 9, 0, 1, 2) | |
343 | self.specOpIncoherent = QtGui.QLineEdit(self.tabopSpectra) |
|
362 | self.specOpIncoherent = QtGui.QLineEdit(self.tabopSpectra) | |
344 | self.specOpIncoherent.setObjectName(_fromUtf8("specOpIncoherent")) |
|
363 | self.specOpIncoherent.setObjectName(_fromUtf8("specOpIncoherent")) | |
345 |
self.gridLayout_5.addWidget(self.specOpIncoherent, |
|
364 | self.gridLayout_5.addWidget(self.specOpIncoherent, 9, 2, 1, 3) | |
346 | self.specOpCebRemoveDC = QtGui.QCheckBox(self.tabopSpectra) |
|
365 | self.specOpCebRemoveDC = QtGui.QCheckBox(self.tabopSpectra) | |
347 | self.specOpCebRemoveDC.setObjectName(_fromUtf8("specOpCebRemoveDC")) |
|
366 | self.specOpCebRemoveDC.setObjectName(_fromUtf8("specOpCebRemoveDC")) | |
348 |
self.gridLayout_5.addWidget(self.specOpCebRemoveDC, |
|
367 | self.gridLayout_5.addWidget(self.specOpCebRemoveDC, 10, 0, 1, 2) | |
349 | self.specOpRemoveDC = QtGui.QLineEdit(self.tabopSpectra) |
|
368 | self.specOpRemoveDC = QtGui.QLineEdit(self.tabopSpectra) | |
350 | self.specOpRemoveDC.setObjectName(_fromUtf8("specOpRemoveDC")) |
|
369 | self.specOpRemoveDC.setObjectName(_fromUtf8("specOpRemoveDC")) | |
351 |
self.gridLayout_5.addWidget(self.specOpRemoveDC, |
|
370 | self.gridLayout_5.addWidget(self.specOpRemoveDC, 10, 2, 1, 3) | |
352 | self.specOpCebRemoveInterference = QtGui.QCheckBox(self.tabopSpectra) |
|
371 | self.specOpCebRemoveInterference = QtGui.QCheckBox(self.tabopSpectra) | |
353 | self.specOpCebRemoveInterference.setObjectName(_fromUtf8("specOpCebRemoveInterference")) |
|
372 | self.specOpCebRemoveInterference.setObjectName(_fromUtf8("specOpCebRemoveInterference")) | |
354 |
self.gridLayout_5.addWidget(self.specOpCebRemoveInterference, |
|
373 | self.gridLayout_5.addWidget(self.specOpCebRemoveInterference, 11, 0, 1, 2) | |
355 | self.specOpRemoveInterference = QtGui.QLineEdit(self.tabopSpectra) |
|
374 | self.specOpRemoveInterference = QtGui.QLineEdit(self.tabopSpectra) | |
356 | self.specOpRemoveInterference.setObjectName(_fromUtf8("specOpRemoveInterference")) |
|
375 | self.specOpRemoveInterference.setObjectName(_fromUtf8("specOpRemoveInterference")) | |
357 |
self.gridLayout_5.addWidget(self.specOpRemoveInterference, |
|
376 | self.gridLayout_5.addWidget(self.specOpRemoveInterference, 11, 2, 1, 3) | |
358 |
spacerItem1 |
|
377 | spacerItem12 = QtGui.QSpacerItem(49, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
359 |
self.gridLayout_5.addItem(spacerItem1 |
|
378 | self.gridLayout_5.addItem(spacerItem12, 12, 0, 1, 1) | |
360 | self.specOpOk = QtGui.QPushButton(self.tabopSpectra) |
|
379 | self.specOpOk = QtGui.QPushButton(self.tabopSpectra) | |
361 | self.specOpOk.setObjectName(_fromUtf8("specOpOk")) |
|
380 | self.specOpOk.setObjectName(_fromUtf8("specOpOk")) | |
362 |
self.gridLayout_5.addWidget(self.specOpOk, 1 |
|
381 | self.gridLayout_5.addWidget(self.specOpOk, 12, 1, 1, 1) | |
363 |
spacerItem1 |
|
382 | spacerItem13 = QtGui.QSpacerItem(46, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
364 |
self.gridLayout_5.addItem(spacerItem1 |
|
383 | self.gridLayout_5.addItem(spacerItem13, 12, 2, 1, 1) | |
365 | self.pushButton_8 = QtGui.QPushButton(self.tabopSpectra) |
|
384 | self.pushButton_8 = QtGui.QPushButton(self.tabopSpectra) | |
366 | self.pushButton_8.setObjectName(_fromUtf8("pushButton_8")) |
|
385 | self.pushButton_8.setObjectName(_fromUtf8("pushButton_8")) | |
367 |
self.gridLayout_5.addWidget(self.pushButton_8, 1 |
|
386 | self.gridLayout_5.addWidget(self.pushButton_8, 12, 3, 1, 1) | |
368 |
spacerItem1 |
|
387 | spacerItem14 = QtGui.QSpacerItem(35, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
369 |
self.gridLayout_5.addItem(spacerItem1 |
|
388 | self.gridLayout_5.addItem(spacerItem14, 12, 4, 1, 1) | |
370 | self.specOpCebHeights = QtGui.QCheckBox(self.tabopSpectra) |
|
389 | self.specOpCebHeights = QtGui.QCheckBox(self.tabopSpectra) | |
371 | self.specOpCebHeights.setObjectName(_fromUtf8("specOpCebHeights")) |
|
390 | self.specOpCebHeights.setObjectName(_fromUtf8("specOpCebHeights")) | |
372 |
self.gridLayout_5.addWidget(self.specOpCebHeights, |
|
391 | self.gridLayout_5.addWidget(self.specOpCebHeights, 6, 0, 1, 1) | |
373 | self.specOpCebChannel = QtGui.QCheckBox(self.tabopSpectra) |
|
392 | self.specOpCebChannel = QtGui.QCheckBox(self.tabopSpectra) | |
374 | self.specOpCebChannel.setObjectName(_fromUtf8("specOpCebChannel")) |
|
393 | self.specOpCebChannel.setObjectName(_fromUtf8("specOpCebChannel")) | |
375 |
self.gridLayout_5.addWidget(self.specOpCebChannel, |
|
394 | self.gridLayout_5.addWidget(self.specOpCebChannel, 4, 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) |
|
|||
379 | self.specOppairsList = QtGui.QLineEdit(self.tabopSpectra) |
|
395 | self.specOppairsList = QtGui.QLineEdit(self.tabopSpectra) | |
380 | self.specOppairsList.setObjectName(_fromUtf8("specOppairsList")) |
|
396 | self.specOppairsList.setObjectName(_fromUtf8("specOppairsList")) | |
381 |
self.gridLayout_5.addWidget(self.specOppairsList, |
|
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 | self.tabWidgetSpectra.addTab(self.tabopSpectra, _fromUtf8("")) |
|
407 | self.tabWidgetSpectra.addTab(self.tabopSpectra, _fromUtf8("")) | |
383 | self.tabgraphSpectra = QtGui.QWidget() |
|
408 | self.tabgraphSpectra = QtGui.QWidget() | |
384 | self.tabgraphSpectra.setObjectName(_fromUtf8("tabgraphSpectra")) |
|
409 | self.tabgraphSpectra.setObjectName(_fromUtf8("tabgraphSpectra")) | |
385 | self.gridLayout_9 = QtGui.QGridLayout(self.tabgraphSpectra) |
|
410 | self.gridLayout_9 = QtGui.QGridLayout(self.tabgraphSpectra) | |
386 | self.gridLayout_9.setObjectName(_fromUtf8("gridLayout_9")) |
|
411 | self.gridLayout_9.setObjectName(_fromUtf8("gridLayout_9")) | |
387 |
self. |
|
412 | self.specGraphPowerprofile = QtGui.QCheckBox(self.tabgraphSpectra) | |
388 |
self. |
|
413 | self.specGraphPowerprofile.setText(_fromUtf8("")) | |
389 | self.gridLayout_9.addWidget(self.label_22, 1, 0, 1, 2) |
|
414 | self.specGraphPowerprofile.setObjectName(_fromUtf8("specGraphPowerprofile")) | |
390 | self.specGraphIdFigure = QtGui.QLineEdit(self.tabgraphSpectra) |
|
415 | self.gridLayout_9.addWidget(self.specGraphPowerprofile, 11, 2, 1, 1) | |
391 | self.specGraphIdFigure.setObjectName(_fromUtf8("specGraphIdFigure")) |
|
416 | self.specGraphSaveRTIfromNoise = QtGui.QCheckBox(self.tabgraphSpectra) | |
392 | self.gridLayout_9.addWidget(self.specGraphIdFigure, 1, 2, 1, 5) |
|
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 | self.label_16 = QtGui.QLabel(self.tabgraphSpectra) |
|
426 | self.label_16 = QtGui.QLabel(self.tabgraphSpectra) | |
394 | self.label_16.setObjectName(_fromUtf8("label_16")) |
|
427 | self.label_16.setObjectName(_fromUtf8("label_16")) | |
395 |
self.gridLayout_9.addWidget(self.label_16, |
|
428 | self.gridLayout_9.addWidget(self.label_16, 18, 0, 1, 1) | |
396 | self.specGraphWinTitle = QtGui.QLineEdit(self.tabgraphSpectra) |
|
|||
397 | self.specGraphWinTitle.setObjectName(_fromUtf8("specGraphWinTitle")) |
|
|||
398 | self.gridLayout_9.addWidget(self.specGraphWinTitle, 2, 2, 1, 5) |
|
|||
399 | self.label_17 = QtGui.QLabel(self.tabgraphSpectra) |
|
429 | self.label_17 = QtGui.QLabel(self.tabgraphSpectra) | |
400 | self.label_17.setObjectName(_fromUtf8("label_17")) |
|
430 | self.label_17.setObjectName(_fromUtf8("label_17")) | |
401 |
self.gridLayout_9.addWidget(self.label_17, |
|
431 | self.gridLayout_9.addWidget(self.label_17, 19, 0, 1, 1) | |
402 | self.specGraphChannelList = QtGui.QLineEdit(self.tabgraphSpectra) |
|
|||
403 | self.specGraphChannelList.setObjectName(_fromUtf8("specGraphChannelList")) |
|
|||
404 | self.gridLayout_9.addWidget(self.specGraphChannelList, 3, 2, 1, 5) |
|
|||
405 | self.label_18 = QtGui.QLabel(self.tabgraphSpectra) |
|
432 | self.label_18 = QtGui.QLabel(self.tabgraphSpectra) | |
406 | self.label_18.setObjectName(_fromUtf8("label_18")) |
|
433 | self.label_18.setObjectName(_fromUtf8("label_18")) | |
407 |
self.gridLayout_9.addWidget(self.label_18, |
|
434 | self.gridLayout_9.addWidget(self.label_18, 20, 0, 1, 1) | |
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) |
|
|||
417 | self.label_21 = QtGui.QLabel(self.tabgraphSpectra) |
|
435 | self.label_21 = QtGui.QLabel(self.tabgraphSpectra) | |
418 | self.label_21.setObjectName(_fromUtf8("label_21")) |
|
436 | self.label_21.setObjectName(_fromUtf8("label_21")) | |
419 |
self.gridLayout_9.addWidget(self.label_21, |
|
437 | self.gridLayout_9.addWidget(self.label_21, 22, 0, 1, 1) | |
420 |
self.specGgraph |
|
438 | self.specGgraphFreq = QtGui.QLineEdit(self.tabgraphSpectra) | |
421 |
self.specGgraph |
|
439 | self.specGgraphFreq.setObjectName(_fromUtf8("specGgraphFreq")) | |
422 |
self.gridLayout_9.addWidget(self.specGgraph |
|
440 | self.gridLayout_9.addWidget(self.specGgraphFreq, 16, 1, 1, 6) | |
423 |
self. |
|
441 | self.specGgraphHeight = QtGui.QLineEdit(self.tabgraphSpectra) | |
424 |
self. |
|
442 | self.specGgraphHeight.setObjectName(_fromUtf8("specGgraphHeight")) | |
425 |
self.gridLayout_9.addWidget(self. |
|
443 | self.gridLayout_9.addWidget(self.specGgraphHeight, 18, 1, 1, 6) | |
426 | self.specGraphTimeRange = QtGui.QLineEdit(self.tabgraphSpectra) |
|
444 | spacerItem15 = QtGui.QSpacerItem(49, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
427 | self.specGraphTimeRange.setObjectName(_fromUtf8("specGraphTimeRange")) |
|
445 | self.gridLayout_9.addItem(spacerItem15, 27, 0, 1, 1) | |
428 | self.gridLayout_9.addWidget(self.specGraphTimeRange, 7, 2, 1, 5) |
|
446 | self.specGraphOk = QtGui.QPushButton(self.tabgraphSpectra) | |
429 | self.specGraphCebSave = QtGui.QCheckBox(self.tabgraphSpectra) |
|
447 | self.specGraphOk.setObjectName(_fromUtf8("specGraphOk")) | |
430 | self.specGraphCebSave.setObjectName(_fromUtf8("specGraphCebSave")) |
|
448 | self.gridLayout_9.addWidget(self.specGraphOk, 27, 1, 1, 2) | |
431 | self.gridLayout_9.addWidget(self.specGraphCebSave, 8, 0, 1, 2) |
|
449 | spacerItem16 = QtGui.QSpacerItem(39, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
432 | spacerItem13 = QtGui.QSpacerItem(197, 16, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
450 | self.gridLayout_9.addItem(spacerItem16, 27, 3, 1, 1) | |
433 | self.gridLayout_9.addItem(spacerItem13, 8, 2, 1, 5) |
|
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 | self.label_24 = QtGui.QLabel(self.tabgraphSpectra) |
|
464 | self.label_24 = QtGui.QLabel(self.tabgraphSpectra) | |
435 | self.label_24.setObjectName(_fromUtf8("label_24")) |
|
465 | self.label_24.setObjectName(_fromUtf8("label_24")) | |
436 |
self.gridLayout_9.addWidget(self.label_24, |
|
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 | self.specGraphPath = QtGui.QLineEdit(self.tabgraphSpectra) |
|
482 | self.specGraphPath = QtGui.QLineEdit(self.tabgraphSpectra) | |
438 | self.specGraphPath.setObjectName(_fromUtf8("specGraphPath")) |
|
483 | self.specGraphPath.setObjectName(_fromUtf8("specGraphPath")) | |
439 |
self.gridLayout_9.addWidget(self.specGraphPath, |
|
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 | self.specGraphToolPath = QtGui.QToolButton(self.tabgraphSpectra) |
|
538 | self.specGraphToolPath = QtGui.QToolButton(self.tabgraphSpectra) | |
441 | self.specGraphToolPath.setObjectName(_fromUtf8("specGraphToolPath")) |
|
539 | self.specGraphToolPath.setObjectName(_fromUtf8("specGraphToolPath")) | |
442 |
self.gridLayout_9.addWidget(self.specGraphToolPath, |
|
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 | self.label_25 = QtGui.QLabel(self.tabgraphSpectra) |
|
570 | self.label_25 = QtGui.QLabel(self.tabgraphSpectra) | |
444 | self.label_25.setObjectName(_fromUtf8("label_25")) |
|
571 | self.label_25.setObjectName(_fromUtf8("label_25")) | |
445 |
self.gridLayout_9.addWidget(self.label_25, |
|
572 | self.gridLayout_9.addWidget(self.label_25, 2, 0, 1, 1) | |
446 | spacerItem14 = QtGui.QSpacerItem(49, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
573 | self.label_6 = QtGui.QLabel(self.tabgraphSpectra) | |
447 | self.gridLayout_9.addItem(spacerItem14, 11, 0, 1, 1) |
|
574 | self.label_6.setObjectName(_fromUtf8("label_6")) | |
448 | self.specGraphOk = QtGui.QPushButton(self.tabgraphSpectra) |
|
575 | self.gridLayout_9.addWidget(self.label_6, 15, 0, 1, 1) | |
449 | self.specGraphOk.setObjectName(_fromUtf8("specGraphOk")) |
|
576 | self.specGgraphChannelList = QtGui.QLineEdit(self.tabgraphSpectra) | |
450 | self.gridLayout_9.addWidget(self.specGraphOk, 11, 1, 1, 2) |
|
577 | self.specGgraphChannelList.setObjectName(_fromUtf8("specGgraphChannelList")) | |
451 | spacerItem15 = QtGui.QSpacerItem(39, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
578 | self.gridLayout_9.addWidget(self.specGgraphChannelList, 15, 1, 1, 6) | |
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) |
|
|||
475 | self.tabWidgetSpectra.addTab(self.tabgraphSpectra, _fromUtf8("")) |
|
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 | self.tabWidgetProject.addTab(self.tabSpectra, _fromUtf8("")) |
|
611 | self.tabWidgetProject.addTab(self.tabSpectra, _fromUtf8("")) | |
478 | self.tabCorrelation = QtGui.QWidget() |
|
612 | self.tabCorrelation = QtGui.QWidget() | |
479 | self.tabCorrelation.setObjectName(_fromUtf8("tabCorrelation")) |
|
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 | self.tabWidgetProject.addTab(self.tabCorrelation, _fromUtf8("")) |
|
625 | self.tabWidgetProject.addTab(self.tabCorrelation, _fromUtf8("")) | |
481 | self.tabConsole = QtGui.QTabWidget(self.splitter) |
|
626 | self.tabConsole = QtGui.QTabWidget(self.splitter) | |
482 | self.tabConsole.setMinimumSize(QtCore.QSize(0, 0)) |
|
627 | self.tabConsole.setMinimumSize(QtCore.QSize(0, 0)) | |
@@ -505,7 +650,7 class Ui_MainWindow(object): | |||||
505 | self.toolBar.setObjectName(_fromUtf8("toolBar")) |
|
650 | self.toolBar.setObjectName(_fromUtf8("toolBar")) | |
506 | MainWindow.addToolBar(QtCore.Qt.TopToolBarArea, self.toolBar) |
|
651 | MainWindow.addToolBar(QtCore.Qt.TopToolBarArea, self.toolBar) | |
507 | self.menuBar = QtGui.QMenuBar(MainWindow) |
|
652 | self.menuBar = QtGui.QMenuBar(MainWindow) | |
508 |
self.menuBar.setGeometry(QtCore.QRect(0, 0, 7 |
|
653 | self.menuBar.setGeometry(QtCore.QRect(0, 0, 780, 21)) | |
509 | self.menuBar.setObjectName(_fromUtf8("menuBar")) |
|
654 | self.menuBar.setObjectName(_fromUtf8("menuBar")) | |
510 | self.menuProject = QtGui.QMenu(self.menuBar) |
|
655 | self.menuProject = QtGui.QMenu(self.menuBar) | |
511 | self.menuProject.setObjectName(_fromUtf8("menuProject")) |
|
656 | self.menuProject.setObjectName(_fromUtf8("menuProject")) | |
@@ -581,6 +726,7 class Ui_MainWindow(object): | |||||
581 | self.tabWidgetProject.setCurrentIndex(0) |
|
726 | self.tabWidgetProject.setCurrentIndex(0) | |
582 | self.tabWidgetVoltage.setCurrentIndex(0) |
|
727 | self.tabWidgetVoltage.setCurrentIndex(0) | |
583 | self.tabWidgetSpectra.setCurrentIndex(0) |
|
728 | self.tabWidgetSpectra.setCurrentIndex(0) | |
|
729 | self.tabWidget_2.setCurrentIndex(0) | |||
584 | self.tabConsole.setCurrentIndex(0) |
|
730 | self.tabConsole.setCurrentIndex(0) | |
585 | self.tabWidget.setCurrentIndex(0) |
|
731 | self.tabWidget.setCurrentIndex(0) | |
586 | QtCore.QMetaObject.connectSlotsByName(MainWindow) |
|
732 | QtCore.QMetaObject.connectSlotsByName(MainWindow) | |
@@ -635,23 +781,27 class Ui_MainWindow(object): | |||||
635 | self.volOpClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) |
|
781 | self.volOpClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) | |
636 | self.volOpCebCohInt.setText(QtGui.QApplication.translate("MainWindow", "Coherent Integration", None, QtGui.QApplication.UnicodeUTF8)) |
|
782 | self.volOpCebCohInt.setText(QtGui.QApplication.translate("MainWindow", "Coherent Integration", None, QtGui.QApplication.UnicodeUTF8)) | |
637 | self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tabopVoltage), QtGui.QApplication.translate("MainWindow", "Operation", None, QtGui.QApplication.UnicodeUTF8)) |
|
783 | self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tabopVoltage), QtGui.QApplication.translate("MainWindow", "Operation", None, QtGui.QApplication.UnicodeUTF8)) | |
638 |
self.label_ |
|
784 | self.label_12.setText(QtGui.QApplication.translate("MainWindow", "Path", 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)) |
|
|||
645 | self.volGraphClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) |
|
785 | self.volGraphClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) | |
646 | self.volGraphOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8)) |
|
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 | self.volGraphToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8)) |
|
788 | self.volGraphToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8)) | |
648 |
self.label_ |
|
789 | self.label_50.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8)) | |
649 |
self.label_ |
|
790 | self.label_8.setText(QtGui.QApplication.translate("MainWindow", "Channel List", None, QtGui.QApplication.UnicodeUTF8)) | |
650 |
self.label_ |
|
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 | self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tabgraphVoltage), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8)) |
|
795 | self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tabgraphVoltage), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8)) | |
652 |
self. |
|
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 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabVoltage), QtGui.QApplication.translate("MainWindow", "Voltage", None, QtGui.QApplication.UnicodeUTF8)) |
|
803 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabVoltage), QtGui.QApplication.translate("MainWindow", "Voltage", None, QtGui.QApplication.UnicodeUTF8)) | |
654 |
self.specOpCeb |
|
804 | self.specOpCebCrossSpectra.setText(QtGui.QApplication.translate("MainWindow", "Select Cross Spectra", None, QtGui.QApplication.UnicodeUTF8)) | |
655 | self.specOpComChannel.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) |
|
805 | self.specOpComChannel.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) | |
656 | self.specOpComChannel.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8)) |
|
806 | self.specOpComChannel.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8)) | |
657 | self.specOpComHeights.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) |
|
807 | self.specOpComHeights.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) | |
@@ -663,30 +813,42 class Ui_MainWindow(object): | |||||
663 | self.pushButton_8.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) |
|
813 | self.pushButton_8.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) | |
664 | self.specOpCebHeights.setText(QtGui.QApplication.translate("MainWindow", "Select Heights", None, QtGui.QApplication.UnicodeUTF8)) |
|
814 | self.specOpCebHeights.setText(QtGui.QApplication.translate("MainWindow", "Select Heights", None, QtGui.QApplication.UnicodeUTF8)) | |
665 | self.specOpCebChannel.setText(QtGui.QApplication.translate("MainWindow", "Select Channel", None, QtGui.QApplication.UnicodeUTF8)) |
|
815 | self.specOpCebChannel.setText(QtGui.QApplication.translate("MainWindow", "Select Channel", None, QtGui.QApplication.UnicodeUTF8)) | |
666 |
self.label_31.setText(QtGui.QApplication.translate("MainWindow", " |
|
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 | self.tabWidgetSpectra.setTabText(self.tabWidgetSpectra.indexOf(self.tabopSpectra), QtGui.QApplication.translate("MainWindow", "Operation", None, QtGui.QApplication.UnicodeUTF8)) |
|
818 | self.tabWidgetSpectra.setTabText(self.tabWidgetSpectra.indexOf(self.tabopSpectra), QtGui.QApplication.translate("MainWindow", "Operation", None, QtGui.QApplication.UnicodeUTF8)) | |
668 |
self.label_ |
|
819 | self.label_43.setText(QtGui.QApplication.translate("MainWindow", "Show", None, QtGui.QApplication.UnicodeUTF8)) | |
669 |
self.label_ |
|
820 | self.label_42.setText(QtGui.QApplication.translate("MainWindow", "RTI Plot", None, QtGui.QApplication.UnicodeUTF8)) | |
670 |
self.label_1 |
|
821 | self.label_16.setText(QtGui.QApplication.translate("MainWindow", "Height range:", None, QtGui.QApplication.UnicodeUTF8)) | |
671 |
self.label_1 |
|
822 | self.label_17.setText(QtGui.QApplication.translate("MainWindow", "Dbs range:", None, QtGui.QApplication.UnicodeUTF8)) | |
672 |
self.label_1 |
|
823 | self.label_18.setText(QtGui.QApplication.translate("MainWindow", "magnitud [0-1]", None, QtGui.QApplication.UnicodeUTF8)) | |
673 |
self.label_21.setText(QtGui.QApplication.translate("MainWindow", " |
|
824 | self.label_21.setText(QtGui.QApplication.translate("MainWindow", "Phase range", None, QtGui.QApplication.UnicodeUTF8)) | |
674 |
self. |
|
825 | self.specGraphOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8)) | |
675 |
self.specGraphC |
|
826 | self.specGraphClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) | |
676 | self.label_24.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8)) |
|
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 | self.specGraphToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8)) |
|
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 | self.label_25.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8)) |
|
839 | self.label_25.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8)) | |
679 |
self. |
|
840 | self.label_6.setText(QtGui.QApplication.translate("MainWindow", "Channel List", 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)) |
|
|||
688 | self.tabWidgetSpectra.setTabText(self.tabWidgetSpectra.indexOf(self.tabgraphSpectra), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8)) |
|
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 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabSpectra), QtGui.QApplication.translate("MainWindow", "Spectra", None, QtGui.QApplication.UnicodeUTF8)) |
|
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 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabCorrelation), QtGui.QApplication.translate("MainWindow", "Correlation", None, QtGui.QApplication.UnicodeUTF8)) |
|
852 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabCorrelation), QtGui.QApplication.translate("MainWindow", "Correlation", None, QtGui.QApplication.UnicodeUTF8)) | |
691 | self.tabConsole.setTabText(self.tabConsole.indexOf(self.tab_5), QtGui.QApplication.translate("MainWindow", "Console", None, QtGui.QApplication.UnicodeUTF8)) |
|
853 | self.tabConsole.setTabText(self.tabConsole.indexOf(self.tab_5), QtGui.QApplication.translate("MainWindow", "Console", None, QtGui.QApplication.UnicodeUTF8)) | |
692 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabProjectProperty), QtGui.QApplication.translate("MainWindow", "Project Property", None, QtGui.QApplication.UnicodeUTF8)) |
|
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 | self.actionStopToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Stop", None, QtGui.QApplication.UnicodeUTF8)) |
|
876 | self.actionStopToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Stop", None, QtGui.QApplication.UnicodeUTF8)) | |
715 |
|
877 | |||
716 |
|
878 | |||
717 | if __name__ == "__main__": |
|
879 | ||
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_()) |
|
|||
725 |
|
880 | |||
726 |
|
881 | |||
727 | class Ui_BasicWindow(Ui_MainWindow): |
|
882 | class Ui_BasicWindow(Ui_MainWindow): | |
@@ -756,4 +911,3 if __name__ == "__main__": | |||||
756 | ui.setupUi(MainWindow) |
|
911 | ui.setupUi(MainWindow) | |
757 | MainWindow.show() |
|
912 | MainWindow.show() | |
758 | sys.exit(app.exec_()) |
|
913 | sys.exit(app.exec_()) | |
759 |
|
General Comments 0
You need to be logged in to leave comments.
Login now