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