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