This diff has been collapsed as it changes many lines, (1672 lines changed) Show them Hide them | |||||
@@ -1,759 +1,913 | |||||
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! | |
9 |
|
9 | |||
10 | from PyQt4 import QtCore, QtGui |
|
10 | from PyQt4 import QtCore, QtGui | |
11 |
|
11 | |||
12 | try: |
|
12 | try: | |
13 | _fromUtf8 = QtCore.QString.fromUtf8 |
|
13 | _fromUtf8 = QtCore.QString.fromUtf8 | |
14 | except AttributeError: |
|
14 | except AttributeError: | |
15 | _fromUtf8 = lambda s: s |
|
15 | _fromUtf8 = lambda s: s | |
16 |
|
16 | |||
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) | |
24 | self.gridLayout_10.setObjectName(_fromUtf8("gridLayout_10")) |
|
24 | self.gridLayout_10.setObjectName(_fromUtf8("gridLayout_10")) | |
25 | self.splitter_2 = QtGui.QSplitter(self.centralWidget) |
|
25 | self.splitter_2 = QtGui.QSplitter(self.centralWidget) | |
26 | self.splitter_2.setOrientation(QtCore.Qt.Horizontal) |
|
26 | self.splitter_2.setOrientation(QtCore.Qt.Horizontal) | |
27 | self.splitter_2.setObjectName(_fromUtf8("splitter_2")) |
|
27 | self.splitter_2.setObjectName(_fromUtf8("splitter_2")) | |
28 | self.treeProjectExplorer = QtGui.QTreeView(self.splitter_2) |
|
28 | self.treeProjectExplorer = QtGui.QTreeView(self.splitter_2) | |
29 | self.treeProjectExplorer.setObjectName(_fromUtf8("treeProjectExplorer")) |
|
29 | self.treeProjectExplorer.setObjectName(_fromUtf8("treeProjectExplorer")) | |
30 | self.splitter = QtGui.QSplitter(self.splitter_2) |
|
30 | self.splitter = QtGui.QSplitter(self.splitter_2) | |
31 | self.splitter.setOrientation(QtCore.Qt.Vertical) |
|
31 | self.splitter.setOrientation(QtCore.Qt.Vertical) | |
32 | self.splitter.setObjectName(_fromUtf8("splitter")) |
|
32 | self.splitter.setObjectName(_fromUtf8("splitter")) | |
33 | self.tabWidgetProject = QtGui.QTabWidget(self.splitter) |
|
33 | self.tabWidgetProject = QtGui.QTabWidget(self.splitter) | |
34 | self.tabWidgetProject.setMinimumSize(QtCore.QSize(0, 278)) |
|
34 | self.tabWidgetProject.setMinimumSize(QtCore.QSize(0, 278)) | |
35 | self.tabWidgetProject.setMaximumSize(QtCore.QSize(16777215, 16777215)) |
|
35 | self.tabWidgetProject.setMaximumSize(QtCore.QSize(16777215, 16777215)) | |
36 | self.tabWidgetProject.setObjectName(_fromUtf8("tabWidgetProject")) |
|
36 | self.tabWidgetProject.setObjectName(_fromUtf8("tabWidgetProject")) | |
37 | self.tabProject = QtGui.QWidget() |
|
37 | self.tabProject = QtGui.QWidget() | |
38 | self.tabProject.setObjectName(_fromUtf8("tabProject")) |
|
38 | self.tabProject.setObjectName(_fromUtf8("tabProject")) | |
39 | self.gridLayout_2 = QtGui.QGridLayout(self.tabProject) |
|
39 | self.gridLayout_2 = QtGui.QGridLayout(self.tabProject) | |
40 | self.gridLayout_2.setObjectName(_fromUtf8("gridLayout_2")) |
|
40 | self.gridLayout_2.setObjectName(_fromUtf8("gridLayout_2")) | |
41 | self.label = QtGui.QLabel(self.tabProject) |
|
41 | self.label = QtGui.QLabel(self.tabProject) | |
42 | self.label.setObjectName(_fromUtf8("label")) |
|
42 | self.label.setObjectName(_fromUtf8("label")) | |
43 | self.gridLayout_2.addWidget(self.label, 0, 0, 1, 1) |
|
43 | self.gridLayout_2.addWidget(self.label, 0, 0, 1, 1) | |
44 | self.label_11 = QtGui.QLabel(self.tabProject) |
|
44 | self.label_11 = QtGui.QLabel(self.tabProject) | |
45 | self.label_11.setObjectName(_fromUtf8("label_11")) |
|
45 | self.label_11.setObjectName(_fromUtf8("label_11")) | |
46 | self.gridLayout_2.addWidget(self.label_11, 1, 0, 1, 1) |
|
46 | self.gridLayout_2.addWidget(self.label_11, 1, 0, 1, 1) | |
47 | self.label_15 = QtGui.QLabel(self.tabProject) |
|
47 | self.label_15 = QtGui.QLabel(self.tabProject) | |
48 | self.label_15.setObjectName(_fromUtf8("label_15")) |
|
48 | self.label_15.setObjectName(_fromUtf8("label_15")) | |
49 | self.gridLayout_2.addWidget(self.label_15, 3, 0, 1, 1) |
|
49 | self.gridLayout_2.addWidget(self.label_15, 3, 0, 1, 1) | |
50 | self.label_23 = QtGui.QLabel(self.tabProject) |
|
50 | self.label_23 = QtGui.QLabel(self.tabProject) | |
51 | self.label_23.setObjectName(_fromUtf8("label_23")) |
|
51 | self.label_23.setObjectName(_fromUtf8("label_23")) | |
52 | self.gridLayout_2.addWidget(self.label_23, 4, 0, 1, 1) |
|
52 | self.gridLayout_2.addWidget(self.label_23, 4, 0, 1, 1) | |
53 | self.label_27 = QtGui.QLabel(self.tabProject) |
|
53 | self.label_27 = QtGui.QLabel(self.tabProject) | |
54 | self.label_27.setObjectName(_fromUtf8("label_27")) |
|
54 | self.label_27.setObjectName(_fromUtf8("label_27")) | |
55 | self.gridLayout_2.addWidget(self.label_27, 9, 0, 1, 1) |
|
55 | self.gridLayout_2.addWidget(self.label_27, 9, 0, 1, 1) | |
56 | self.label_28 = QtGui.QLabel(self.tabProject) |
|
56 | self.label_28 = QtGui.QLabel(self.tabProject) | |
57 | self.label_28.setObjectName(_fromUtf8("label_28")) |
|
57 | self.label_28.setObjectName(_fromUtf8("label_28")) | |
58 | self.gridLayout_2.addWidget(self.label_28, 10, 0, 1, 1) |
|
58 | self.gridLayout_2.addWidget(self.label_28, 10, 0, 1, 1) | |
59 | self.label_2 = QtGui.QLabel(self.tabProject) |
|
59 | self.label_2 = QtGui.QLabel(self.tabProject) | |
60 | self.label_2.setObjectName(_fromUtf8("label_2")) |
|
60 | self.label_2.setObjectName(_fromUtf8("label_2")) | |
61 | self.gridLayout_2.addWidget(self.label_2, 12, 0, 1, 1) |
|
61 | self.gridLayout_2.addWidget(self.label_2, 12, 0, 1, 1) | |
62 | self.label_3 = QtGui.QLabel(self.tabProject) |
|
62 | self.label_3 = QtGui.QLabel(self.tabProject) | |
63 | self.label_3.setObjectName(_fromUtf8("label_3")) |
|
63 | self.label_3.setObjectName(_fromUtf8("label_3")) | |
64 | self.gridLayout_2.addWidget(self.label_3, 13, 0, 1, 1) |
|
64 | self.gridLayout_2.addWidget(self.label_3, 13, 0, 1, 1) | |
65 | spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
65 | spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
66 | self.gridLayout_2.addItem(spacerItem, 15, 0, 1, 1) |
|
66 | self.gridLayout_2.addItem(spacerItem, 15, 0, 1, 1) | |
67 | self.proOk = QtGui.QPushButton(self.tabProject) |
|
67 | self.proOk = QtGui.QPushButton(self.tabProject) | |
68 | self.proOk.setObjectName(_fromUtf8("proOk")) |
|
68 | self.proOk.setObjectName(_fromUtf8("proOk")) | |
69 | self.gridLayout_2.addWidget(self.proOk, 15, 1, 1, 2) |
|
69 | self.gridLayout_2.addWidget(self.proOk, 15, 1, 1, 2) | |
70 | spacerItem1 = QtGui.QSpacerItem(43, 11, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
70 | spacerItem1 = QtGui.QSpacerItem(43, 11, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
71 | self.gridLayout_2.addItem(spacerItem1, 15, 3, 1, 1) |
|
71 | self.gridLayout_2.addItem(spacerItem1, 15, 3, 1, 1) | |
72 | self.proClear = QtGui.QPushButton(self.tabProject) |
|
72 | self.proClear = QtGui.QPushButton(self.tabProject) | |
73 | self.proClear.setObjectName(_fromUtf8("proClear")) |
|
73 | self.proClear.setObjectName(_fromUtf8("proClear")) | |
74 | self.gridLayout_2.addWidget(self.proClear, 15, 4, 1, 1) |
|
74 | self.gridLayout_2.addWidget(self.proClear, 15, 4, 1, 1) | |
75 | spacerItem2 = QtGui.QSpacerItem(29, 11, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
75 | spacerItem2 = QtGui.QSpacerItem(29, 11, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
76 | self.gridLayout_2.addItem(spacerItem2, 15, 5, 1, 1) |
|
76 | self.gridLayout_2.addItem(spacerItem2, 15, 5, 1, 1) | |
77 | self.proName = QtGui.QLineEdit(self.tabProject) |
|
77 | self.proName = QtGui.QLineEdit(self.tabProject) | |
78 | self.proName.setObjectName(_fromUtf8("proName")) |
|
78 | self.proName.setObjectName(_fromUtf8("proName")) | |
79 | self.gridLayout_2.addWidget(self.proName, 0, 1, 1, 5) |
|
79 | self.gridLayout_2.addWidget(self.proName, 0, 1, 1, 5) | |
80 | self.proComDataType = QtGui.QComboBox(self.tabProject) |
|
80 | self.proComDataType = QtGui.QComboBox(self.tabProject) | |
81 | self.proComDataType.setObjectName(_fromUtf8("proComDataType")) |
|
81 | self.proComDataType.setObjectName(_fromUtf8("proComDataType")) | |
82 | self.proComDataType.addItem(_fromUtf8("")) |
|
82 | self.proComDataType.addItem(_fromUtf8("")) | |
83 | self.proComDataType.addItem(_fromUtf8("")) |
|
83 | self.proComDataType.addItem(_fromUtf8("")) | |
84 | self.gridLayout_2.addWidget(self.proComDataType, 1, 1, 1, 5) |
|
84 | self.gridLayout_2.addWidget(self.proComDataType, 1, 1, 1, 5) | |
85 | self.proDataType = QtGui.QLineEdit(self.tabProject) |
|
85 | self.proDataType = QtGui.QLineEdit(self.tabProject) | |
86 | self.proDataType.setObjectName(_fromUtf8("proDataType")) |
|
86 | self.proDataType.setObjectName(_fromUtf8("proDataType")) | |
87 | self.gridLayout_2.addWidget(self.proDataType, 2, 1, 1, 5) |
|
87 | self.gridLayout_2.addWidget(self.proDataType, 2, 1, 1, 5) | |
88 | self.proDataPath = QtGui.QLineEdit(self.tabProject) |
|
88 | self.proDataPath = QtGui.QLineEdit(self.tabProject) | |
89 | self.proDataPath.setObjectName(_fromUtf8("proDataPath")) |
|
89 | self.proDataPath.setObjectName(_fromUtf8("proDataPath")) | |
90 | self.gridLayout_2.addWidget(self.proDataPath, 3, 2, 1, 4) |
|
90 | self.gridLayout_2.addWidget(self.proDataPath, 3, 2, 1, 4) | |
91 | self.proComReadMode = QtGui.QComboBox(self.tabProject) |
|
91 | self.proComReadMode = QtGui.QComboBox(self.tabProject) | |
92 | self.proComReadMode.setObjectName(_fromUtf8("proComReadMode")) |
|
92 | self.proComReadMode.setObjectName(_fromUtf8("proComReadMode")) | |
93 | self.proComReadMode.addItem(_fromUtf8("")) |
|
93 | self.proComReadMode.addItem(_fromUtf8("")) | |
94 | self.proComReadMode.addItem(_fromUtf8("")) |
|
94 | self.proComReadMode.addItem(_fromUtf8("")) | |
95 | self.gridLayout_2.addWidget(self.proComReadMode, 4, 1, 1, 5) |
|
95 | self.gridLayout_2.addWidget(self.proComReadMode, 4, 1, 1, 5) | |
96 | self.proComStartDate = QtGui.QComboBox(self.tabProject) |
|
96 | self.proComStartDate = QtGui.QComboBox(self.tabProject) | |
97 | self.proComStartDate.setObjectName(_fromUtf8("proComStartDate")) |
|
97 | self.proComStartDate.setObjectName(_fromUtf8("proComStartDate")) | |
98 | self.gridLayout_2.addWidget(self.proComStartDate, 9, 1, 1, 5) |
|
98 | self.gridLayout_2.addWidget(self.proComStartDate, 9, 1, 1, 5) | |
99 | self.proComEndDate = QtGui.QComboBox(self.tabProject) |
|
99 | self.proComEndDate = QtGui.QComboBox(self.tabProject) | |
100 | self.proComEndDate.setObjectName(_fromUtf8("proComEndDate")) |
|
100 | self.proComEndDate.setObjectName(_fromUtf8("proComEndDate")) | |
101 | self.gridLayout_2.addWidget(self.proComEndDate, 10, 1, 1, 5) |
|
101 | self.gridLayout_2.addWidget(self.proComEndDate, 10, 1, 1, 5) | |
102 | self.proStartTime = QtGui.QTimeEdit(self.tabProject) |
|
102 | self.proStartTime = QtGui.QTimeEdit(self.tabProject) | |
103 | self.proStartTime.setObjectName(_fromUtf8("proStartTime")) |
|
103 | self.proStartTime.setObjectName(_fromUtf8("proStartTime")) | |
104 | self.gridLayout_2.addWidget(self.proStartTime, 12, 1, 1, 5) |
|
104 | self.gridLayout_2.addWidget(self.proStartTime, 12, 1, 1, 5) | |
105 | self.proEndTime = QtGui.QTimeEdit(self.tabProject) |
|
105 | self.proEndTime = QtGui.QTimeEdit(self.tabProject) | |
106 | self.proEndTime.setObjectName(_fromUtf8("proEndTime")) |
|
106 | self.proEndTime.setObjectName(_fromUtf8("proEndTime")) | |
107 | self.gridLayout_2.addWidget(self.proEndTime, 13, 1, 1, 5) |
|
107 | self.gridLayout_2.addWidget(self.proEndTime, 13, 1, 1, 5) | |
108 | self.label_30 = QtGui.QLabel(self.tabProject) |
|
108 | self.label_30 = QtGui.QLabel(self.tabProject) | |
109 | self.label_30.setObjectName(_fromUtf8("label_30")) |
|
109 | self.label_30.setObjectName(_fromUtf8("label_30")) | |
110 | self.gridLayout_2.addWidget(self.label_30, 14, 0, 1, 1) |
|
110 | self.gridLayout_2.addWidget(self.label_30, 14, 0, 1, 1) | |
111 | self.proDescription = QtGui.QTextEdit(self.tabProject) |
|
111 | self.proDescription = QtGui.QTextEdit(self.tabProject) | |
112 | self.proDescription.setObjectName(_fromUtf8("proDescription")) |
|
112 | self.proDescription.setObjectName(_fromUtf8("proDescription")) | |
113 | self.gridLayout_2.addWidget(self.proDescription, 14, 1, 1, 5) |
|
113 | self.gridLayout_2.addWidget(self.proDescription, 14, 1, 1, 5) | |
114 | self.proToolPath = QtGui.QToolButton(self.tabProject) |
|
114 | self.proToolPath = QtGui.QToolButton(self.tabProject) | |
115 | self.proToolPath.setObjectName(_fromUtf8("proToolPath")) |
|
115 | self.proToolPath.setObjectName(_fromUtf8("proToolPath")) | |
116 | self.gridLayout_2.addWidget(self.proToolPath, 3, 1, 1, 1) |
|
116 | self.gridLayout_2.addWidget(self.proToolPath, 3, 1, 1, 1) | |
117 | self.label_32 = QtGui.QLabel(self.tabProject) |
|
117 | self.label_32 = QtGui.QLabel(self.tabProject) | |
118 | self.label_32.setObjectName(_fromUtf8("label_32")) |
|
118 | self.label_32.setObjectName(_fromUtf8("label_32")) | |
119 | self.gridLayout_2.addWidget(self.label_32, 6, 0, 1, 1) |
|
119 | self.gridLayout_2.addWidget(self.label_32, 6, 0, 1, 1) | |
120 | self.proComWalk = QtGui.QComboBox(self.tabProject) |
|
120 | self.proComWalk = QtGui.QComboBox(self.tabProject) | |
121 | self.proComWalk.setObjectName(_fromUtf8("proComWalk")) |
|
121 | self.proComWalk.setObjectName(_fromUtf8("proComWalk")) | |
122 | self.proComWalk.addItem(_fromUtf8("")) |
|
122 | self.proComWalk.addItem(_fromUtf8("")) | |
123 | self.proComWalk.addItem(_fromUtf8("")) |
|
123 | self.proComWalk.addItem(_fromUtf8("")) | |
124 | self.gridLayout_2.addWidget(self.proComWalk, 6, 1, 1, 5) |
|
124 | self.gridLayout_2.addWidget(self.proComWalk, 6, 1, 1, 5) | |
125 | self.label_33 = QtGui.QLabel(self.tabProject) |
|
125 | self.label_33 = QtGui.QLabel(self.tabProject) | |
126 | self.label_33.setObjectName(_fromUtf8("label_33")) |
|
126 | self.label_33.setObjectName(_fromUtf8("label_33")) | |
127 | self.gridLayout_2.addWidget(self.label_33, 8, 0, 1, 1) |
|
127 | self.gridLayout_2.addWidget(self.label_33, 8, 0, 1, 1) | |
128 | self.proDelay = QtGui.QLineEdit(self.tabProject) |
|
128 | self.proDelay = QtGui.QLineEdit(self.tabProject) | |
129 | self.proDelay.setObjectName(_fromUtf8("proDelay")) |
|
129 | self.proDelay.setObjectName(_fromUtf8("proDelay")) | |
130 | self.gridLayout_2.addWidget(self.proDelay, 8, 1, 1, 3) |
|
130 | self.gridLayout_2.addWidget(self.proDelay, 8, 1, 1, 3) | |
131 | self.proLoadButton = QtGui.QPushButton(self.tabProject) |
|
131 | self.proLoadButton = QtGui.QPushButton(self.tabProject) | |
132 | self.proLoadButton.setObjectName(_fromUtf8("proLoadButton")) |
|
132 | self.proLoadButton.setObjectName(_fromUtf8("proLoadButton")) | |
133 | self.gridLayout_2.addWidget(self.proLoadButton, 8, 4, 1, 2) |
|
133 | self.gridLayout_2.addWidget(self.proLoadButton, 8, 4, 1, 2) | |
134 | self.tabWidgetProject.addTab(self.tabProject, _fromUtf8("")) |
|
134 | self.tabWidgetProject.addTab(self.tabProject, _fromUtf8("")) | |
135 | self.tabVoltage = QtGui.QWidget() |
|
135 | self.tabVoltage = QtGui.QWidget() | |
136 | self.tabVoltage.setObjectName(_fromUtf8("tabVoltage")) |
|
136 | self.tabVoltage.setObjectName(_fromUtf8("tabVoltage")) | |
137 | self.gridLayout_3 = QtGui.QGridLayout(self.tabVoltage) |
|
137 | self.gridLayout_3 = QtGui.QGridLayout(self.tabVoltage) | |
138 | self.gridLayout_3.setObjectName(_fromUtf8("gridLayout_3")) |
|
138 | self.gridLayout_3.setObjectName(_fromUtf8("gridLayout_3")) | |
139 | self.tabWidgetVoltage = QtGui.QTabWidget(self.tabVoltage) |
|
139 | self.tabWidgetVoltage = QtGui.QTabWidget(self.tabVoltage) | |
140 | self.tabWidgetVoltage.setObjectName(_fromUtf8("tabWidgetVoltage")) |
|
140 | self.tabWidgetVoltage.setObjectName(_fromUtf8("tabWidgetVoltage")) | |
141 | self.tabopVoltage = QtGui.QWidget() |
|
141 | self.tabopVoltage = QtGui.QWidget() | |
142 | self.tabopVoltage.setObjectName(_fromUtf8("tabopVoltage")) |
|
142 | self.tabopVoltage.setObjectName(_fromUtf8("tabopVoltage")) | |
143 | self.gridLayout = QtGui.QGridLayout(self.tabopVoltage) |
|
143 | self.gridLayout = QtGui.QGridLayout(self.tabopVoltage) | |
144 | self.gridLayout.setObjectName(_fromUtf8("gridLayout")) |
|
144 | self.gridLayout.setObjectName(_fromUtf8("gridLayout")) | |
145 | self.volOpCebChannels = QtGui.QCheckBox(self.tabopVoltage) |
|
145 | self.volOpCebChannels = QtGui.QCheckBox(self.tabopVoltage) | |
146 | self.volOpCebChannels.setObjectName(_fromUtf8("volOpCebChannels")) |
|
146 | self.volOpCebChannels.setObjectName(_fromUtf8("volOpCebChannels")) | |
147 | self.gridLayout.addWidget(self.volOpCebChannels, 0, 0, 1, 4) |
|
147 | self.gridLayout.addWidget(self.volOpCebChannels, 0, 0, 1, 4) | |
148 | self.volOpComChannels = QtGui.QComboBox(self.tabopVoltage) |
|
148 | self.volOpComChannels = QtGui.QComboBox(self.tabopVoltage) | |
149 | self.volOpComChannels.setObjectName(_fromUtf8("volOpComChannels")) |
|
149 | self.volOpComChannels.setObjectName(_fromUtf8("volOpComChannels")) | |
150 | self.volOpComChannels.addItem(_fromUtf8("")) |
|
150 | self.volOpComChannels.addItem(_fromUtf8("")) | |
151 | self.volOpComChannels.addItem(_fromUtf8("")) |
|
151 | self.volOpComChannels.addItem(_fromUtf8("")) | |
152 | self.gridLayout.addWidget(self.volOpComChannels, 1, 0, 1, 3) |
|
152 | self.gridLayout.addWidget(self.volOpComChannels, 1, 0, 1, 3) | |
153 | self.volOpChannel = QtGui.QLineEdit(self.tabopVoltage) |
|
153 | self.volOpChannel = QtGui.QLineEdit(self.tabopVoltage) | |
154 | self.volOpChannel.setObjectName(_fromUtf8("volOpChannel")) |
|
154 | self.volOpChannel.setObjectName(_fromUtf8("volOpChannel")) | |
155 | self.gridLayout.addWidget(self.volOpChannel, 1, 3, 1, 3) |
|
155 | self.gridLayout.addWidget(self.volOpChannel, 1, 3, 1, 3) | |
156 | self.volOpCebHeights = QtGui.QCheckBox(self.tabopVoltage) |
|
156 | self.volOpCebHeights = QtGui.QCheckBox(self.tabopVoltage) | |
157 | self.volOpCebHeights.setObjectName(_fromUtf8("volOpCebHeights")) |
|
157 | self.volOpCebHeights.setObjectName(_fromUtf8("volOpCebHeights")) | |
158 | self.gridLayout.addWidget(self.volOpCebHeights, 2, 0, 1, 2) |
|
158 | self.gridLayout.addWidget(self.volOpCebHeights, 2, 0, 1, 2) | |
159 | self.volOpComHeights = QtGui.QComboBox(self.tabopVoltage) |
|
159 | self.volOpComHeights = QtGui.QComboBox(self.tabopVoltage) | |
160 | self.volOpComHeights.setObjectName(_fromUtf8("volOpComHeights")) |
|
160 | self.volOpComHeights.setObjectName(_fromUtf8("volOpComHeights")) | |
161 | self.volOpComHeights.addItem(_fromUtf8("")) |
|
161 | self.volOpComHeights.addItem(_fromUtf8("")) | |
162 | self.volOpComHeights.addItem(_fromUtf8("")) |
|
162 | self.volOpComHeights.addItem(_fromUtf8("")) | |
163 | self.gridLayout.addWidget(self.volOpComHeights, 3, 0, 1, 3) |
|
163 | self.gridLayout.addWidget(self.volOpComHeights, 3, 0, 1, 3) | |
164 | self.volOpHeights = QtGui.QLineEdit(self.tabopVoltage) |
|
164 | self.volOpHeights = QtGui.QLineEdit(self.tabopVoltage) | |
165 | self.volOpHeights.setObjectName(_fromUtf8("volOpHeights")) |
|
165 | self.volOpHeights.setObjectName(_fromUtf8("volOpHeights")) | |
166 | self.gridLayout.addWidget(self.volOpHeights, 3, 3, 1, 3) |
|
166 | self.gridLayout.addWidget(self.volOpHeights, 3, 3, 1, 3) | |
167 | self.volOpCebFilter = QtGui.QCheckBox(self.tabopVoltage) |
|
167 | self.volOpCebFilter = QtGui.QCheckBox(self.tabopVoltage) | |
168 | self.volOpCebFilter.setObjectName(_fromUtf8("volOpCebFilter")) |
|
168 | self.volOpCebFilter.setObjectName(_fromUtf8("volOpCebFilter")) | |
169 | self.gridLayout.addWidget(self.volOpCebFilter, 4, 0, 1, 2) |
|
169 | self.gridLayout.addWidget(self.volOpCebFilter, 4, 0, 1, 2) | |
170 | self.volOpFilter = QtGui.QLineEdit(self.tabopVoltage) |
|
170 | self.volOpFilter = QtGui.QLineEdit(self.tabopVoltage) | |
171 | self.volOpFilter.setObjectName(_fromUtf8("volOpFilter")) |
|
171 | self.volOpFilter.setObjectName(_fromUtf8("volOpFilter")) | |
172 | self.gridLayout.addWidget(self.volOpFilter, 4, 3, 1, 3) |
|
172 | self.gridLayout.addWidget(self.volOpFilter, 4, 3, 1, 3) | |
173 | self.volOpCebProfile = QtGui.QCheckBox(self.tabopVoltage) |
|
173 | self.volOpCebProfile = QtGui.QCheckBox(self.tabopVoltage) | |
174 | self.volOpCebProfile.setObjectName(_fromUtf8("volOpCebProfile")) |
|
174 | self.volOpCebProfile.setObjectName(_fromUtf8("volOpCebProfile")) | |
175 | self.gridLayout.addWidget(self.volOpCebProfile, 5, 0, 1, 3) |
|
175 | self.gridLayout.addWidget(self.volOpCebProfile, 5, 0, 1, 3) | |
176 | self.volOpComProfile = QtGui.QComboBox(self.tabopVoltage) |
|
176 | self.volOpComProfile = QtGui.QComboBox(self.tabopVoltage) | |
177 | self.volOpComProfile.setObjectName(_fromUtf8("volOpComProfile")) |
|
177 | self.volOpComProfile.setObjectName(_fromUtf8("volOpComProfile")) | |
178 | self.volOpComProfile.addItem(_fromUtf8("")) |
|
178 | self.volOpComProfile.addItem(_fromUtf8("")) | |
179 | self.volOpComProfile.addItem(_fromUtf8("")) |
|
179 | self.volOpComProfile.addItem(_fromUtf8("")) | |
180 | self.gridLayout.addWidget(self.volOpComProfile, 6, 0, 1, 3) |
|
180 | self.gridLayout.addWidget(self.volOpComProfile, 6, 0, 1, 3) | |
181 | self.volOpProfile = QtGui.QLineEdit(self.tabopVoltage) |
|
181 | self.volOpProfile = QtGui.QLineEdit(self.tabopVoltage) | |
182 | self.volOpProfile.setObjectName(_fromUtf8("volOpProfile")) |
|
182 | self.volOpProfile.setObjectName(_fromUtf8("volOpProfile")) | |
183 | self.gridLayout.addWidget(self.volOpProfile, 6, 3, 1, 3) |
|
183 | self.gridLayout.addWidget(self.volOpProfile, 6, 3, 1, 3) | |
184 | self.volOpCebDecodification = QtGui.QCheckBox(self.tabopVoltage) |
|
184 | self.volOpCebDecodification = QtGui.QCheckBox(self.tabopVoltage) | |
185 | self.volOpCebDecodification.setObjectName(_fromUtf8("volOpCebDecodification")) |
|
185 | self.volOpCebDecodification.setObjectName(_fromUtf8("volOpCebDecodification")) | |
186 | self.gridLayout.addWidget(self.volOpCebDecodification, 7, 0, 1, 3) |
|
186 | self.gridLayout.addWidget(self.volOpCebDecodification, 7, 0, 1, 3) | |
187 | self.label_4 = QtGui.QLabel(self.tabopVoltage) |
|
187 | self.label_4 = QtGui.QLabel(self.tabopVoltage) | |
188 | self.label_4.setObjectName(_fromUtf8("label_4")) |
|
188 | self.label_4.setObjectName(_fromUtf8("label_4")) | |
189 | self.gridLayout.addWidget(self.label_4, 8, 1, 1, 1) |
|
189 | self.gridLayout.addWidget(self.label_4, 8, 1, 1, 1) | |
190 | self.volOpComCode = QtGui.QComboBox(self.tabopVoltage) |
|
190 | self.volOpComCode = QtGui.QComboBox(self.tabopVoltage) | |
191 | self.volOpComCode.setObjectName(_fromUtf8("volOpComCode")) |
|
191 | self.volOpComCode.setObjectName(_fromUtf8("volOpComCode")) | |
192 | self.volOpComCode.addItem(_fromUtf8("")) |
|
192 | self.volOpComCode.addItem(_fromUtf8("")) | |
193 | self.volOpComCode.addItem(_fromUtf8("")) |
|
193 | self.volOpComCode.addItem(_fromUtf8("")) | |
194 | self.volOpComCode.addItem(_fromUtf8("")) |
|
194 | self.volOpComCode.addItem(_fromUtf8("")) | |
195 | self.volOpComCode.addItem(_fromUtf8("")) |
|
195 | self.volOpComCode.addItem(_fromUtf8("")) | |
196 | self.volOpComCode.addItem(_fromUtf8("")) |
|
196 | self.volOpComCode.addItem(_fromUtf8("")) | |
197 | self.volOpComCode.addItem(_fromUtf8("")) |
|
197 | self.volOpComCode.addItem(_fromUtf8("")) | |
198 | self.gridLayout.addWidget(self.volOpComCode, 8, 2, 1, 4) |
|
198 | self.gridLayout.addWidget(self.volOpComCode, 8, 2, 1, 4) | |
199 | self.label_5 = QtGui.QLabel(self.tabopVoltage) |
|
199 | self.label_5 = QtGui.QLabel(self.tabopVoltage) | |
200 | self.label_5.setObjectName(_fromUtf8("label_5")) |
|
200 | self.label_5.setObjectName(_fromUtf8("label_5")) | |
201 | self.gridLayout.addWidget(self.label_5, 9, 1, 1, 1) |
|
201 | self.gridLayout.addWidget(self.label_5, 9, 1, 1, 1) | |
202 | self.volOpComMode = QtGui.QComboBox(self.tabopVoltage) |
|
202 | self.volOpComMode = QtGui.QComboBox(self.tabopVoltage) | |
203 | self.volOpComMode.setObjectName(_fromUtf8("volOpComMode")) |
|
203 | self.volOpComMode.setObjectName(_fromUtf8("volOpComMode")) | |
204 | self.volOpComMode.addItem(_fromUtf8("")) |
|
204 | self.volOpComMode.addItem(_fromUtf8("")) | |
205 | self.volOpComMode.addItem(_fromUtf8("")) |
|
205 | self.volOpComMode.addItem(_fromUtf8("")) | |
206 | self.volOpComMode.addItem(_fromUtf8("")) |
|
206 | self.volOpComMode.addItem(_fromUtf8("")) | |
207 | self.gridLayout.addWidget(self.volOpComMode, 9, 2, 1, 4) |
|
207 | self.gridLayout.addWidget(self.volOpComMode, 9, 2, 1, 4) | |
208 | spacerItem3 = QtGui.QSpacerItem(54, 11, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
208 | spacerItem3 = QtGui.QSpacerItem(54, 11, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
209 | self.gridLayout.addItem(spacerItem3, 12, 0, 1, 1) |
|
209 | self.gridLayout.addItem(spacerItem3, 12, 0, 1, 1) | |
210 | self.volOpOk = QtGui.QPushButton(self.tabopVoltage) |
|
210 | self.volOpOk = QtGui.QPushButton(self.tabopVoltage) | |
211 | self.volOpOk.setObjectName(_fromUtf8("volOpOk")) |
|
211 | self.volOpOk.setObjectName(_fromUtf8("volOpOk")) | |
212 | self.gridLayout.addWidget(self.volOpOk, 12, 1, 1, 2) |
|
212 | self.gridLayout.addWidget(self.volOpOk, 12, 1, 1, 2) | |
213 | spacerItem4 = QtGui.QSpacerItem(43, 11, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
213 | spacerItem4 = QtGui.QSpacerItem(43, 11, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
214 | self.gridLayout.addItem(spacerItem4, 12, 3, 1, 1) |
|
214 | self.gridLayout.addItem(spacerItem4, 12, 3, 1, 1) | |
215 | self.volOpClear = QtGui.QPushButton(self.tabopVoltage) |
|
215 | self.volOpClear = QtGui.QPushButton(self.tabopVoltage) | |
216 | self.volOpClear.setObjectName(_fromUtf8("volOpClear")) |
|
216 | self.volOpClear.setObjectName(_fromUtf8("volOpClear")) | |
217 | self.gridLayout.addWidget(self.volOpClear, 12, 4, 1, 1) |
|
217 | self.gridLayout.addWidget(self.volOpClear, 12, 4, 1, 1) | |
218 | spacerItem5 = QtGui.QSpacerItem(33, 6, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
218 | spacerItem5 = QtGui.QSpacerItem(33, 6, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
219 | self.gridLayout.addItem(spacerItem5, 12, 5, 1, 1) |
|
219 | self.gridLayout.addItem(spacerItem5, 12, 5, 1, 1) | |
220 | self.volOpCebCohInt = QtGui.QCheckBox(self.tabopVoltage) |
|
220 | self.volOpCebCohInt = QtGui.QCheckBox(self.tabopVoltage) | |
221 | self.volOpCebCohInt.setObjectName(_fromUtf8("volOpCebCohInt")) |
|
221 | self.volOpCebCohInt.setObjectName(_fromUtf8("volOpCebCohInt")) | |
222 | self.gridLayout.addWidget(self.volOpCebCohInt, 10, 0, 1, 3) |
|
222 | self.gridLayout.addWidget(self.volOpCebCohInt, 10, 0, 1, 3) | |
223 | self.volOpCohInt = QtGui.QLineEdit(self.tabopVoltage) |
|
223 | self.volOpCohInt = QtGui.QLineEdit(self.tabopVoltage) | |
224 | self.volOpCohInt.setObjectName(_fromUtf8("volOpCohInt")) |
|
224 | self.volOpCohInt.setObjectName(_fromUtf8("volOpCohInt")) | |
225 | self.gridLayout.addWidget(self.volOpCohInt, 10, 3, 1, 3) |
|
225 | self.gridLayout.addWidget(self.volOpCohInt, 10, 3, 1, 3) | |
226 | self.tabWidgetVoltage.addTab(self.tabopVoltage, _fromUtf8("")) |
|
226 | self.tabWidgetVoltage.addTab(self.tabopVoltage, _fromUtf8("")) | |
227 | self.tabgraphVoltage = QtGui.QWidget() |
|
227 | self.tabgraphVoltage = QtGui.QWidget() | |
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")) |
|
238 | self.volGraphClear = QtGui.QPushButton(self.tabgraphVoltage) | |
239 |
self.volGraphC |
|
239 | self.volGraphClear.setObjectName(_fromUtf8("volGraphClear")) | |
240 | self.volGraphComType.setItemText(0, _fromUtf8("")) |
|
240 | self.gridLayout_6.addWidget(self.volGraphClear, 14, 4, 1, 1) | |
241 | self.volGraphComType.addItem(_fromUtf8("")) |
|
241 | self.volGraphOk = QtGui.QPushButton(self.tabgraphVoltage) | |
242 | self.gridLayout_6.addWidget(self.volGraphComType, 0, 1, 1, 5) |
|
242 | self.volGraphOk.setObjectName(_fromUtf8("volGraphOk")) | |
243 | self.label_10 = QtGui.QLabel(self.tabgraphVoltage) |
|
243 | self.gridLayout_6.addWidget(self.volGraphOk, 14, 2, 1, 1) | |
244 | self.label_10.setObjectName(_fromUtf8("label_10")) |
|
244 | spacerItem8 = QtGui.QSpacerItem(58, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
245 |
self.gridLayout_6.add |
|
245 | self.gridLayout_6.addItem(spacerItem8, 14, 0, 1, 1) | |
246 |
self.volGraph |
|
246 | self.volGraphChannelList = QtGui.QLineEdit(self.tabgraphVoltage) | |
247 |
self.volGraph |
|
247 | self.volGraphChannelList.setObjectName(_fromUtf8("volGraphChannelList")) | |
248 |
self.gridLayout_6.addWidget(self.volGraph |
|
248 | self.gridLayout_6.addWidget(self.volGraphChannelList, 7, 2, 1, 4) | |
249 | spacerItem6 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
249 | self.label_13 = QtGui.QLabel(self.tabgraphVoltage) | |
250 | self.gridLayout_6.addItem(spacerItem6, 6, 1, 1, 5) |
|
250 | self.label_13.setObjectName(_fromUtf8("label_13")) | |
251 | self.volGraphxrange = QtGui.QLineEdit(self.tabgraphVoltage) |
|
251 | self.gridLayout_6.addWidget(self.label_13, 2, 0, 1, 1) | |
252 | self.volGraphxrange.setObjectName(_fromUtf8("volGraphxrange")) |
|
252 | self.volGraphToolPath = QtGui.QToolButton(self.tabgraphVoltage) | |
253 | self.gridLayout_6.addWidget(self.volGraphxrange, 4, 1, 1, 5) |
|
253 | self.volGraphToolPath.setObjectName(_fromUtf8("volGraphToolPath")) | |
254 | self.label_13 = QtGui.QLabel(self.tabgraphVoltage) |
|
254 | self.gridLayout_6.addWidget(self.volGraphToolPath, 1, 5, 1, 1) | |
255 | self.label_13.setObjectName(_fromUtf8("label_13")) |
|
255 | self.volGraphfreqrange = QtGui.QLineEdit(self.tabgraphVoltage) | |
256 | self.gridLayout_6.addWidget(self.label_13, 8, 0, 1, 1) |
|
256 | self.volGraphfreqrange.setObjectName(_fromUtf8("volGraphfreqrange")) | |
257 | self.volGraphCebSave = QtGui.QCheckBox(self.tabgraphVoltage) |
|
257 | self.gridLayout_6.addWidget(self.volGraphfreqrange, 8, 2, 1, 4) | |
258 | self.volGraphCebSave.setObjectName(_fromUtf8("volGraphCebSave")) |
|
258 | self.volGraphCebshow = QtGui.QCheckBox(self.tabgraphVoltage) | |
259 | self.gridLayout_6.addWidget(self.volGraphCebSave, 6, 0, 1, 1) |
|
259 | self.volGraphCebshow.setText(_fromUtf8("")) | |
260 | self.volGraphPrefix = QtGui.QLineEdit(self.tabgraphVoltage) |
|
260 | self.volGraphCebshow.setObjectName(_fromUtf8("volGraphCebshow")) | |
261 | self.volGraphPrefix.setObjectName(_fromUtf8("volGraphPrefix")) |
|
261 | self.gridLayout_6.addWidget(self.volGraphCebshow, 5, 3, 1, 1) | |
262 | self.gridLayout_6.addWidget(self.volGraphPrefix, 8, 1, 1, 5) |
|
262 | self.label_50 = QtGui.QLabel(self.tabgraphVoltage) | |
263 | spacerItem7 = QtGui.QSpacerItem(40, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
263 | self.label_50.setObjectName(_fromUtf8("label_50")) | |
264 |
self.gridLayout_6.add |
|
264 | self.gridLayout_6.addWidget(self.label_50, 4, 5, 1, 1) | |
265 |
self. |
|
265 | self.label_8 = QtGui.QLabel(self.tabgraphVoltage) | |
266 |
self. |
|
266 | self.label_8.setObjectName(_fromUtf8("label_8")) | |
267 |
self.gridLayout_6.addWidget(self. |
|
267 | self.gridLayout_6.addWidget(self.label_8, 7, 0, 1, 1) | |
268 |
self. |
|
268 | self.label_49 = QtGui.QLabel(self.tabgraphVoltage) | |
269 |
self. |
|
269 | self.label_49.setObjectName(_fromUtf8("label_49")) | |
270 |
self.gridLayout_6.addWidget(self. |
|
270 | self.gridLayout_6.addWidget(self.label_49, 4, 3, 1, 1) | |
271 |
self. |
|
271 | self.volGraphPrefix = QtGui.QLineEdit(self.tabgraphVoltage) | |
272 |
self. |
|
272 | self.volGraphPrefix.setObjectName(_fromUtf8("volGraphPrefix")) | |
273 |
self.gridLayout_6.addWidget(self. |
|
273 | self.gridLayout_6.addWidget(self.volGraphPrefix, 2, 2, 1, 4) | |
274 |
self. |
|
274 | self.volGraphPath = QtGui.QLineEdit(self.tabgraphVoltage) | |
275 |
self. |
|
275 | self.volGraphPath.setObjectName(_fromUtf8("volGraphPath")) | |
276 |
self.gridLayout_6.addWidget(self. |
|
276 | self.gridLayout_6.addWidget(self.volGraphPath, 1, 2, 1, 3) | |
277 | spacerItem8 = QtGui.QSpacerItem(18, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
277 | self.volGraphHeightrange = QtGui.QLineEdit(self.tabgraphVoltage) | |
278 | self.gridLayout_6.addItem(spacerItem8, 9, 2, 1, 1) |
|
278 | self.volGraphHeightrange.setObjectName(_fromUtf8("volGraphHeightrange")) | |
279 | self.volGraphClear = QtGui.QPushButton(self.tabgraphVoltage) |
|
279 | self.gridLayout_6.addWidget(self.volGraphHeightrange, 10, 2, 1, 4) | |
280 | self.volGraphClear.setObjectName(_fromUtf8("volGraphClear")) |
|
280 | self.label_52 = QtGui.QLabel(self.tabgraphVoltage) | |
281 | self.gridLayout_6.addWidget(self.volGraphClear, 9, 3, 1, 1) |
|
281 | self.label_52.setObjectName(_fromUtf8("label_52")) | |
282 | self.volGraphOk = QtGui.QPushButton(self.tabgraphVoltage) |
|
282 | self.gridLayout_6.addWidget(self.label_52, 10, 0, 1, 1) | |
283 | self.volGraphOk.setObjectName(_fromUtf8("volGraphOk")) |
|
283 | self.label_14 = QtGui.QLabel(self.tabgraphVoltage) | |
284 | self.gridLayout_6.addWidget(self.volGraphOk, 9, 1, 1, 1) |
|
284 | self.label_14.setObjectName(_fromUtf8("label_14")) | |
285 | spacerItem9 = QtGui.QSpacerItem(58, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
285 | self.gridLayout_6.addWidget(self.label_14, 5, 0, 1, 2) | |
286 | self.gridLayout_6.addItem(spacerItem9, 9, 0, 1, 1) |
|
286 | self.label_51 = QtGui.QLabel(self.tabgraphVoltage) | |
287 | self.volGraphToolPath = QtGui.QToolButton(self.tabgraphVoltage) |
|
287 | self.label_51.setObjectName(_fromUtf8("label_51")) | |
288 | self.volGraphToolPath.setObjectName(_fromUtf8("volGraphToolPath")) |
|
288 | self.gridLayout_6.addWidget(self.label_51, 8, 0, 1, 1) | |
289 | self.gridLayout_6.addWidget(self.volGraphToolPath, 7, 5, 1, 1) |
|
289 | spacerItem9 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) | |
290 | self.label_12 = QtGui.QLabel(self.tabgraphVoltage) |
|
290 | self.gridLayout_6.addItem(spacerItem9, 3, 3, 1, 1) | |
291 | self.label_12.setObjectName(_fromUtf8("label_12")) |
|
291 | spacerItem10 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) | |
292 |
self.gridLayout_6.add |
|
292 | self.gridLayout_6.addItem(spacerItem10, 11, 2, 1, 1) | |
293 |
self.labe |
|
293 | self.volGraphCebSave = QtGui.QCheckBox(self.tabgraphVoltage) | |
294 |
self.labe |
|
294 | self.volGraphCebSave.setText(_fromUtf8("")) | |
295 | self.gridLayout_6.addWidget(self.label_7, 2, 0, 1, 1) |
|
295 | self.volGraphCebSave.setObjectName(_fromUtf8("volGraphCebSave")) | |
296 | self.label_29 = QtGui.QLabel(self.tabgraphVoltage) |
|
296 | self.gridLayout_6.addWidget(self.volGraphCebSave, 5, 5, 1, 1) | |
297 | self.label_29.setObjectName(_fromUtf8("label_29")) |
|
297 | self.tabWidgetVoltage.addTab(self.tabgraphVoltage, _fromUtf8("")) | |
298 | self.gridLayout_6.addWidget(self.label_29, 1, 0, 1, 1) |
|
298 | self.taboutputVoltage = QtGui.QWidget() | |
299 | self.volGraphIdFigure = QtGui.QLineEdit(self.tabgraphVoltage) |
|
299 | self.taboutputVoltage.setObjectName(_fromUtf8("taboutputVoltage")) | |
300 | self.volGraphIdFigure.setObjectName(_fromUtf8("volGraphIdFigure")) |
|
300 | self.gridLayout_12 = QtGui.QGridLayout(self.taboutputVoltage) | |
301 | self.gridLayout_6.addWidget(self.volGraphIdFigure, 1, 1, 1, 5) |
|
301 | self.gridLayout_12.setObjectName(_fromUtf8("gridLayout_12")) | |
302 | self.tabWidgetVoltage.addTab(self.tabgraphVoltage, _fromUtf8("")) |
|
302 | self.label_36 = QtGui.QLabel(self.taboutputVoltage) | |
303 | self.tab_10 = QtGui.QWidget() |
|
303 | self.label_36.setObjectName(_fromUtf8("label_36")) | |
304 | self.tab_10.setObjectName(_fromUtf8("tab_10")) |
|
304 | self.gridLayout_12.addWidget(self.label_36, 0, 0, 1, 1) | |
305 | self.tabWidgetVoltage.addTab(self.tab_10, _fromUtf8("")) |
|
305 | self.label_37 = QtGui.QLabel(self.taboutputVoltage) | |
306 | self.gridLayout_3.addWidget(self.tabWidgetVoltage, 0, 0, 1, 1) |
|
306 | self.label_37.setObjectName(_fromUtf8("label_37")) | |
307 | self.tabWidgetProject.addTab(self.tabVoltage, _fromUtf8("")) |
|
307 | self.gridLayout_12.addWidget(self.label_37, 1, 0, 1, 1) | |
308 | self.tabSpectra = QtGui.QWidget() |
|
308 | self.volOutputPath = QtGui.QLineEdit(self.taboutputVoltage) | |
309 |
self. |
|
309 | self.volOutputPath.setObjectName(_fromUtf8("volOutputPath")) | |
310 | self.gridLayout_7 = QtGui.QGridLayout(self.tabSpectra) |
|
310 | self.gridLayout_12.addWidget(self.volOutputPath, 1, 1, 1, 1) | |
311 | self.gridLayout_7.setObjectName(_fromUtf8("gridLayout_7")) |
|
311 | self.volOutputToolPath = QtGui.QToolButton(self.taboutputVoltage) | |
312 | self.tabWidgetSpectra = QtGui.QTabWidget(self.tabSpectra) |
|
312 | self.volOutputToolPath.setObjectName(_fromUtf8("volOutputToolPath")) | |
313 | self.tabWidgetSpectra.setObjectName(_fromUtf8("tabWidgetSpectra")) |
|
313 | self.gridLayout_12.addWidget(self.volOutputToolPath, 1, 2, 1, 1) | |
314 | self.tabopSpectra = QtGui.QWidget() |
|
314 | self.label_38 = QtGui.QLabel(self.taboutputVoltage) | |
315 |
self. |
|
315 | self.label_38.setObjectName(_fromUtf8("label_38")) | |
316 | self.gridLayout_5 = QtGui.QGridLayout(self.tabopSpectra) |
|
316 | self.gridLayout_12.addWidget(self.label_38, 2, 0, 1, 1) | |
317 | self.gridLayout_5.setObjectName(_fromUtf8("gridLayout_5")) |
|
317 | self.volOutputSufix = QtGui.QLineEdit(self.taboutputVoltage) | |
318 | self.specOpCebnFFTpoints = QtGui.QCheckBox(self.tabopSpectra) |
|
318 | self.volOutputSufix.setObjectName(_fromUtf8("volOutputSufix")) | |
319 | self.specOpCebnFFTpoints.setObjectName(_fromUtf8("specOpCebnFFTpoints")) |
|
319 | self.gridLayout_12.addWidget(self.volOutputSufix, 2, 1, 1, 1) | |
320 | self.gridLayout_5.addWidget(self.specOpCebnFFTpoints, 0, 0, 1, 2) |
|
320 | self.volOutputComData = QtGui.QComboBox(self.taboutputVoltage) | |
321 | self.specOpnFFTpoints = QtGui.QLineEdit(self.tabopSpectra) |
|
321 | self.volOutputComData.setObjectName(_fromUtf8("volOutputComData")) | |
322 | self.specOpnFFTpoints.setObjectName(_fromUtf8("specOpnFFTpoints")) |
|
322 | self.volOutputComData.addItem(_fromUtf8("")) | |
323 | self.gridLayout_5.addWidget(self.specOpnFFTpoints, 0, 2, 1, 3) |
|
323 | self.volOutputComData.addItem(_fromUtf8("")) | |
324 | self.specOpComChannel = QtGui.QComboBox(self.tabopSpectra) |
|
324 | self.gridLayout_12.addWidget(self.volOutputComData, 0, 1, 1, 2) | |
325 | self.specOpComChannel.setObjectName(_fromUtf8("specOpComChannel")) |
|
325 | spacerItem11 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) | |
326 | self.specOpComChannel.addItem(_fromUtf8("")) |
|
326 | self.gridLayout_12.addItem(spacerItem11, 3, 1, 1, 1) | |
327 | self.specOpComChannel.addItem(_fromUtf8("")) |
|
327 | self.tabWidgetVoltage.addTab(self.taboutputVoltage, _fromUtf8("")) | |
328 |
self.gridLayout_ |
|
328 | self.gridLayout_3.addWidget(self.tabWidgetVoltage, 0, 1, 1, 1) | |
329 | self.specOpChannel = QtGui.QLineEdit(self.tabopSpectra) |
|
329 | self.tabWidgetProject.addTab(self.tabVoltage, _fromUtf8("")) | |
330 | self.specOpChannel.setObjectName(_fromUtf8("specOpChannel")) |
|
330 | self.tabSpectra = QtGui.QWidget() | |
331 | self.gridLayout_5.addWidget(self.specOpChannel, 3, 2, 1, 3) |
|
331 | self.tabSpectra.setObjectName(_fromUtf8("tabSpectra")) | |
332 |
self. |
|
332 | self.gridLayout_7 = QtGui.QGridLayout(self.tabSpectra) | |
333 |
self. |
|
333 | self.gridLayout_7.setObjectName(_fromUtf8("gridLayout_7")) | |
334 | self.specOpComHeights.addItem(_fromUtf8("")) |
|
334 | self.tabWidgetSpectra = QtGui.QTabWidget(self.tabSpectra) | |
335 | self.specOpComHeights.addItem(_fromUtf8("")) |
|
335 | self.tabWidgetSpectra.setObjectName(_fromUtf8("tabWidgetSpectra")) | |
336 | self.gridLayout_5.addWidget(self.specOpComHeights, 6, 0, 1, 2) |
|
336 | self.tabopSpectra = QtGui.QWidget() | |
337 | self.specOpHeights = QtGui.QLineEdit(self.tabopSpectra) |
|
337 | self.tabopSpectra.setObjectName(_fromUtf8("tabopSpectra")) | |
338 | self.specOpHeights.setObjectName(_fromUtf8("specOpHeights")) |
|
338 | self.gridLayout_5 = QtGui.QGridLayout(self.tabopSpectra) | |
339 | self.gridLayout_5.addWidget(self.specOpHeights, 6, 2, 1, 3) |
|
339 | self.gridLayout_5.setObjectName(_fromUtf8("gridLayout_5")) | |
340 |
self.specOpCeb |
|
340 | self.specOpCebCrossSpectra = QtGui.QCheckBox(self.tabopSpectra) | |
341 |
self.specOpCeb |
|
341 | self.specOpCebCrossSpectra.setObjectName(_fromUtf8("specOpCebCrossSpectra")) | |
342 |
self.gridLayout_5.addWidget(self.specOpCeb |
|
342 | self.gridLayout_5.addWidget(self.specOpCebCrossSpectra, 1, 0, 1, 2) | |
343 |
self.specOp |
|
343 | self.specOpComChannel = QtGui.QComboBox(self.tabopSpectra) | |
344 |
self.specOp |
|
344 | self.specOpComChannel.setObjectName(_fromUtf8("specOpComChannel")) | |
345 | self.gridLayout_5.addWidget(self.specOpIncoherent, 7, 2, 1, 3) |
|
345 | self.specOpComChannel.addItem(_fromUtf8("")) | |
346 | self.specOpCebRemoveDC = QtGui.QCheckBox(self.tabopSpectra) |
|
346 | self.specOpComChannel.addItem(_fromUtf8("")) | |
347 | self.specOpCebRemoveDC.setObjectName(_fromUtf8("specOpCebRemoveDC")) |
|
347 | self.gridLayout_5.addWidget(self.specOpComChannel, 5, 0, 1, 2) | |
348 | self.gridLayout_5.addWidget(self.specOpCebRemoveDC, 8, 0, 1, 2) |
|
348 | self.specOpChannel = QtGui.QLineEdit(self.tabopSpectra) | |
349 | self.specOpRemoveDC = QtGui.QLineEdit(self.tabopSpectra) |
|
349 | self.specOpChannel.setObjectName(_fromUtf8("specOpChannel")) | |
350 | self.specOpRemoveDC.setObjectName(_fromUtf8("specOpRemoveDC")) |
|
350 | self.gridLayout_5.addWidget(self.specOpChannel, 5, 2, 1, 3) | |
351 | self.gridLayout_5.addWidget(self.specOpRemoveDC, 8, 2, 1, 3) |
|
351 | self.specOpComHeights = QtGui.QComboBox(self.tabopSpectra) | |
352 | self.specOpCebRemoveInterference = QtGui.QCheckBox(self.tabopSpectra) |
|
352 | self.specOpComHeights.setObjectName(_fromUtf8("specOpComHeights")) | |
353 | self.specOpCebRemoveInterference.setObjectName(_fromUtf8("specOpCebRemoveInterference")) |
|
353 | self.specOpComHeights.addItem(_fromUtf8("")) | |
354 | self.gridLayout_5.addWidget(self.specOpCebRemoveInterference, 9, 0, 1, 2) |
|
354 | self.specOpComHeights.addItem(_fromUtf8("")) | |
355 | self.specOpRemoveInterference = QtGui.QLineEdit(self.tabopSpectra) |
|
355 | self.gridLayout_5.addWidget(self.specOpComHeights, 8, 0, 1, 2) | |
356 | self.specOpRemoveInterference.setObjectName(_fromUtf8("specOpRemoveInterference")) |
|
356 | self.specOpHeights = QtGui.QLineEdit(self.tabopSpectra) | |
357 | self.gridLayout_5.addWidget(self.specOpRemoveInterference, 9, 2, 1, 3) |
|
357 | self.specOpHeights.setObjectName(_fromUtf8("specOpHeights")) | |
358 | spacerItem10 = QtGui.QSpacerItem(49, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
358 | self.gridLayout_5.addWidget(self.specOpHeights, 8, 2, 1, 3) | |
359 | self.gridLayout_5.addItem(spacerItem10, 10, 0, 1, 1) |
|
359 | self.specOpCebIncoherent = QtGui.QCheckBox(self.tabopSpectra) | |
360 | self.specOpOk = QtGui.QPushButton(self.tabopSpectra) |
|
360 | self.specOpCebIncoherent.setObjectName(_fromUtf8("specOpCebIncoherent")) | |
361 | self.specOpOk.setObjectName(_fromUtf8("specOpOk")) |
|
361 | self.gridLayout_5.addWidget(self.specOpCebIncoherent, 9, 0, 1, 2) | |
362 | self.gridLayout_5.addWidget(self.specOpOk, 10, 1, 1, 1) |
|
362 | self.specOpIncoherent = QtGui.QLineEdit(self.tabopSpectra) | |
363 | spacerItem11 = QtGui.QSpacerItem(46, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
363 | self.specOpIncoherent.setObjectName(_fromUtf8("specOpIncoherent")) | |
364 |
self.gridLayout_5.add |
|
364 | self.gridLayout_5.addWidget(self.specOpIncoherent, 9, 2, 1, 3) | |
365 |
self. |
|
365 | self.specOpCebRemoveDC = QtGui.QCheckBox(self.tabopSpectra) | |
366 |
self. |
|
366 | self.specOpCebRemoveDC.setObjectName(_fromUtf8("specOpCebRemoveDC")) | |
367 |
self.gridLayout_5.addWidget(self. |
|
367 | self.gridLayout_5.addWidget(self.specOpCebRemoveDC, 10, 0, 1, 2) | |
368 | spacerItem12 = QtGui.QSpacerItem(35, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
368 | self.specOpRemoveDC = QtGui.QLineEdit(self.tabopSpectra) | |
369 | self.gridLayout_5.addItem(spacerItem12, 10, 4, 1, 1) |
|
369 | self.specOpRemoveDC.setObjectName(_fromUtf8("specOpRemoveDC")) | |
370 | self.specOpCebHeights = QtGui.QCheckBox(self.tabopSpectra) |
|
370 | self.gridLayout_5.addWidget(self.specOpRemoveDC, 10, 2, 1, 3) | |
371 | self.specOpCebHeights.setObjectName(_fromUtf8("specOpCebHeights")) |
|
371 | self.specOpCebRemoveInterference = QtGui.QCheckBox(self.tabopSpectra) | |
372 | self.gridLayout_5.addWidget(self.specOpCebHeights, 4, 0, 1, 1) |
|
372 | self.specOpCebRemoveInterference.setObjectName(_fromUtf8("specOpCebRemoveInterference")) | |
373 | self.specOpCebChannel = QtGui.QCheckBox(self.tabopSpectra) |
|
373 | self.gridLayout_5.addWidget(self.specOpCebRemoveInterference, 11, 0, 1, 2) | |
374 | self.specOpCebChannel.setObjectName(_fromUtf8("specOpCebChannel")) |
|
374 | self.specOpRemoveInterference = QtGui.QLineEdit(self.tabopSpectra) | |
375 | self.gridLayout_5.addWidget(self.specOpCebChannel, 2, 0, 1, 1) |
|
375 | self.specOpRemoveInterference.setObjectName(_fromUtf8("specOpRemoveInterference")) | |
376 | self.label_31 = QtGui.QLabel(self.tabopSpectra) |
|
376 | self.gridLayout_5.addWidget(self.specOpRemoveInterference, 11, 2, 1, 3) | |
377 | self.label_31.setObjectName(_fromUtf8("label_31")) |
|
377 | spacerItem12 = QtGui.QSpacerItem(49, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
378 |
self.gridLayout_5.add |
|
378 | self.gridLayout_5.addItem(spacerItem12, 12, 0, 1, 1) | |
379 |
self.specOp |
|
379 | self.specOpOk = QtGui.QPushButton(self.tabopSpectra) | |
380 |
self.specOp |
|
380 | self.specOpOk.setObjectName(_fromUtf8("specOpOk")) | |
381 |
self.gridLayout_5.addWidget(self.specOp |
|
381 | self.gridLayout_5.addWidget(self.specOpOk, 12, 1, 1, 1) | |
382 | self.tabWidgetSpectra.addTab(self.tabopSpectra, _fromUtf8("")) |
|
382 | spacerItem13 = QtGui.QSpacerItem(46, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
383 | self.tabgraphSpectra = QtGui.QWidget() |
|
383 | self.gridLayout_5.addItem(spacerItem13, 12, 2, 1, 1) | |
384 | self.tabgraphSpectra.setObjectName(_fromUtf8("tabgraphSpectra")) |
|
384 | self.pushButton_8 = QtGui.QPushButton(self.tabopSpectra) | |
385 | self.gridLayout_9 = QtGui.QGridLayout(self.tabgraphSpectra) |
|
385 | self.pushButton_8.setObjectName(_fromUtf8("pushButton_8")) | |
386 | self.gridLayout_9.setObjectName(_fromUtf8("gridLayout_9")) |
|
386 | self.gridLayout_5.addWidget(self.pushButton_8, 12, 3, 1, 1) | |
387 | self.label_22 = QtGui.QLabel(self.tabgraphSpectra) |
|
387 | spacerItem14 = QtGui.QSpacerItem(35, 12, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
388 | self.label_22.setObjectName(_fromUtf8("label_22")) |
|
388 | self.gridLayout_5.addItem(spacerItem14, 12, 4, 1, 1) | |
389 | self.gridLayout_9.addWidget(self.label_22, 1, 0, 1, 2) |
|
389 | self.specOpCebHeights = QtGui.QCheckBox(self.tabopSpectra) | |
390 | self.specGraphIdFigure = QtGui.QLineEdit(self.tabgraphSpectra) |
|
390 | self.specOpCebHeights.setObjectName(_fromUtf8("specOpCebHeights")) | |
391 | self.specGraphIdFigure.setObjectName(_fromUtf8("specGraphIdFigure")) |
|
391 | self.gridLayout_5.addWidget(self.specOpCebHeights, 6, 0, 1, 1) | |
392 | self.gridLayout_9.addWidget(self.specGraphIdFigure, 1, 2, 1, 5) |
|
392 | self.specOpCebChannel = QtGui.QCheckBox(self.tabopSpectra) | |
393 | self.label_16 = QtGui.QLabel(self.tabgraphSpectra) |
|
393 | self.specOpCebChannel.setObjectName(_fromUtf8("specOpCebChannel")) | |
394 | self.label_16.setObjectName(_fromUtf8("label_16")) |
|
394 | self.gridLayout_5.addWidget(self.specOpCebChannel, 4, 0, 1, 1) | |
395 | self.gridLayout_9.addWidget(self.label_16, 2, 0, 1, 2) |
|
395 | self.specOppairsList = QtGui.QLineEdit(self.tabopSpectra) | |
396 | self.specGraphWinTitle = QtGui.QLineEdit(self.tabgraphSpectra) |
|
396 | self.specOppairsList.setObjectName(_fromUtf8("specOppairsList")) | |
397 | self.specGraphWinTitle.setObjectName(_fromUtf8("specGraphWinTitle")) |
|
397 | self.gridLayout_5.addWidget(self.specOppairsList, 3, 2, 1, 3) | |
398 | self.gridLayout_9.addWidget(self.specGraphWinTitle, 2, 2, 1, 5) |
|
398 | self.specOpnFFTpoints = QtGui.QLineEdit(self.tabopSpectra) | |
399 | self.label_17 = QtGui.QLabel(self.tabgraphSpectra) |
|
399 | self.specOpnFFTpoints.setObjectName(_fromUtf8("specOpnFFTpoints")) | |
400 | self.label_17.setObjectName(_fromUtf8("label_17")) |
|
400 | self.gridLayout_5.addWidget(self.specOpnFFTpoints, 0, 2, 1, 3) | |
401 | self.gridLayout_9.addWidget(self.label_17, 3, 0, 1, 2) |
|
401 | self.label_31 = QtGui.QLabel(self.tabopSpectra) | |
402 | self.specGraphChannelList = QtGui.QLineEdit(self.tabgraphSpectra) |
|
402 | self.label_31.setObjectName(_fromUtf8("label_31")) | |
403 | self.specGraphChannelList.setObjectName(_fromUtf8("specGraphChannelList")) |
|
403 | self.gridLayout_5.addWidget(self.label_31, 3, 0, 1, 2) | |
404 | self.gridLayout_9.addWidget(self.specGraphChannelList, 3, 2, 1, 5) |
|
404 | self.label_26 = QtGui.QLabel(self.tabopSpectra) | |
405 | self.label_18 = QtGui.QLabel(self.tabgraphSpectra) |
|
405 | self.label_26.setObjectName(_fromUtf8("label_26")) | |
406 | self.label_18.setObjectName(_fromUtf8("label_18")) |
|
406 | self.gridLayout_5.addWidget(self.label_26, 0, 0, 1, 2) | |
407 | self.gridLayout_9.addWidget(self.label_18, 4, 0, 1, 2) |
|
407 | self.tabWidgetSpectra.addTab(self.tabopSpectra, _fromUtf8("")) | |
408 | self.specGgraphxrange = QtGui.QLineEdit(self.tabgraphSpectra) |
|
408 | self.tabgraphSpectra = QtGui.QWidget() | |
409 |
self. |
|
409 | self.tabgraphSpectra.setObjectName(_fromUtf8("tabgraphSpectra")) | |
410 |
self.gridLayout_9. |
|
410 | self.gridLayout_9 = QtGui.QGridLayout(self.tabgraphSpectra) | |
411 | self.label_19 = QtGui.QLabel(self.tabgraphSpectra) |
|
411 | self.gridLayout_9.setObjectName(_fromUtf8("gridLayout_9")) | |
412 | self.label_19.setObjectName(_fromUtf8("label_19")) |
|
412 | self.specGraphPowerprofile = QtGui.QCheckBox(self.tabgraphSpectra) | |
413 | self.gridLayout_9.addWidget(self.label_19, 5, 0, 1, 2) |
|
413 | self.specGraphPowerprofile.setText(_fromUtf8("")) | |
414 | self.specGgraphyrange = QtGui.QLineEdit(self.tabgraphSpectra) |
|
414 | self.specGraphPowerprofile.setObjectName(_fromUtf8("specGraphPowerprofile")) | |
415 | self.specGgraphyrange.setObjectName(_fromUtf8("specGgraphyrange")) |
|
415 | self.gridLayout_9.addWidget(self.specGraphPowerprofile, 11, 2, 1, 1) | |
416 | self.gridLayout_9.addWidget(self.specGgraphyrange, 5, 2, 1, 5) |
|
416 | self.specGraphSaveRTIfromNoise = QtGui.QCheckBox(self.tabgraphSpectra) | |
417 | self.label_21 = QtGui.QLabel(self.tabgraphSpectra) |
|
417 | self.specGraphSaveRTIfromNoise.setText(_fromUtf8("")) | |
418 |
self. |
|
418 | self.specGraphSaveRTIfromNoise.setObjectName(_fromUtf8("specGraphSaveRTIfromNoise")) | |
419 |
self.gridLayout_9.addWidget(self. |
|
419 | self.gridLayout_9.addWidget(self.specGraphSaveRTIfromNoise, 10, 5, 1, 1) | |
420 |
self. |
|
420 | self.label_43 = QtGui.QLabel(self.tabgraphSpectra) | |
421 |
self. |
|
421 | self.label_43.setObjectName(_fromUtf8("label_43")) | |
422 |
self.gridLayout_9.addWidget(self. |
|
422 | self.gridLayout_9.addWidget(self.label_43, 4, 2, 1, 2) | |
423 |
self.label_2 |
|
423 | self.label_42 = QtGui.QLabel(self.tabgraphSpectra) | |
424 |
self.label_2 |
|
424 | self.label_42.setObjectName(_fromUtf8("label_42")) | |
425 |
self.gridLayout_9.addWidget(self.label_2 |
|
425 | self.gridLayout_9.addWidget(self.label_42, 8, 0, 1, 1) | |
426 |
self. |
|
426 | self.label_16 = QtGui.QLabel(self.tabgraphSpectra) | |
427 |
self. |
|
427 | self.label_16.setObjectName(_fromUtf8("label_16")) | |
428 |
self.gridLayout_9.addWidget(self. |
|
428 | self.gridLayout_9.addWidget(self.label_16, 18, 0, 1, 1) | |
429 |
self. |
|
429 | self.label_17 = QtGui.QLabel(self.tabgraphSpectra) | |
430 |
self. |
|
430 | self.label_17.setObjectName(_fromUtf8("label_17")) | |
431 |
self.gridLayout_9.addWidget(self. |
|
431 | self.gridLayout_9.addWidget(self.label_17, 19, 0, 1, 1) | |
432 | spacerItem13 = QtGui.QSpacerItem(197, 16, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
432 | self.label_18 = QtGui.QLabel(self.tabgraphSpectra) | |
433 | self.gridLayout_9.addItem(spacerItem13, 8, 2, 1, 5) |
|
433 | self.label_18.setObjectName(_fromUtf8("label_18")) | |
434 | self.label_24 = QtGui.QLabel(self.tabgraphSpectra) |
|
434 | self.gridLayout_9.addWidget(self.label_18, 20, 0, 1, 1) | |
435 | self.label_24.setObjectName(_fromUtf8("label_24")) |
|
435 | self.label_21 = QtGui.QLabel(self.tabgraphSpectra) | |
436 | self.gridLayout_9.addWidget(self.label_24, 9, 0, 1, 2) |
|
436 | self.label_21.setObjectName(_fromUtf8("label_21")) | |
437 | self.specGraphPath = QtGui.QLineEdit(self.tabgraphSpectra) |
|
437 | self.gridLayout_9.addWidget(self.label_21, 22, 0, 1, 1) | |
438 | self.specGraphPath.setObjectName(_fromUtf8("specGraphPath")) |
|
438 | self.specGgraphFreq = QtGui.QLineEdit(self.tabgraphSpectra) | |
439 | self.gridLayout_9.addWidget(self.specGraphPath, 9, 2, 1, 4) |
|
439 | self.specGgraphFreq.setObjectName(_fromUtf8("specGgraphFreq")) | |
440 | self.specGraphToolPath = QtGui.QToolButton(self.tabgraphSpectra) |
|
440 | self.gridLayout_9.addWidget(self.specGgraphFreq, 16, 1, 1, 6) | |
441 | self.specGraphToolPath.setObjectName(_fromUtf8("specGraphToolPath")) |
|
441 | self.specGgraphHeight = QtGui.QLineEdit(self.tabgraphSpectra) | |
442 | self.gridLayout_9.addWidget(self.specGraphToolPath, 9, 6, 1, 1) |
|
442 | self.specGgraphHeight.setObjectName(_fromUtf8("specGgraphHeight")) | |
443 | self.label_25 = QtGui.QLabel(self.tabgraphSpectra) |
|
443 | self.gridLayout_9.addWidget(self.specGgraphHeight, 18, 1, 1, 6) | |
444 | self.label_25.setObjectName(_fromUtf8("label_25")) |
|
444 | spacerItem15 = QtGui.QSpacerItem(49, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
445 |
self.gridLayout_9.add |
|
445 | self.gridLayout_9.addItem(spacerItem15, 27, 0, 1, 1) | |
446 | spacerItem14 = QtGui.QSpacerItem(49, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
446 | self.specGraphOk = QtGui.QPushButton(self.tabgraphSpectra) | |
447 | self.gridLayout_9.addItem(spacerItem14, 11, 0, 1, 1) |
|
447 | self.specGraphOk.setObjectName(_fromUtf8("specGraphOk")) | |
448 | self.specGraphOk = QtGui.QPushButton(self.tabgraphSpectra) |
|
448 | self.gridLayout_9.addWidget(self.specGraphOk, 27, 1, 1, 2) | |
449 | self.specGraphOk.setObjectName(_fromUtf8("specGraphOk")) |
|
449 | spacerItem16 = QtGui.QSpacerItem(39, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
450 |
self.gridLayout_9.add |
|
450 | self.gridLayout_9.addItem(spacerItem16, 27, 3, 1, 1) | |
451 | spacerItem15 = QtGui.QSpacerItem(39, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
451 | self.specGraphClear = QtGui.QPushButton(self.tabgraphSpectra) | |
452 | self.gridLayout_9.addItem(spacerItem15, 11, 3, 1, 1) |
|
452 | self.specGraphClear.setObjectName(_fromUtf8("specGraphClear")) | |
453 | self.specGraphClear = QtGui.QPushButton(self.tabgraphSpectra) |
|
453 | self.gridLayout_9.addWidget(self.specGraphClear, 27, 4, 1, 1) | |
454 | self.specGraphClear.setObjectName(_fromUtf8("specGraphClear")) |
|
454 | spacerItem17 = QtGui.QSpacerItem(28, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) | |
455 |
self.gridLayout_9.add |
|
455 | self.gridLayout_9.addItem(spacerItem17, 27, 5, 1, 2) | |
456 | spacerItem16 = QtGui.QSpacerItem(28, 15, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) |
|
456 | self.specGraphSaveCoherencemap = QtGui.QCheckBox(self.tabgraphSpectra) | |
457 | self.gridLayout_9.addItem(spacerItem16, 11, 5, 1, 2) |
|
457 | self.specGraphSaveCoherencemap.setText(_fromUtf8("")) | |
458 | self.specGraphPrefix = QtGui.QLineEdit(self.tabgraphSpectra) |
|
458 | self.specGraphSaveCoherencemap.setObjectName(_fromUtf8("specGraphSaveCoherencemap")) | |
459 | self.specGraphPrefix.setObjectName(_fromUtf8("specGraphPrefix")) |
|
459 | self.gridLayout_9.addWidget(self.specGraphSaveCoherencemap, 9, 5, 1, 1) | |
460 | self.gridLayout_9.addWidget(self.specGraphPrefix, 10, 2, 1, 5) |
|
460 | self.specGraphCebCoherencmap = QtGui.QCheckBox(self.tabgraphSpectra) | |
461 | self.specGraphComType = QtGui.QComboBox(self.tabgraphSpectra) |
|
461 | self.specGraphCebCoherencmap.setText(_fromUtf8("")) | |
462 |
self.specGraphC |
|
462 | self.specGraphCebCoherencmap.setObjectName(_fromUtf8("specGraphCebCoherencmap")) | |
463 | self.specGraphComType.addItem(_fromUtf8("")) |
|
463 | self.gridLayout_9.addWidget(self.specGraphCebCoherencmap, 9, 2, 1, 1) | |
464 | self.specGraphComType.setItemText(0, _fromUtf8("")) |
|
464 | self.label_24 = QtGui.QLabel(self.tabgraphSpectra) | |
465 |
self. |
|
465 | self.label_24.setObjectName(_fromUtf8("label_24")) | |
466 | self.specGraphComType.addItem(_fromUtf8("")) |
|
466 | self.gridLayout_9.addWidget(self.label_24, 0, 0, 1, 1) | |
467 | self.specGraphComType.addItem(_fromUtf8("")) |
|
467 | self.specGraphPrefix = QtGui.QLineEdit(self.tabgraphSpectra) | |
468 |
self.specGraph |
|
468 | self.specGraphPrefix.setObjectName(_fromUtf8("specGraphPrefix")) | |
469 | self.specGraphComType.addItem(_fromUtf8("")) |
|
469 | self.gridLayout_9.addWidget(self.specGraphPrefix, 2, 1, 1, 6) | |
470 | self.specGraphComType.addItem(_fromUtf8("")) |
|
470 | self.specGgraphDbsrange = QtGui.QLineEdit(self.tabgraphSpectra) | |
471 | self.gridLayout_9.addWidget(self.specGraphComType, 0, 2, 1, 5) |
|
471 | self.specGgraphDbsrange.setObjectName(_fromUtf8("specGgraphDbsrange")) | |
472 | self.label_14 = QtGui.QLabel(self.tabgraphSpectra) |
|
472 | self.gridLayout_9.addWidget(self.specGgraphDbsrange, 19, 1, 1, 6) | |
473 | self.label_14.setObjectName(_fromUtf8("label_14")) |
|
473 | self.label_46 = QtGui.QLabel(self.tabgraphSpectra) | |
474 | self.gridLayout_9.addWidget(self.label_14, 0, 0, 1, 2) |
|
474 | self.label_46.setObjectName(_fromUtf8("label_46")) | |
475 | self.tabWidgetSpectra.addTab(self.tabgraphSpectra, _fromUtf8("")) |
|
475 | self.gridLayout_9.addWidget(self.label_46, 11, 0, 1, 1) | |
476 | self.gridLayout_7.addWidget(self.tabWidgetSpectra, 3, 3, 1, 1) |
|
476 | self.label_40 = QtGui.QLabel(self.tabgraphSpectra) | |
477 | self.tabWidgetProject.addTab(self.tabSpectra, _fromUtf8("")) |
|
477 | self.label_40.setObjectName(_fromUtf8("label_40")) | |
478 | self.tabCorrelation = QtGui.QWidget() |
|
478 | self.gridLayout_9.addWidget(self.label_40, 6, 0, 1, 2) | |
479 | self.tabCorrelation.setObjectName(_fromUtf8("tabCorrelation")) |
|
479 | self.label_22 = QtGui.QLabel(self.tabgraphSpectra) | |
480 | self.tabWidgetProject.addTab(self.tabCorrelation, _fromUtf8("")) |
|
480 | self.label_22.setObjectName(_fromUtf8("label_22")) | |
481 | self.tabConsole = QtGui.QTabWidget(self.splitter) |
|
481 | self.gridLayout_9.addWidget(self.label_22, 16, 0, 1, 1) | |
482 | self.tabConsole.setMinimumSize(QtCore.QSize(0, 0)) |
|
482 | self.specGraphPath = QtGui.QLineEdit(self.tabgraphSpectra) | |
483 |
self. |
|
483 | self.specGraphPath.setObjectName(_fromUtf8("specGraphPath")) | |
484 | self.tab_5 = QtGui.QWidget() |
|
484 | self.gridLayout_9.addWidget(self.specGraphPath, 0, 1, 1, 5) | |
485 | self.tab_5.setObjectName(_fromUtf8("tab_5")) |
|
485 | self.specGgraphPhaserange = QtGui.QLineEdit(self.tabgraphSpectra) | |
486 | self.gridLayout_4 = QtGui.QGridLayout(self.tab_5) |
|
486 | self.specGgraphPhaserange.setObjectName(_fromUtf8("specGgraphPhaserange")) | |
487 | self.gridLayout_4.setObjectName(_fromUtf8("gridLayout_4")) |
|
487 | self.gridLayout_9.addWidget(self.specGgraphPhaserange, 22, 1, 1, 6) | |
488 |
self. |
|
488 | self.label_45 = QtGui.QLabel(self.tabgraphSpectra) | |
489 |
self. |
|
489 | self.label_45.setObjectName(_fromUtf8("label_45")) | |
490 |
self.gridLayout_ |
|
490 | self.gridLayout_9.addWidget(self.label_45, 10, 0, 1, 1) | |
491 | self.tabConsole.addTab(self.tab_5, _fromUtf8("")) |
|
491 | self.specGraphCebRTIplot = QtGui.QCheckBox(self.tabgraphSpectra) | |
492 | self.tabWidget = QtGui.QTabWidget(self.splitter_2) |
|
492 | self.specGraphCebRTIplot.setText(_fromUtf8("")) | |
493 |
self. |
|
493 | self.specGraphCebRTIplot.setObjectName(_fromUtf8("specGraphCebRTIplot")) | |
494 | self.tabProjectProperty = QtGui.QWidget() |
|
494 | self.gridLayout_9.addWidget(self.specGraphCebRTIplot, 8, 2, 1, 1) | |
495 | self.tabProjectProperty.setObjectName(_fromUtf8("tabProjectProperty")) |
|
495 | self.specGgraphmagnitud = QtGui.QLineEdit(self.tabgraphSpectra) | |
496 | self.gridLayout_8 = QtGui.QGridLayout(self.tabProjectProperty) |
|
496 | self.specGgraphmagnitud.setObjectName(_fromUtf8("specGgraphmagnitud")) | |
497 | self.gridLayout_8.setObjectName(_fromUtf8("gridLayout_8")) |
|
497 | self.gridLayout_9.addWidget(self.specGgraphmagnitud, 20, 1, 1, 6) | |
498 |
self. |
|
498 | self.specGraphCebCrossSpectraplot = QtGui.QCheckBox(self.tabgraphSpectra) | |
499 | self.treeProjectProperties.setObjectName(_fromUtf8("treeProjectProperties")) |
|
499 | self.specGraphCebCrossSpectraplot.setText(_fromUtf8("")) | |
500 | self.gridLayout_8.addWidget(self.treeProjectProperties, 0, 0, 1, 1) |
|
500 | self.specGraphCebCrossSpectraplot.setObjectName(_fromUtf8("specGraphCebCrossSpectraplot")) | |
501 | self.tabWidget.addTab(self.tabProjectProperty, _fromUtf8("")) |
|
501 | self.gridLayout_9.addWidget(self.specGraphCebCrossSpectraplot, 7, 2, 1, 1) | |
502 | self.gridLayout_10.addWidget(self.splitter_2, 0, 0, 1, 1) |
|
502 | self.label_41 = QtGui.QLabel(self.tabgraphSpectra) | |
503 | MainWindow.setCentralWidget(self.centralWidget) |
|
503 | self.label_41.setObjectName(_fromUtf8("label_41")) | |
504 | self.toolBar = QtGui.QToolBar(MainWindow) |
|
504 | self.gridLayout_9.addWidget(self.label_41, 7, 0, 1, 1) | |
505 | self.toolBar.setObjectName(_fromUtf8("toolBar")) |
|
505 | self.specGraphRTIfromnoise = QtGui.QCheckBox(self.tabgraphSpectra) | |
506 | MainWindow.addToolBar(QtCore.Qt.TopToolBarArea, self.toolBar) |
|
506 | self.specGraphRTIfromnoise.setText(_fromUtf8("")) | |
507 | self.menuBar = QtGui.QMenuBar(MainWindow) |
|
507 | self.specGraphRTIfromnoise.setObjectName(_fromUtf8("specGraphRTIfromnoise")) | |
508 | self.menuBar.setGeometry(QtCore.QRect(0, 0, 753, 21)) |
|
508 | self.gridLayout_9.addWidget(self.specGraphRTIfromnoise, 10, 2, 1, 1) | |
509 | self.menuBar.setObjectName(_fromUtf8("menuBar")) |
|
509 | self.specGraphSaveCross = QtGui.QCheckBox(self.tabgraphSpectra) | |
510 | self.menuProject = QtGui.QMenu(self.menuBar) |
|
510 | self.specGraphSaveCross.setText(_fromUtf8("")) | |
511 |
self. |
|
511 | self.specGraphSaveCross.setObjectName(_fromUtf8("specGraphSaveCross")) | |
512 | self.menuRun = QtGui.QMenu(self.menuBar) |
|
512 | self.gridLayout_9.addWidget(self.specGraphSaveCross, 7, 5, 1, 1) | |
513 | self.menuRun.setObjectName(_fromUtf8("menuRun")) |
|
513 | self.label_44 = QtGui.QLabel(self.tabgraphSpectra) | |
514 | self.menuOptions = QtGui.QMenu(self.menuBar) |
|
514 | self.label_44.setObjectName(_fromUtf8("label_44")) | |
515 | self.menuOptions.setObjectName(_fromUtf8("menuOptions")) |
|
515 | self.gridLayout_9.addWidget(self.label_44, 9, 0, 1, 1) | |
516 | self.menuHelp = QtGui.QMenu(self.menuBar) |
|
516 | self.specGraphSavePowerprofile = QtGui.QCheckBox(self.tabgraphSpectra) | |
517 |
self. |
|
517 | self.specGraphSavePowerprofile.setText(_fromUtf8("")) | |
518 | MainWindow.setMenuBar(self.menuBar) |
|
518 | self.specGraphSavePowerprofile.setObjectName(_fromUtf8("specGraphSavePowerprofile")) | |
519 | self.actionOpen = QtGui.QAction(MainWindow) |
|
519 | self.gridLayout_9.addWidget(self.specGraphSavePowerprofile, 11, 5, 1, 1) | |
520 | self.actionOpen.setObjectName(_fromUtf8("actionOpen")) |
|
520 | self.specGraphSaveRTIplot = QtGui.QCheckBox(self.tabgraphSpectra) | |
521 | self.actionCreate = QtGui.QAction(MainWindow) |
|
521 | self.specGraphSaveRTIplot.setText(_fromUtf8("")) | |
522 |
self. |
|
522 | self.specGraphSaveRTIplot.setObjectName(_fromUtf8("specGraphSaveRTIplot")) | |
523 | self.actionSave = QtGui.QAction(MainWindow) |
|
523 | self.gridLayout_9.addWidget(self.specGraphSaveRTIplot, 8, 5, 1, 1) | |
524 | self.actionSave.setObjectName(_fromUtf8("actionSave")) |
|
524 | self.specGraphCebSpectraplot = QtGui.QCheckBox(self.tabgraphSpectra) | |
525 | self.actionClose = QtGui.QAction(MainWindow) |
|
525 | self.specGraphCebSpectraplot.setText(_fromUtf8("")) | |
526 |
self. |
|
526 | self.specGraphCebSpectraplot.setObjectName(_fromUtf8("specGraphCebSpectraplot")) | |
527 | self.actionStart = QtGui.QAction(MainWindow) |
|
527 | self.gridLayout_9.addWidget(self.specGraphCebSpectraplot, 6, 2, 1, 1) | |
528 | self.actionStart.setObjectName(_fromUtf8("actionStart")) |
|
528 | self.label_47 = QtGui.QLabel(self.tabgraphSpectra) | |
529 | self.actionPause = QtGui.QAction(MainWindow) |
|
529 | self.label_47.setObjectName(_fromUtf8("label_47")) | |
530 | self.actionPause.setObjectName(_fromUtf8("actionPause")) |
|
530 | self.gridLayout_9.addWidget(self.label_47, 4, 5, 1, 1) | |
531 | self.actionAbout = QtGui.QAction(MainWindow) |
|
531 | self.specGraphSaveSpectra = QtGui.QCheckBox(self.tabgraphSpectra) | |
532 |
self. |
|
532 | self.specGraphSaveSpectra.setText(_fromUtf8("")) | |
533 | self.actionOpenToolbar = QtGui.QAction(MainWindow) |
|
533 | self.specGraphSaveSpectra.setObjectName(_fromUtf8("specGraphSaveSpectra")) | |
534 | icon = QtGui.QIcon() |
|
534 | self.gridLayout_9.addWidget(self.specGraphSaveSpectra, 6, 5, 1, 1) | |
535 | icon.addPixmap(QtGui.QPixmap(_fromUtf8("figure/open.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
|
535 | self.specGgraphTimeRange = QtGui.QLineEdit(self.tabgraphSpectra) | |
536 | self.actionOpenToolbar.setIcon(icon) |
|
536 | self.specGgraphTimeRange.setObjectName(_fromUtf8("specGgraphTimeRange")) | |
537 | self.actionOpenToolbar.setObjectName(_fromUtf8("actionOpenToolbar")) |
|
537 | self.gridLayout_9.addWidget(self.specGgraphTimeRange, 21, 1, 1, 6) | |
538 | self.actionCreateToolbar = QtGui.QAction(MainWindow) |
|
538 | self.specGraphToolPath = QtGui.QToolButton(self.tabgraphSpectra) | |
539 | icon1 = QtGui.QIcon() |
|
539 | self.specGraphToolPath.setObjectName(_fromUtf8("specGraphToolPath")) | |
540 | icon1.addPixmap(QtGui.QPixmap(_fromUtf8("figure/create_class_obj.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
|
540 | self.gridLayout_9.addWidget(self.specGraphToolPath, 0, 6, 1, 1) | |
541 | self.actionCreateToolbar.setIcon(icon1) |
|
541 | self.label_20 = QtGui.QLabel(self.tabgraphSpectra) | |
542 |
self. |
|
542 | self.label_20.setObjectName(_fromUtf8("label_20")) | |
543 | self.actionSaveToolbar = QtGui.QAction(MainWindow) |
|
543 | self.gridLayout_9.addWidget(self.label_20, 21, 0, 1, 1) | |
544 | icon2 = QtGui.QIcon() |
|
544 | self.specGraphSaveCCF = QtGui.QCheckBox(self.tabgraphSpectra) | |
545 | icon2.addPixmap(QtGui.QPixmap(_fromUtf8("figure/save.gif")), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
|
545 | self.specGraphSaveCCF.setText(_fromUtf8("")) | |
546 | self.actionSaveToolbar.setIcon(icon2) |
|
546 | self.specGraphSaveCCF.setObjectName(_fromUtf8("specGraphSaveCCF")) | |
547 | self.actionSaveToolbar.setObjectName(_fromUtf8("actionSaveToolbar")) |
|
547 | self.gridLayout_9.addWidget(self.specGraphSaveCCF, 13, 5, 1, 1) | |
548 | self.actionStarToolbar = QtGui.QAction(MainWindow) |
|
548 | self.specGraphPhase = QtGui.QCheckBox(self.tabgraphSpectra) | |
549 | icon3 = QtGui.QIcon() |
|
549 | self.specGraphPhase.setText(_fromUtf8("")) | |
550 | icon3.addPixmap(QtGui.QPixmap(_fromUtf8("figure/startServer.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
|
550 | self.specGraphPhase.setObjectName(_fromUtf8("specGraphPhase")) | |
551 | self.actionStarToolbar.setIcon(icon3) |
|
551 | self.gridLayout_9.addWidget(self.specGraphPhase, 12, 2, 1, 1) | |
552 | self.actionStarToolbar.setObjectName(_fromUtf8("actionStarToolbar")) |
|
552 | self.label_19 = QtGui.QLabel(self.tabgraphSpectra) | |
553 | self.actionStopToolbar = QtGui.QAction(MainWindow) |
|
553 | self.label_19.setObjectName(_fromUtf8("label_19")) | |
554 | icon4 = QtGui.QIcon() |
|
554 | self.gridLayout_9.addWidget(self.label_19, 12, 0, 1, 1) | |
555 | icon4.addPixmap(QtGui.QPixmap(_fromUtf8("figure/stopServer.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
|
555 | self.label_48 = QtGui.QLabel(self.tabgraphSpectra) | |
556 | self.actionStopToolbar.setIcon(icon4) |
|
556 | self.label_48.setObjectName(_fromUtf8("label_48")) | |
557 | self.actionStopToolbar.setObjectName(_fromUtf8("actionStopToolbar")) |
|
557 | self.gridLayout_9.addWidget(self.label_48, 13, 0, 1, 1) | |
558 | self.toolBar.addAction(self.actionOpenToolbar) |
|
558 | self.specGraphSavePhase = QtGui.QCheckBox(self.tabgraphSpectra) | |
559 | self.toolBar.addSeparator() |
|
559 | self.specGraphSavePhase.setText(_fromUtf8("")) | |
560 | self.toolBar.addAction(self.actionCreateToolbar) |
|
560 | self.specGraphSavePhase.setObjectName(_fromUtf8("specGraphSavePhase")) | |
561 | self.toolBar.addSeparator() |
|
561 | self.gridLayout_9.addWidget(self.specGraphSavePhase, 12, 5, 1, 1) | |
562 | self.toolBar.addAction(self.actionSaveToolbar) |
|
562 | self.specGraphCCF = QtGui.QCheckBox(self.tabgraphSpectra) | |
563 | self.toolBar.addSeparator() |
|
563 | self.specGraphCCF.setText(_fromUtf8("")) | |
564 | self.toolBar.addAction(self.actionStarToolbar) |
|
564 | self.specGraphCCF.setObjectName(_fromUtf8("specGraphCCF")) | |
565 | self.toolBar.addSeparator() |
|
565 | self.gridLayout_9.addWidget(self.specGraphCCF, 13, 2, 1, 1) | |
566 | self.toolBar.addAction(self.actionStopToolbar) |
|
566 | spacerItem18 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) | |
567 | self.toolBar.addSeparator() |
|
567 | self.gridLayout_9.addItem(spacerItem18, 14, 2, 1, 1) | |
568 | self.menuProject.addAction(self.actionOpen) |
|
568 | spacerItem19 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) | |
569 | self.menuProject.addAction(self.actionCreate) |
|
569 | self.gridLayout_9.addItem(spacerItem19, 3, 2, 1, 1) | |
570 | self.menuProject.addAction(self.actionSave) |
|
570 | self.label_25 = QtGui.QLabel(self.tabgraphSpectra) | |
571 | self.menuProject.addAction(self.actionClose) |
|
571 | self.label_25.setObjectName(_fromUtf8("label_25")) | |
572 | self.menuRun.addAction(self.actionStart) |
|
572 | self.gridLayout_9.addWidget(self.label_25, 2, 0, 1, 1) | |
573 | self.menuRun.addAction(self.actionPause) |
|
573 | self.label_6 = QtGui.QLabel(self.tabgraphSpectra) | |
574 | self.menuHelp.addAction(self.actionAbout) |
|
574 | self.label_6.setObjectName(_fromUtf8("label_6")) | |
575 | self.menuBar.addAction(self.menuProject.menuAction()) |
|
575 | self.gridLayout_9.addWidget(self.label_6, 15, 0, 1, 1) | |
576 | self.menuBar.addAction(self.menuRun.menuAction()) |
|
576 | self.specGgraphChannelList = QtGui.QLineEdit(self.tabgraphSpectra) | |
577 | self.menuBar.addAction(self.menuOptions.menuAction()) |
|
577 | self.specGgraphChannelList.setObjectName(_fromUtf8("specGgraphChannelList")) | |
578 | self.menuBar.addAction(self.menuHelp.menuAction()) |
|
578 | self.gridLayout_9.addWidget(self.specGgraphChannelList, 15, 1, 1, 6) | |
579 |
|
579 | self.tabWidgetSpectra.addTab(self.tabgraphSpectra, _fromUtf8("")) | ||
580 | self.retranslateUi(MainWindow) |
|
580 | self.taboutputSpectra = QtGui.QWidget() | |
581 | self.tabWidgetProject.setCurrentIndex(0) |
|
581 | self.taboutputSpectra.setObjectName(_fromUtf8("taboutputSpectra")) | |
582 | self.tabWidgetVoltage.setCurrentIndex(0) |
|
582 | self.gridLayout_11 = QtGui.QGridLayout(self.taboutputSpectra) | |
583 | self.tabWidgetSpectra.setCurrentIndex(0) |
|
583 | self.gridLayout_11.setObjectName(_fromUtf8("gridLayout_11")) | |
584 | self.tabConsole.setCurrentIndex(0) |
|
584 | self.label_39 = QtGui.QLabel(self.taboutputSpectra) | |
585 | self.tabWidget.setCurrentIndex(0) |
|
585 | self.label_39.setObjectName(_fromUtf8("label_39")) | |
586 | QtCore.QMetaObject.connectSlotsByName(MainWindow) |
|
586 | self.gridLayout_11.addWidget(self.label_39, 0, 0, 1, 1) | |
587 |
|
587 | self.specOutputComData = QtGui.QComboBox(self.taboutputSpectra) | ||
588 | def retranslateUi(self, MainWindow): |
|
588 | self.specOutputComData.setObjectName(_fromUtf8("specOutputComData")) | |
589 | MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "MainWindow", None, QtGui.QApplication.UnicodeUTF8)) |
|
589 | self.specOutputComData.addItem(_fromUtf8("")) | |
590 | self.label.setText(QtGui.QApplication.translate("MainWindow", "Project Name :", None, QtGui.QApplication.UnicodeUTF8)) |
|
590 | self.specOutputComData.addItem(_fromUtf8("")) | |
591 | self.label_11.setText(QtGui.QApplication.translate("MainWindow", "DataType :", None, QtGui.QApplication.UnicodeUTF8)) |
|
591 | self.gridLayout_11.addWidget(self.specOutputComData, 0, 1, 1, 2) | |
592 | self.label_15.setText(QtGui.QApplication.translate("MainWindow", "DataPath :", None, QtGui.QApplication.UnicodeUTF8)) |
|
592 | self.label_34 = QtGui.QLabel(self.taboutputSpectra) | |
593 | self.label_23.setText(QtGui.QApplication.translate("MainWindow", "Read Mode:", None, QtGui.QApplication.UnicodeUTF8)) |
|
593 | self.label_34.setObjectName(_fromUtf8("label_34")) | |
594 | self.label_27.setText(QtGui.QApplication.translate("MainWindow", "Star Date:", None, QtGui.QApplication.UnicodeUTF8)) |
|
594 | self.gridLayout_11.addWidget(self.label_34, 1, 0, 1, 1) | |
595 | self.label_28.setText(QtGui.QApplication.translate("MainWindow", "End Date:", None, QtGui.QApplication.UnicodeUTF8)) |
|
595 | self.specOutputPath = QtGui.QLineEdit(self.taboutputSpectra) | |
596 | self.label_2.setText(QtGui.QApplication.translate("MainWindow", "Start Time:", None, QtGui.QApplication.UnicodeUTF8)) |
|
596 | self.specOutputPath.setObjectName(_fromUtf8("specOutputPath")) | |
597 | self.label_3.setText(QtGui.QApplication.translate("MainWindow", "End Time:", None, QtGui.QApplication.UnicodeUTF8)) |
|
597 | self.gridLayout_11.addWidget(self.specOutputPath, 1, 1, 1, 1) | |
598 | self.proOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8)) |
|
598 | self.specOutputToolPath = QtGui.QToolButton(self.taboutputSpectra) | |
599 | self.proClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) |
|
599 | self.specOutputToolPath.setObjectName(_fromUtf8("specOutputToolPath")) | |
600 | self.proComDataType.setItemText(0, QtGui.QApplication.translate("MainWindow", "Voltage", None, QtGui.QApplication.UnicodeUTF8)) |
|
600 | self.gridLayout_11.addWidget(self.specOutputToolPath, 1, 2, 1, 1) | |
601 | self.proComDataType.setItemText(1, QtGui.QApplication.translate("MainWindow", "Spectra", None, QtGui.QApplication.UnicodeUTF8)) |
|
601 | self.label_35 = QtGui.QLabel(self.taboutputSpectra) | |
602 | self.proComReadMode.setItemText(0, QtGui.QApplication.translate("MainWindow", "Off Line", None, QtGui.QApplication.UnicodeUTF8)) |
|
602 | self.label_35.setObjectName(_fromUtf8("label_35")) | |
603 | self.proComReadMode.setItemText(1, QtGui.QApplication.translate("MainWindow", "On Line", None, QtGui.QApplication.UnicodeUTF8)) |
|
603 | self.gridLayout_11.addWidget(self.label_35, 2, 0, 1, 1) | |
604 | self.label_30.setText(QtGui.QApplication.translate("MainWindow", "Description:", None, QtGui.QApplication.UnicodeUTF8)) |
|
604 | self.specOutputSufix = QtGui.QLineEdit(self.taboutputSpectra) | |
605 | self.proToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8)) |
|
605 | self.specOutputSufix.setObjectName(_fromUtf8("specOutputSufix")) | |
606 | self.label_32.setText(QtGui.QApplication.translate("MainWindow", "Walk :", None, QtGui.QApplication.UnicodeUTF8)) |
|
606 | self.gridLayout_11.addWidget(self.specOutputSufix, 2, 1, 1, 1) | |
607 | self.proComWalk.setItemText(0, QtGui.QApplication.translate("MainWindow", "Search 0", None, QtGui.QApplication.UnicodeUTF8)) |
|
607 | spacerItem20 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) | |
608 | self.proComWalk.setItemText(1, QtGui.QApplication.translate("MainWindow", "Search 1", None, QtGui.QApplication.UnicodeUTF8)) |
|
608 | self.gridLayout_11.addItem(spacerItem20, 3, 1, 1, 1) | |
609 | self.label_33.setText(QtGui.QApplication.translate("MainWindow", "Delay:", None, QtGui.QApplication.UnicodeUTF8)) |
|
609 | self.tabWidgetSpectra.addTab(self.taboutputSpectra, _fromUtf8("")) | |
610 | self.proLoadButton.setText(QtGui.QApplication.translate("MainWindow", "Load", None, QtGui.QApplication.UnicodeUTF8)) |
|
610 | self.gridLayout_7.addWidget(self.tabWidgetSpectra, 0, 0, 1, 1) | |
611 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabProject), QtGui.QApplication.translate("MainWindow", "Project", None, QtGui.QApplication.UnicodeUTF8)) |
|
611 | self.tabWidgetProject.addTab(self.tabSpectra, _fromUtf8("")) | |
612 | self.volOpCebChannels.setText(QtGui.QApplication.translate("MainWindow", "Select Channels", None, QtGui.QApplication.UnicodeUTF8)) |
|
612 | self.tabCorrelation = QtGui.QWidget() | |
613 | self.volOpComChannels.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) |
|
613 | self.tabCorrelation.setObjectName(_fromUtf8("tabCorrelation")) | |
614 | self.volOpComChannels.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8)) |
|
614 | self.gridLayout_13 = QtGui.QGridLayout(self.tabCorrelation) | |
615 | self.volOpCebHeights.setText(QtGui.QApplication.translate("MainWindow", "Select Heights", None, QtGui.QApplication.UnicodeUTF8)) |
|
615 | self.gridLayout_13.setObjectName(_fromUtf8("gridLayout_13")) | |
616 | self.volOpComHeights.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) |
|
616 | self.tabWidget_2 = QtGui.QTabWidget(self.tabCorrelation) | |
617 | self.volOpComHeights.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8)) |
|
617 | self.tabWidget_2.setObjectName(_fromUtf8("tabWidget_2")) | |
618 | self.volOpCebFilter.setText(QtGui.QApplication.translate("MainWindow", "Filter", None, QtGui.QApplication.UnicodeUTF8)) |
|
618 | self.tabopCorrelation = QtGui.QWidget() | |
619 | self.volOpCebProfile.setText(QtGui.QApplication.translate("MainWindow", "Profile Selector", None, QtGui.QApplication.UnicodeUTF8)) |
|
619 | self.tabopCorrelation.setObjectName(_fromUtf8("tabopCorrelation")) | |
620 | self.volOpComProfile.setItemText(0, QtGui.QApplication.translate("MainWindow", "Profile List", None, QtGui.QApplication.UnicodeUTF8)) |
|
620 | self.tabWidget_2.addTab(self.tabopCorrelation, _fromUtf8("")) | |
621 | self.volOpComProfile.setItemText(1, QtGui.QApplication.translate("MainWindow", "Profile Range List", None, QtGui.QApplication.UnicodeUTF8)) |
|
621 | self.tabopCorrelation1 = QtGui.QWidget() | |
622 | self.volOpCebDecodification.setText(QtGui.QApplication.translate("MainWindow", "Decodification", None, QtGui.QApplication.UnicodeUTF8)) |
|
622 | self.tabopCorrelation1.setObjectName(_fromUtf8("tabopCorrelation1")) | |
623 | self.label_4.setText(QtGui.QApplication.translate("MainWindow", "Code", None, QtGui.QApplication.UnicodeUTF8)) |
|
623 | self.tabWidget_2.addTab(self.tabopCorrelation1, _fromUtf8("")) | |
624 | self.volOpComCode.setItemText(0, QtGui.QApplication.translate("MainWindow", "Barker 3", None, QtGui.QApplication.UnicodeUTF8)) |
|
624 | self.gridLayout_13.addWidget(self.tabWidget_2, 0, 0, 1, 1) | |
625 | self.volOpComCode.setItemText(1, QtGui.QApplication.translate("MainWindow", "Barker 4", None, QtGui.QApplication.UnicodeUTF8)) |
|
625 | self.tabWidgetProject.addTab(self.tabCorrelation, _fromUtf8("")) | |
626 | self.volOpComCode.setItemText(2, QtGui.QApplication.translate("MainWindow", "Barker 5", None, QtGui.QApplication.UnicodeUTF8)) |
|
626 | self.tabConsole = QtGui.QTabWidget(self.splitter) | |
627 | self.volOpComCode.setItemText(3, QtGui.QApplication.translate("MainWindow", "Barker 7", None, QtGui.QApplication.UnicodeUTF8)) |
|
627 | self.tabConsole.setMinimumSize(QtCore.QSize(0, 0)) | |
628 | self.volOpComCode.setItemText(4, QtGui.QApplication.translate("MainWindow", "Barker 11", None, QtGui.QApplication.UnicodeUTF8)) |
|
628 | self.tabConsole.setObjectName(_fromUtf8("tabConsole")) | |
629 | self.volOpComCode.setItemText(5, QtGui.QApplication.translate("MainWindow", "Barker 13", None, QtGui.QApplication.UnicodeUTF8)) |
|
629 | self.tab_5 = QtGui.QWidget() | |
630 | self.label_5.setText(QtGui.QApplication.translate("MainWindow", "Mode", None, QtGui.QApplication.UnicodeUTF8)) |
|
630 | self.tab_5.setObjectName(_fromUtf8("tab_5")) | |
631 | self.volOpComMode.setItemText(0, QtGui.QApplication.translate("MainWindow", "Time", None, QtGui.QApplication.UnicodeUTF8)) |
|
631 | self.gridLayout_4 = QtGui.QGridLayout(self.tab_5) | |
632 | self.volOpComMode.setItemText(1, QtGui.QApplication.translate("MainWindow", "Freq 1", None, QtGui.QApplication.UnicodeUTF8)) |
|
632 | self.gridLayout_4.setObjectName(_fromUtf8("gridLayout_4")) | |
633 | self.volOpComMode.setItemText(2, QtGui.QApplication.translate("MainWindow", "Freq 2", None, QtGui.QApplication.UnicodeUTF8)) |
|
633 | self.console = QtGui.QTextEdit(self.tab_5) | |
634 | self.volOpOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8)) |
|
634 | self.console.setObjectName(_fromUtf8("console")) | |
635 | self.volOpClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) |
|
635 | self.gridLayout_4.addWidget(self.console, 0, 0, 1, 1) | |
636 | self.volOpCebCohInt.setText(QtGui.QApplication.translate("MainWindow", "Coherent Integration", None, QtGui.QApplication.UnicodeUTF8)) |
|
636 | self.tabConsole.addTab(self.tab_5, _fromUtf8("")) | |
637 | self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tabopVoltage), QtGui.QApplication.translate("MainWindow", "Operation", None, QtGui.QApplication.UnicodeUTF8)) |
|
637 | self.tabWidget = QtGui.QTabWidget(self.splitter_2) | |
638 | self.label_9.setText(QtGui.QApplication.translate("MainWindow", "xmin , xmax", None, QtGui.QApplication.UnicodeUTF8)) |
|
638 | self.tabWidget.setObjectName(_fromUtf8("tabWidget")) | |
639 | self.volGraphComType.setItemText(1, QtGui.QApplication.translate("MainWindow", "Scope", None, QtGui.QApplication.UnicodeUTF8)) |
|
639 | self.tabProjectProperty = QtGui.QWidget() | |
640 | self.label_10.setText(QtGui.QApplication.translate("MainWindow", "ymin , y max", None, QtGui.QApplication.UnicodeUTF8)) |
|
640 | self.tabProjectProperty.setObjectName(_fromUtf8("tabProjectProperty")) | |
641 | self.label_13.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8)) |
|
641 | self.gridLayout_8 = QtGui.QGridLayout(self.tabProjectProperty) | |
642 | self.volGraphCebSave.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8)) |
|
642 | self.gridLayout_8.setObjectName(_fromUtf8("gridLayout_8")) | |
643 | self.label_6.setText(QtGui.QApplication.translate("MainWindow", "Type", None, QtGui.QApplication.UnicodeUTF8)) |
|
643 | self.treeProjectProperties = QtGui.QTreeView(self.tabProjectProperty) | |
644 | self.label_8.setText(QtGui.QApplication.translate("MainWindow", "Channel List", None, QtGui.QApplication.UnicodeUTF8)) |
|
644 | self.treeProjectProperties.setObjectName(_fromUtf8("treeProjectProperties")) | |
645 | self.volGraphClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) |
|
645 | self.gridLayout_8.addWidget(self.treeProjectProperties, 0, 0, 1, 1) | |
646 | self.volGraphOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8)) |
|
646 | self.tabWidget.addTab(self.tabProjectProperty, _fromUtf8("")) | |
647 | self.volGraphToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8)) |
|
647 | self.gridLayout_10.addWidget(self.splitter_2, 0, 0, 1, 1) | |
648 | self.label_12.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8)) |
|
648 | MainWindow.setCentralWidget(self.centralWidget) | |
649 | self.label_7.setText(QtGui.QApplication.translate("MainWindow", "Wintitle", None, QtGui.QApplication.UnicodeUTF8)) |
|
649 | self.toolBar = QtGui.QToolBar(MainWindow) | |
650 | self.label_29.setText(QtGui.QApplication.translate("MainWindow", "IdFigure", None, QtGui.QApplication.UnicodeUTF8)) |
|
650 | self.toolBar.setObjectName(_fromUtf8("toolBar")) | |
651 | self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tabgraphVoltage), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8)) |
|
651 | MainWindow.addToolBar(QtCore.Qt.TopToolBarArea, self.toolBar) | |
652 | self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tab_10), QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8)) |
|
652 | self.menuBar = QtGui.QMenuBar(MainWindow) | |
653 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabVoltage), QtGui.QApplication.translate("MainWindow", "Voltage", None, QtGui.QApplication.UnicodeUTF8)) |
|
653 | self.menuBar.setGeometry(QtCore.QRect(0, 0, 780, 21)) | |
654 | self.specOpCebnFFTpoints.setText(QtGui.QApplication.translate("MainWindow", "nFFTPoints", None, QtGui.QApplication.UnicodeUTF8)) |
|
654 | self.menuBar.setObjectName(_fromUtf8("menuBar")) | |
655 | self.specOpComChannel.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) |
|
655 | self.menuProject = QtGui.QMenu(self.menuBar) | |
656 | self.specOpComChannel.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8)) |
|
656 | self.menuProject.setObjectName(_fromUtf8("menuProject")) | |
657 | self.specOpComHeights.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) |
|
657 | self.menuRun = QtGui.QMenu(self.menuBar) | |
658 | self.specOpComHeights.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8)) |
|
658 | self.menuRun.setObjectName(_fromUtf8("menuRun")) | |
659 | self.specOpCebIncoherent.setText(QtGui.QApplication.translate("MainWindow", "Incoherent Integration", None, QtGui.QApplication.UnicodeUTF8)) |
|
659 | self.menuOptions = QtGui.QMenu(self.menuBar) | |
660 | self.specOpCebRemoveDC.setText(QtGui.QApplication.translate("MainWindow", "Remove DC", None, QtGui.QApplication.UnicodeUTF8)) |
|
660 | self.menuOptions.setObjectName(_fromUtf8("menuOptions")) | |
661 | self.specOpCebRemoveInterference.setText(QtGui.QApplication.translate("MainWindow", "Remove Interference", None, QtGui.QApplication.UnicodeUTF8)) |
|
661 | self.menuHelp = QtGui.QMenu(self.menuBar) | |
662 | self.specOpOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8)) |
|
662 | self.menuHelp.setObjectName(_fromUtf8("menuHelp")) | |
663 | self.pushButton_8.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) |
|
663 | MainWindow.setMenuBar(self.menuBar) | |
664 | self.specOpCebHeights.setText(QtGui.QApplication.translate("MainWindow", "Select Heights", None, QtGui.QApplication.UnicodeUTF8)) |
|
664 | self.actionOpen = QtGui.QAction(MainWindow) | |
665 | self.specOpCebChannel.setText(QtGui.QApplication.translate("MainWindow", "Select Channel", None, QtGui.QApplication.UnicodeUTF8)) |
|
665 | self.actionOpen.setObjectName(_fromUtf8("actionOpen")) | |
666 | self.label_31.setText(QtGui.QApplication.translate("MainWindow", " pairsList", None, QtGui.QApplication.UnicodeUTF8)) |
|
666 | self.actionCreate = QtGui.QAction(MainWindow) | |
667 | self.tabWidgetSpectra.setTabText(self.tabWidgetSpectra.indexOf(self.tabopSpectra), QtGui.QApplication.translate("MainWindow", "Operation", None, QtGui.QApplication.UnicodeUTF8)) |
|
667 | self.actionCreate.setObjectName(_fromUtf8("actionCreate")) | |
668 | self.label_22.setText(QtGui.QApplication.translate("MainWindow", "IdFigure", None, QtGui.QApplication.UnicodeUTF8)) |
|
668 | self.actionSave = QtGui.QAction(MainWindow) | |
669 | self.label_16.setText(QtGui.QApplication.translate("MainWindow", "Wintitle", None, QtGui.QApplication.UnicodeUTF8)) |
|
669 | self.actionSave.setObjectName(_fromUtf8("actionSave")) | |
670 | self.label_17.setText(QtGui.QApplication.translate("MainWindow", "Channel List", None, QtGui.QApplication.UnicodeUTF8)) |
|
670 | self.actionClose = QtGui.QAction(MainWindow) | |
671 | self.label_18.setText(QtGui.QApplication.translate("MainWindow", "xmin ,xmax", None, QtGui.QApplication.UnicodeUTF8)) |
|
671 | self.actionClose.setObjectName(_fromUtf8("actionClose")) | |
672 | self.label_19.setText(QtGui.QApplication.translate("MainWindow", "ymin , ymax", None, QtGui.QApplication.UnicodeUTF8)) |
|
672 | self.actionStart = QtGui.QAction(MainWindow) | |
673 | self.label_21.setText(QtGui.QApplication.translate("MainWindow", "zmin, zmax", None, QtGui.QApplication.UnicodeUTF8)) |
|
673 | self.actionStart.setObjectName(_fromUtf8("actionStart")) | |
674 | self.label_20.setText(QtGui.QApplication.translate("MainWindow", "Time Range", None, QtGui.QApplication.UnicodeUTF8)) |
|
674 | self.actionPause = QtGui.QAction(MainWindow) | |
675 | self.specGraphCebSave.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8)) |
|
675 | self.actionPause.setObjectName(_fromUtf8("actionPause")) | |
676 | self.label_24.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8)) |
|
676 | self.actionAbout = QtGui.QAction(MainWindow) | |
677 | self.specGraphToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8)) |
|
677 | self.actionAbout.setObjectName(_fromUtf8("actionAbout")) | |
678 | self.label_25.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8)) |
|
678 | self.actionOpenToolbar = QtGui.QAction(MainWindow) | |
679 | self.specGraphOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8)) |
|
679 | icon = QtGui.QIcon() | |
680 | self.specGraphClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) |
|
680 | icon.addPixmap(QtGui.QPixmap(_fromUtf8("figure/open.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off) | |
681 | self.specGraphComType.setItemText(1, QtGui.QApplication.translate("MainWindow", "SpectraPlot", None, QtGui.QApplication.UnicodeUTF8)) |
|
681 | self.actionOpenToolbar.setIcon(icon) | |
682 | self.specGraphComType.setItemText(2, QtGui.QApplication.translate("MainWindow", "CrossSpectraPlot", None, QtGui.QApplication.UnicodeUTF8)) |
|
682 | self.actionOpenToolbar.setObjectName(_fromUtf8("actionOpenToolbar")) | |
683 | self.specGraphComType.setItemText(3, QtGui.QApplication.translate("MainWindow", "RTIplot", None, QtGui.QApplication.UnicodeUTF8)) |
|
683 | self.actionCreateToolbar = QtGui.QAction(MainWindow) | |
684 | self.specGraphComType.setItemText(4, QtGui.QApplication.translate("MainWindow", "CoherenceMap", None, QtGui.QApplication.UnicodeUTF8)) |
|
684 | icon1 = QtGui.QIcon() | |
685 | self.specGraphComType.setItemText(5, QtGui.QApplication.translate("MainWindow", "RTIfromNoise", None, QtGui.QApplication.UnicodeUTF8)) |
|
685 | icon1.addPixmap(QtGui.QPixmap(_fromUtf8("figure/create_class_obj.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off) | |
686 | self.specGraphComType.setItemText(6, QtGui.QApplication.translate("MainWindow", "ProfilePlot", None, QtGui.QApplication.UnicodeUTF8)) |
|
686 | self.actionCreateToolbar.setIcon(icon1) | |
687 | self.label_14.setText(QtGui.QApplication.translate("MainWindow", "Type", None, QtGui.QApplication.UnicodeUTF8)) |
|
687 | self.actionCreateToolbar.setObjectName(_fromUtf8("actionCreateToolbar")) | |
688 | self.tabWidgetSpectra.setTabText(self.tabWidgetSpectra.indexOf(self.tabgraphSpectra), QtGui.QApplication.translate("MainWindow", "Graphics", None, QtGui.QApplication.UnicodeUTF8)) |
|
688 | self.actionSaveToolbar = QtGui.QAction(MainWindow) | |
689 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabSpectra), QtGui.QApplication.translate("MainWindow", "Spectra", None, QtGui.QApplication.UnicodeUTF8)) |
|
689 | icon2 = QtGui.QIcon() | |
690 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabCorrelation), QtGui.QApplication.translate("MainWindow", "Correlation", None, QtGui.QApplication.UnicodeUTF8)) |
|
690 | icon2.addPixmap(QtGui.QPixmap(_fromUtf8("figure/save.gif")), QtGui.QIcon.Normal, QtGui.QIcon.Off) | |
691 | self.tabConsole.setTabText(self.tabConsole.indexOf(self.tab_5), QtGui.QApplication.translate("MainWindow", "Console", None, QtGui.QApplication.UnicodeUTF8)) |
|
691 | self.actionSaveToolbar.setIcon(icon2) | |
692 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabProjectProperty), QtGui.QApplication.translate("MainWindow", "Project Property", None, QtGui.QApplication.UnicodeUTF8)) |
|
692 | self.actionSaveToolbar.setObjectName(_fromUtf8("actionSaveToolbar")) | |
693 | self.toolBar.setWindowTitle(QtGui.QApplication.translate("MainWindow", "toolBar", None, QtGui.QApplication.UnicodeUTF8)) |
|
693 | self.actionStarToolbar = QtGui.QAction(MainWindow) | |
694 | self.menuProject.setTitle(QtGui.QApplication.translate("MainWindow", "Project", None, QtGui.QApplication.UnicodeUTF8)) |
|
694 | icon3 = QtGui.QIcon() | |
695 | self.menuRun.setTitle(QtGui.QApplication.translate("MainWindow", "Run", None, QtGui.QApplication.UnicodeUTF8)) |
|
695 | icon3.addPixmap(QtGui.QPixmap(_fromUtf8("figure/startServer.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off) | |
696 | self.menuOptions.setTitle(QtGui.QApplication.translate("MainWindow", "Options", None, QtGui.QApplication.UnicodeUTF8)) |
|
696 | self.actionStarToolbar.setIcon(icon3) | |
697 | self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8)) |
|
697 | self.actionStarToolbar.setObjectName(_fromUtf8("actionStarToolbar")) | |
698 | self.actionOpen.setText(QtGui.QApplication.translate("MainWindow", "Open", None, QtGui.QApplication.UnicodeUTF8)) |
|
698 | self.actionStopToolbar = QtGui.QAction(MainWindow) | |
699 | self.actionCreate.setText(QtGui.QApplication.translate("MainWindow", "Create", None, QtGui.QApplication.UnicodeUTF8)) |
|
699 | icon4 = QtGui.QIcon() | |
700 | self.actionSave.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8)) |
|
700 | icon4.addPixmap(QtGui.QPixmap(_fromUtf8("figure/stopServer.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off) | |
701 | self.actionClose.setText(QtGui.QApplication.translate("MainWindow", "Close", None, QtGui.QApplication.UnicodeUTF8)) |
|
701 | self.actionStopToolbar.setIcon(icon4) | |
702 | self.actionStart.setText(QtGui.QApplication.translate("MainWindow", "Start", None, QtGui.QApplication.UnicodeUTF8)) |
|
702 | self.actionStopToolbar.setObjectName(_fromUtf8("actionStopToolbar")) | |
703 | self.actionPause.setText(QtGui.QApplication.translate("MainWindow", "Pause", None, QtGui.QApplication.UnicodeUTF8)) |
|
703 | self.toolBar.addAction(self.actionOpenToolbar) | |
704 | self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8)) |
|
704 | self.toolBar.addSeparator() | |
705 | self.actionOpenToolbar.setText(QtGui.QApplication.translate("MainWindow", "openToolbar", None, QtGui.QApplication.UnicodeUTF8)) |
|
705 | self.toolBar.addAction(self.actionCreateToolbar) | |
706 | self.actionOpenToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Open", None, QtGui.QApplication.UnicodeUTF8)) |
|
706 | self.toolBar.addSeparator() | |
707 | self.actionCreateToolbar.setText(QtGui.QApplication.translate("MainWindow", "createToolbar", None, QtGui.QApplication.UnicodeUTF8)) |
|
707 | self.toolBar.addAction(self.actionSaveToolbar) | |
708 | self.actionCreateToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Create", None, QtGui.QApplication.UnicodeUTF8)) |
|
708 | self.toolBar.addSeparator() | |
709 | self.actionSaveToolbar.setText(QtGui.QApplication.translate("MainWindow", "saveToolbar", None, QtGui.QApplication.UnicodeUTF8)) |
|
709 | self.toolBar.addAction(self.actionStarToolbar) | |
710 | self.actionSaveToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8)) |
|
710 | self.toolBar.addSeparator() | |
711 | self.actionStarToolbar.setText(QtGui.QApplication.translate("MainWindow", "starToolbar", None, QtGui.QApplication.UnicodeUTF8)) |
|
711 | self.toolBar.addAction(self.actionStopToolbar) | |
712 | self.actionStarToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Start", None, QtGui.QApplication.UnicodeUTF8)) |
|
712 | self.toolBar.addSeparator() | |
713 | self.actionStopToolbar.setText(QtGui.QApplication.translate("MainWindow", "stopToolbar", None, QtGui.QApplication.UnicodeUTF8)) |
|
713 | self.menuProject.addAction(self.actionOpen) | |
714 | self.actionStopToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Stop", None, QtGui.QApplication.UnicodeUTF8)) |
|
714 | self.menuProject.addAction(self.actionCreate) | |
715 |
|
715 | self.menuProject.addAction(self.actionSave) | ||
716 |
|
716 | self.menuProject.addAction(self.actionClose) | ||
717 | if __name__ == "__main__": |
|
717 | self.menuRun.addAction(self.actionStart) | |
718 | import sys |
|
718 | self.menuRun.addAction(self.actionPause) | |
719 | app = QtGui.QApplication(sys.argv) |
|
719 | self.menuHelp.addAction(self.actionAbout) | |
720 | MainWindow = QtGui.QMainWindow() |
|
720 | self.menuBar.addAction(self.menuProject.menuAction()) | |
721 | ui = Ui_MainWindow() |
|
721 | self.menuBar.addAction(self.menuRun.menuAction()) | |
722 | ui.setupUi(MainWindow) |
|
722 | self.menuBar.addAction(self.menuOptions.menuAction()) | |
723 | MainWindow.show() |
|
723 | self.menuBar.addAction(self.menuHelp.menuAction()) | |
724 | sys.exit(app.exec_()) |
|
724 | ||
725 |
|
725 | self.retranslateUi(MainWindow) | ||
726 |
|
726 | self.tabWidgetProject.setCurrentIndex(0) | ||
727 | class Ui_BasicWindow(Ui_MainWindow): |
|
727 | self.tabWidgetVoltage.setCurrentIndex(0) | |
728 |
|
728 | self.tabWidgetSpectra.setCurrentIndex(0) | ||
729 | def setupUi(self, BasicWindow): |
|
729 | self.tabWidget_2.setCurrentIndex(0) | |
730 |
|
730 | self.tabConsole.setCurrentIndex(0) | ||
731 | Ui_MainWindow.setupUi(self, BasicWindow) |
|
731 | self.tabWidget.setCurrentIndex(0) | |
732 |
|
732 | QtCore.QMetaObject.connectSlotsByName(MainWindow) | ||
733 | def retranslateUi(self,BasicWindow): |
|
733 | ||
734 |
|
734 | def retranslateUi(self, MainWindow): | ||
735 | Ui_MainWindow.retranslateUi(self,BasicWindow) |
|
735 | MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "MainWindow", None, QtGui.QApplication.UnicodeUTF8)) | |
736 |
|
736 | self.label.setText(QtGui.QApplication.translate("MainWindow", "Project Name :", None, QtGui.QApplication.UnicodeUTF8)) | ||
737 |
|
737 | self.label_11.setText(QtGui.QApplication.translate("MainWindow", "DataType :", None, QtGui.QApplication.UnicodeUTF8)) | ||
738 |
|
738 | self.label_15.setText(QtGui.QApplication.translate("MainWindow", "DataPath :", None, QtGui.QApplication.UnicodeUTF8)) | ||
739 | class Ui_AdvancedWindow(Ui_MainWindow): |
|
739 | self.label_23.setText(QtGui.QApplication.translate("MainWindow", "Read Mode:", None, QtGui.QApplication.UnicodeUTF8)) | |
740 |
|
740 | self.label_27.setText(QtGui.QApplication.translate("MainWindow", "Star Date:", None, QtGui.QApplication.UnicodeUTF8)) | ||
741 | def setupUi(self, AdvancedWindow): |
|
741 | self.label_28.setText(QtGui.QApplication.translate("MainWindow", "End Date:", None, QtGui.QApplication.UnicodeUTF8)) | |
742 |
|
742 | self.label_2.setText(QtGui.QApplication.translate("MainWindow", "Start Time:", None, QtGui.QApplication.UnicodeUTF8)) | ||
743 | Ui_MainWindow.setupUi(self, AdvancedWindow) |
|
743 | self.label_3.setText(QtGui.QApplication.translate("MainWindow", "End Time:", None, QtGui.QApplication.UnicodeUTF8)) | |
744 |
|
744 | self.proOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8)) | ||
745 | def retranslateUi(self, AdvancedWindow): |
|
745 | self.proClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) | |
746 |
|
746 | self.proComDataType.setItemText(0, QtGui.QApplication.translate("MainWindow", "Voltage", None, QtGui.QApplication.UnicodeUTF8)) | ||
747 | Ui_MainWindow.retranslateUi(self, AdvancedWindow) |
|
747 | self.proComDataType.setItemText(1, QtGui.QApplication.translate("MainWindow", "Spectra", None, QtGui.QApplication.UnicodeUTF8)) | |
748 |
|
748 | self.proComReadMode.setItemText(0, QtGui.QApplication.translate("MainWindow", "Off Line", None, QtGui.QApplication.UnicodeUTF8)) | ||
749 | from PyQt4 import Qsci |
|
749 | self.proComReadMode.setItemText(1, QtGui.QApplication.translate("MainWindow", "On Line", None, QtGui.QApplication.UnicodeUTF8)) | |
750 |
|
750 | self.label_30.setText(QtGui.QApplication.translate("MainWindow", "Description:", None, QtGui.QApplication.UnicodeUTF8)) | ||
751 | if __name__ == "__main__": |
|
751 | self.proToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8)) | |
752 | import sys |
|
752 | self.label_32.setText(QtGui.QApplication.translate("MainWindow", "Walk :", None, QtGui.QApplication.UnicodeUTF8)) | |
753 | app = QtGui.QApplication(sys.argv) |
|
753 | self.proComWalk.setItemText(0, QtGui.QApplication.translate("MainWindow", "Search 0", None, QtGui.QApplication.UnicodeUTF8)) | |
754 | MainWindow = QtGui.QMainWindow() |
|
754 | self.proComWalk.setItemText(1, QtGui.QApplication.translate("MainWindow", "Search 1", None, QtGui.QApplication.UnicodeUTF8)) | |
755 | ui = Ui_MainWindow() |
|
755 | self.label_33.setText(QtGui.QApplication.translate("MainWindow", "Delay:", None, QtGui.QApplication.UnicodeUTF8)) | |
756 | ui.setupUi(MainWindow) |
|
756 | self.proLoadButton.setText(QtGui.QApplication.translate("MainWindow", "Load", None, QtGui.QApplication.UnicodeUTF8)) | |
757 | MainWindow.show() |
|
757 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabProject), QtGui.QApplication.translate("MainWindow", "Project", None, QtGui.QApplication.UnicodeUTF8)) | |
758 | sys.exit(app.exec_()) |
|
758 | self.volOpCebChannels.setText(QtGui.QApplication.translate("MainWindow", "Select Channels", None, QtGui.QApplication.UnicodeUTF8)) | |
759 |
|
759 | self.volOpComChannels.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) | ||
|
760 | self.volOpComChannels.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
761 | self.volOpCebHeights.setText(QtGui.QApplication.translate("MainWindow", "Select Heights", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
762 | self.volOpComHeights.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
763 | self.volOpComHeights.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
764 | self.volOpCebFilter.setText(QtGui.QApplication.translate("MainWindow", "Filter", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
765 | self.volOpCebProfile.setText(QtGui.QApplication.translate("MainWindow", "Profile Selector", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
766 | self.volOpComProfile.setItemText(0, QtGui.QApplication.translate("MainWindow", "Profile List", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
767 | self.volOpComProfile.setItemText(1, QtGui.QApplication.translate("MainWindow", "Profile Range List", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
768 | self.volOpCebDecodification.setText(QtGui.QApplication.translate("MainWindow", "Decodification", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
769 | self.label_4.setText(QtGui.QApplication.translate("MainWindow", "Code", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
770 | self.volOpComCode.setItemText(0, QtGui.QApplication.translate("MainWindow", "Barker 3", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
771 | self.volOpComCode.setItemText(1, QtGui.QApplication.translate("MainWindow", "Barker 4", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
772 | self.volOpComCode.setItemText(2, QtGui.QApplication.translate("MainWindow", "Barker 5", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
773 | self.volOpComCode.setItemText(3, QtGui.QApplication.translate("MainWindow", "Barker 7", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
774 | self.volOpComCode.setItemText(4, QtGui.QApplication.translate("MainWindow", "Barker 11", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
775 | self.volOpComCode.setItemText(5, QtGui.QApplication.translate("MainWindow", "Barker 13", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
776 | self.label_5.setText(QtGui.QApplication.translate("MainWindow", "Mode", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
777 | self.volOpComMode.setItemText(0, QtGui.QApplication.translate("MainWindow", "Time", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
778 | self.volOpComMode.setItemText(1, QtGui.QApplication.translate("MainWindow", "Freq 1", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
779 | self.volOpComMode.setItemText(2, QtGui.QApplication.translate("MainWindow", "Freq 2", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
780 | self.volOpOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
781 | self.volOpClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
782 | self.volOpCebCohInt.setText(QtGui.QApplication.translate("MainWindow", "Coherent Integration", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
783 | self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tabopVoltage), QtGui.QApplication.translate("MainWindow", "Operation", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
784 | self.label_12.setText(QtGui.QApplication.translate("MainWindow", "Path", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
785 | self.volGraphClear.setText(QtGui.QApplication.translate("MainWindow", "Clear", 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)) | |||
|
788 | self.volGraphToolPath.setText(QtGui.QApplication.translate("MainWindow", "...", 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)) | |||
|
795 | self.tabWidgetVoltage.setTabText(self.tabWidgetVoltage.indexOf(self.tabgraphVoltage), QtGui.QApplication.translate("MainWindow", "Graphics", 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)) | |||
|
803 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabVoltage), QtGui.QApplication.translate("MainWindow", "Voltage", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
804 | self.specOpCebCrossSpectra.setText(QtGui.QApplication.translate("MainWindow", "Select Cross Spectra", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
805 | self.specOpComChannel.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
806 | self.specOpComChannel.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
807 | self.specOpComHeights.setItemText(0, QtGui.QApplication.translate("MainWindow", "Value", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
808 | self.specOpComHeights.setItemText(1, QtGui.QApplication.translate("MainWindow", "Index", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
809 | self.specOpCebIncoherent.setText(QtGui.QApplication.translate("MainWindow", "Incoherent Integration", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
810 | self.specOpCebRemoveDC.setText(QtGui.QApplication.translate("MainWindow", "Remove DC", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
811 | self.specOpCebRemoveInterference.setText(QtGui.QApplication.translate("MainWindow", "Remove Interference", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
812 | self.specOpOk.setText(QtGui.QApplication.translate("MainWindow", "Ok", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
813 | self.pushButton_8.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
814 | self.specOpCebHeights.setText(QtGui.QApplication.translate("MainWindow", "Select Heights", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
815 | self.specOpCebChannel.setText(QtGui.QApplication.translate("MainWindow", "Select Channel", 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)) | |||
|
818 | self.tabWidgetSpectra.setTabText(self.tabWidgetSpectra.indexOf(self.tabopSpectra), QtGui.QApplication.translate("MainWindow", "Operation", 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)) | |||
|
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)) | |||
|
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)) | |||
|
839 | self.label_25.setText(QtGui.QApplication.translate("MainWindow", "Prefix", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
840 | self.label_6.setText(QtGui.QApplication.translate("MainWindow", "Channel List", 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)) | |||
|
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)) | |||
|
852 | self.tabWidgetProject.setTabText(self.tabWidgetProject.indexOf(self.tabCorrelation), QtGui.QApplication.translate("MainWindow", "Correlation", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
853 | self.tabConsole.setTabText(self.tabConsole.indexOf(self.tab_5), QtGui.QApplication.translate("MainWindow", "Console", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
854 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabProjectProperty), QtGui.QApplication.translate("MainWindow", "Project Property", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
855 | self.toolBar.setWindowTitle(QtGui.QApplication.translate("MainWindow", "toolBar", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
856 | self.menuProject.setTitle(QtGui.QApplication.translate("MainWindow", "Project", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
857 | self.menuRun.setTitle(QtGui.QApplication.translate("MainWindow", "Run", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
858 | self.menuOptions.setTitle(QtGui.QApplication.translate("MainWindow", "Options", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
859 | self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
860 | self.actionOpen.setText(QtGui.QApplication.translate("MainWindow", "Open", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
861 | self.actionCreate.setText(QtGui.QApplication.translate("MainWindow", "Create", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
862 | self.actionSave.setText(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
863 | self.actionClose.setText(QtGui.QApplication.translate("MainWindow", "Close", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
864 | self.actionStart.setText(QtGui.QApplication.translate("MainWindow", "Start", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
865 | self.actionPause.setText(QtGui.QApplication.translate("MainWindow", "Pause", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
866 | self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
867 | self.actionOpenToolbar.setText(QtGui.QApplication.translate("MainWindow", "openToolbar", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
868 | self.actionOpenToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Open", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
869 | self.actionCreateToolbar.setText(QtGui.QApplication.translate("MainWindow", "createToolbar", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
870 | self.actionCreateToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Create", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
871 | self.actionSaveToolbar.setText(QtGui.QApplication.translate("MainWindow", "saveToolbar", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
872 | self.actionSaveToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Save", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
873 | self.actionStarToolbar.setText(QtGui.QApplication.translate("MainWindow", "starToolbar", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
874 | self.actionStarToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Start", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
875 | self.actionStopToolbar.setText(QtGui.QApplication.translate("MainWindow", "stopToolbar", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
876 | self.actionStopToolbar.setToolTip(QtGui.QApplication.translate("MainWindow", "Stop", None, QtGui.QApplication.UnicodeUTF8)) | |||
|
877 | ||||
|
878 | ||||
|
879 | ||||
|
880 | ||||
|
881 | ||||
|
882 | class Ui_BasicWindow(Ui_MainWindow): | |||
|
883 | ||||
|
884 | def setupUi(self, BasicWindow): | |||
|
885 | ||||
|
886 | Ui_MainWindow.setupUi(self, BasicWindow) | |||
|
887 | ||||
|
888 | def retranslateUi(self,BasicWindow): | |||
|
889 | ||||
|
890 | Ui_MainWindow.retranslateUi(self,BasicWindow) | |||
|
891 | ||||
|
892 | ||||
|
893 | ||||
|
894 | class Ui_AdvancedWindow(Ui_MainWindow): | |||
|
895 | ||||
|
896 | def setupUi(self, AdvancedWindow): | |||
|
897 | ||||
|
898 | Ui_MainWindow.setupUi(self, AdvancedWindow) | |||
|
899 | ||||
|
900 | def retranslateUi(self, AdvancedWindow): | |||
|
901 | ||||
|
902 | Ui_MainWindow.retranslateUi(self, AdvancedWindow) | |||
|
903 | ||||
|
904 | from PyQt4 import Qsci | |||
|
905 | ||||
|
906 | if __name__ == "__main__": | |||
|
907 | import sys | |||
|
908 | app = QtGui.QApplication(sys.argv) | |||
|
909 | MainWindow = QtGui.QMainWindow() | |||
|
910 | ui = Ui_MainWindow() | |||
|
911 | ui.setupUi(MainWindow) | |||
|
912 | MainWindow.show() | |||
|
913 | sys.exit(app.exec_()) |
General Comments 0
You need to be logged in to leave comments.
Login now