1 | # -*- coding: utf-8 -*- |
---|
2 | |
---|
3 | # Form implementation generated from reading ui file 'interface/puzzlebox_synapse_interface_design.ui' |
---|
4 | # |
---|
5 | # Created: Thu Aug 19 18:23:15 2010 |
---|
6 | # by: PyQt4 UI code generator 4.7.3 |
---|
7 | # |
---|
8 | # WARNING! All changes made in this file will be lost! |
---|
9 | |
---|
10 | try: |
---|
11 | import PySide as PyQt4 |
---|
12 | from PySide import QtCore, QtGui |
---|
13 | except: |
---|
14 | print "Using PyQt4 module" |
---|
15 | from PyQt4 import QtCore, QtGui |
---|
16 | else: |
---|
17 | print "Using PySide module" |
---|
18 | |
---|
19 | #from PyQt4 import QtCore, QtGui |
---|
20 | class Ui_Form(object): |
---|
21 | def setupUi(self, Form): |
---|
22 | Form.setObjectName("Form") |
---|
23 | Form.resize(800, 424) |
---|
24 | Form.setMinimumSize(QtCore.QSize(800, 424)) |
---|
25 | Form.setMaximumSize(QtCore.QSize(800, 424)) |
---|
26 | icon = QtGui.QIcon() |
---|
27 | icon.addPixmap(QtGui.QPixmap("images/puzzlebox.ico"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
---|
28 | Form.setWindowIcon(icon) |
---|
29 | self.tabWidget = QtGui.QTabWidget(Form) |
---|
30 | self.tabWidget.setGeometry(QtCore.QRect(0, 0, 800, 424)) |
---|
31 | self.tabWidget.setLayoutDirection(QtCore.Qt.LeftToRight) |
---|
32 | self.tabWidget.setObjectName("tabWidget") |
---|
33 | self.tabThinkGearConnectServer = QtGui.QWidget() |
---|
34 | self.tabThinkGearConnectServer.setObjectName("tabThinkGearConnectServer") |
---|
35 | self.lineHorizontalTop = QtGui.QFrame(self.tabThinkGearConnectServer) |
---|
36 | self.lineHorizontalTop.setGeometry(QtCore.QRect(8, 68, 161, 20)) |
---|
37 | self.lineHorizontalTop.setFrameShape(QtGui.QFrame.HLine) |
---|
38 | self.lineHorizontalTop.setFrameShadow(QtGui.QFrame.Sunken) |
---|
39 | self.lineHorizontalTop.setObjectName("lineHorizontalTop") |
---|
40 | self.labelPuzzleboxIcon = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
41 | self.labelPuzzleboxIcon.setGeometry(QtCore.QRect(8, 8, 60, 60)) |
---|
42 | self.labelPuzzleboxIcon.setText("") |
---|
43 | self.labelPuzzleboxIcon.setPixmap(QtGui.QPixmap("images/puzzlebox_logo.png")) |
---|
44 | self.labelPuzzleboxIcon.setScaledContents(False) |
---|
45 | self.labelPuzzleboxIcon.setAlignment(QtCore.Qt.AlignCenter) |
---|
46 | self.labelPuzzleboxIcon.setTextInteractionFlags(QtCore.Qt.NoTextInteraction) |
---|
47 | self.labelPuzzleboxIcon.setObjectName("labelPuzzleboxIcon") |
---|
48 | self.textLabelPuzzleboxSynapse = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
49 | self.textLabelPuzzleboxSynapse.setGeometry(QtCore.QRect(69, 8, 100, 60)) |
---|
50 | self.textLabelPuzzleboxSynapse.setTextFormat(QtCore.Qt.AutoText) |
---|
51 | self.textLabelPuzzleboxSynapse.setWordWrap(False) |
---|
52 | self.textLabelPuzzleboxSynapse.setOpenExternalLinks(True) |
---|
53 | self.textLabelPuzzleboxSynapse.setObjectName("textLabelPuzzleboxSynapse") |
---|
54 | self.labelServerDaemon = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
55 | self.labelServerDaemon.setGeometry(QtCore.QRect(10, 246, 161, 31)) |
---|
56 | self.labelServerDaemon.setAlignment(QtCore.Qt.AlignCenter) |
---|
57 | self.labelServerDaemon.setObjectName("labelServerDaemon") |
---|
58 | self.textLabelThinkGearPort = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
59 | self.textLabelThinkGearPort.setGeometry(QtCore.QRect(8, 309, 41, 30)) |
---|
60 | self.textLabelThinkGearPort.setAlignment(QtCore.Qt.AlignCenter) |
---|
61 | self.textLabelThinkGearPort.setWordWrap(False) |
---|
62 | self.textLabelThinkGearPort.setObjectName("textLabelThinkGearPort") |
---|
63 | self.textLabelBluetoothAddress = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
64 | self.textLabelBluetoothAddress.setGeometry(QtCore.QRect(10, 133, 161, 30)) |
---|
65 | self.textLabelBluetoothAddress.setWordWrap(False) |
---|
66 | self.textLabelBluetoothAddress.setObjectName("textLabelBluetoothAddress") |
---|
67 | self.textLabelThinkGearHost = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
68 | self.textLabelThinkGearHost.setGeometry(QtCore.QRect(8, 279, 41, 31)) |
---|
69 | self.textLabelThinkGearHost.setAlignment(QtCore.Qt.AlignCenter) |
---|
70 | self.textLabelThinkGearHost.setObjectName("textLabelThinkGearHost") |
---|
71 | self.lineEditThinkGearPort = QtGui.QLineEdit(self.tabThinkGearConnectServer) |
---|
72 | self.lineEditThinkGearPort.setGeometry(QtCore.QRect(50, 312, 119, 26)) |
---|
73 | self.lineEditThinkGearPort.setAlignment(QtCore.Qt.AlignHCenter) |
---|
74 | self.lineEditThinkGearPort.setObjectName("lineEditThinkGearPort") |
---|
75 | self.pushButtonThinkGearConnect = QtGui.QPushButton(self.tabThinkGearConnectServer) |
---|
76 | self.pushButtonThinkGearConnect.setGeometry(QtCore.QRect(8, 349, 161, 31)) |
---|
77 | self.pushButtonThinkGearConnect.setCheckable(True) |
---|
78 | self.pushButtonThinkGearConnect.setObjectName("pushButtonThinkGearConnect") |
---|
79 | self.textLabelBluetoothStatus = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
80 | self.textLabelBluetoothStatus.setGeometry(QtCore.QRect(8, 107, 161, 30)) |
---|
81 | self.textLabelBluetoothStatus.setAlignment(QtCore.Qt.AlignCenter) |
---|
82 | self.textLabelBluetoothStatus.setWordWrap(False) |
---|
83 | self.textLabelBluetoothStatus.setObjectName("textLabelBluetoothStatus") |
---|
84 | self.pushButtonBluetoothConnect = QtGui.QPushButton(self.tabThinkGearConnectServer) |
---|
85 | self.pushButtonBluetoothConnect.setGeometry(QtCore.QRect(82, 196, 86, 31)) |
---|
86 | self.pushButtonBluetoothConnect.setCheckable(True) |
---|
87 | self.pushButtonBluetoothConnect.setObjectName("pushButtonBluetoothConnect") |
---|
88 | self.lineEditThinkGearHost = QtGui.QLineEdit(self.tabThinkGearConnectServer) |
---|
89 | self.lineEditThinkGearHost.setGeometry(QtCore.QRect(50, 280, 119, 26)) |
---|
90 | self.lineEditThinkGearHost.setAlignment(QtCore.Qt.AlignHCenter) |
---|
91 | self.lineEditThinkGearHost.setObjectName("lineEditThinkGearHost") |
---|
92 | self.lineHorizontalLower = QtGui.QFrame(self.tabThinkGearConnectServer) |
---|
93 | self.lineHorizontalLower.setGeometry(QtCore.QRect(8, 228, 161, 20)) |
---|
94 | self.lineHorizontalLower.setFrameShape(QtGui.QFrame.HLine) |
---|
95 | self.lineHorizontalLower.setFrameShadow(QtGui.QFrame.Sunken) |
---|
96 | self.lineHorizontalLower.setObjectName("lineHorizontalLower") |
---|
97 | self.labelNeuroSkyMindSet = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
98 | self.labelNeuroSkyMindSet.setGeometry(QtCore.QRect(8, 87, 161, 21)) |
---|
99 | self.labelNeuroSkyMindSet.setAlignment(QtCore.Qt.AlignCenter) |
---|
100 | self.labelNeuroSkyMindSet.setObjectName("labelNeuroSkyMindSet") |
---|
101 | self.lineHorizontalDivider = QtGui.QFrame(self.tabThinkGearConnectServer) |
---|
102 | self.lineHorizontalDivider.setGeometry(QtCore.QRect(169, 6, 20, 381)) |
---|
103 | self.lineHorizontalDivider.setFrameShape(QtGui.QFrame.VLine) |
---|
104 | self.lineHorizontalDivider.setFrameShadow(QtGui.QFrame.Sunken) |
---|
105 | self.lineHorizontalDivider.setObjectName("lineHorizontalDivider") |
---|
106 | self.textLabelMeditation = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
107 | self.textLabelMeditation.setGeometry(QtCore.QRect(653, 37, 71, 20)) |
---|
108 | self.textLabelMeditation.setWordWrap(False) |
---|
109 | self.textLabelMeditation.setObjectName("textLabelMeditation") |
---|
110 | self.textLabelAttention = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
111 | self.textLabelAttention.setGeometry(QtCore.QRect(587, 37, 61, 20)) |
---|
112 | self.textLabelAttention.setWordWrap(False) |
---|
113 | self.textLabelAttention.setObjectName("textLabelAttention") |
---|
114 | self.progressBarMeditation = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
115 | self.progressBarMeditation.setGeometry(QtCore.QRect(658, 74, 60, 301)) |
---|
116 | self.progressBarMeditation.setProperty("value", 0) |
---|
117 | self.progressBarMeditation.setOrientation(QtCore.Qt.Vertical) |
---|
118 | self.progressBarMeditation.setObjectName("progressBarMeditation") |
---|
119 | self.progressBarAttention = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
120 | self.progressBarAttention.setGeometry(QtCore.QRect(588, 74, 60, 301)) |
---|
121 | self.progressBarAttention.setProperty("value", 0) |
---|
122 | self.progressBarAttention.setTextVisible(True) |
---|
123 | self.progressBarAttention.setOrientation(QtCore.Qt.Vertical) |
---|
124 | self.progressBarAttention.setObjectName("progressBarAttention") |
---|
125 | self.progressBarEEGDelta = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
126 | self.progressBarEEGDelta.setGeometry(QtCore.QRect(188, 74, 41, 301)) |
---|
127 | self.progressBarEEGDelta.setLayoutDirection(QtCore.Qt.LeftToRight) |
---|
128 | self.progressBarEEGDelta.setProperty("value", 0) |
---|
129 | self.progressBarEEGDelta.setTextVisible(False) |
---|
130 | self.progressBarEEGDelta.setOrientation(QtCore.Qt.Vertical) |
---|
131 | self.progressBarEEGDelta.setInvertedAppearance(False) |
---|
132 | self.progressBarEEGDelta.setTextDirection(QtGui.QProgressBar.TopToBottom) |
---|
133 | self.progressBarEEGDelta.setObjectName("progressBarEEGDelta") |
---|
134 | self.progressBarEEGTheta = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
135 | self.progressBarEEGTheta.setGeometry(QtCore.QRect(238, 74, 41, 301)) |
---|
136 | self.progressBarEEGTheta.setProperty("value", 0) |
---|
137 | self.progressBarEEGTheta.setTextVisible(False) |
---|
138 | self.progressBarEEGTheta.setOrientation(QtCore.Qt.Vertical) |
---|
139 | self.progressBarEEGTheta.setObjectName("progressBarEEGTheta") |
---|
140 | self.progressBarEEGLowAlpha = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
141 | self.progressBarEEGLowAlpha.setGeometry(QtCore.QRect(288, 74, 41, 301)) |
---|
142 | self.progressBarEEGLowAlpha.setProperty("value", 0) |
---|
143 | self.progressBarEEGLowAlpha.setTextVisible(False) |
---|
144 | self.progressBarEEGLowAlpha.setOrientation(QtCore.Qt.Vertical) |
---|
145 | self.progressBarEEGLowAlpha.setObjectName("progressBarEEGLowAlpha") |
---|
146 | self.progressBarEEGHighAlpha = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
147 | self.progressBarEEGHighAlpha.setGeometry(QtCore.QRect(338, 74, 41, 301)) |
---|
148 | self.progressBarEEGHighAlpha.setProperty("value", 0) |
---|
149 | self.progressBarEEGHighAlpha.setTextVisible(False) |
---|
150 | self.progressBarEEGHighAlpha.setOrientation(QtCore.Qt.Vertical) |
---|
151 | self.progressBarEEGHighAlpha.setObjectName("progressBarEEGHighAlpha") |
---|
152 | self.progressBarEEGLowBeta = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
153 | self.progressBarEEGLowBeta.setGeometry(QtCore.QRect(388, 74, 41, 301)) |
---|
154 | self.progressBarEEGLowBeta.setProperty("value", 0) |
---|
155 | self.progressBarEEGLowBeta.setTextVisible(False) |
---|
156 | self.progressBarEEGLowBeta.setOrientation(QtCore.Qt.Vertical) |
---|
157 | self.progressBarEEGLowBeta.setObjectName("progressBarEEGLowBeta") |
---|
158 | self.progressBarEEGHighBeta = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
159 | self.progressBarEEGHighBeta.setGeometry(QtCore.QRect(438, 74, 41, 301)) |
---|
160 | self.progressBarEEGHighBeta.setProperty("value", 0) |
---|
161 | self.progressBarEEGHighBeta.setTextVisible(False) |
---|
162 | self.progressBarEEGHighBeta.setOrientation(QtCore.Qt.Vertical) |
---|
163 | self.progressBarEEGHighBeta.setObjectName("progressBarEEGHighBeta") |
---|
164 | self.progressBarEEGLowGamma = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
165 | self.progressBarEEGLowGamma.setGeometry(QtCore.QRect(488, 74, 41, 301)) |
---|
166 | self.progressBarEEGLowGamma.setProperty("value", 0) |
---|
167 | self.progressBarEEGLowGamma.setTextVisible(False) |
---|
168 | self.progressBarEEGLowGamma.setOrientation(QtCore.Qt.Vertical) |
---|
169 | self.progressBarEEGLowGamma.setObjectName("progressBarEEGLowGamma") |
---|
170 | self.progressBarEEGMidGamma = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
171 | self.progressBarEEGMidGamma.setGeometry(QtCore.QRect(538, 74, 41, 301)) |
---|
172 | self.progressBarEEGMidGamma.setProperty("value", 0) |
---|
173 | self.progressBarEEGMidGamma.setTextVisible(False) |
---|
174 | self.progressBarEEGMidGamma.setOrientation(QtCore.Qt.Vertical) |
---|
175 | self.progressBarEEGMidGamma.setObjectName("progressBarEEGMidGamma") |
---|
176 | self.textLabelContactQuality = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
177 | self.textLabelContactQuality.setGeometry(QtCore.QRect(732, 39, 51, 30)) |
---|
178 | self.textLabelContactQuality.setWordWrap(False) |
---|
179 | self.textLabelContactQuality.setObjectName("textLabelContactQuality") |
---|
180 | self.progressBarSignalContactQuality = QtGui.QProgressBar(self.tabThinkGearConnectServer) |
---|
181 | self.progressBarSignalContactQuality.setGeometry(QtCore.QRect(728, 74, 60, 301)) |
---|
182 | self.progressBarSignalContactQuality.setProperty("value", 0) |
---|
183 | self.progressBarSignalContactQuality.setOrientation(QtCore.Qt.Vertical) |
---|
184 | self.progressBarSignalContactQuality.setObjectName("progressBarSignalContactQuality") |
---|
185 | self.labeleSense = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
186 | self.labeleSense.setGeometry(QtCore.QRect(620, 12, 71, 20)) |
---|
187 | self.labeleSense.setObjectName("labeleSense") |
---|
188 | self.labelEEGBrainWaves = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
189 | self.labelEEGBrainWaves.setGeometry(QtCore.QRect(300, 12, 171, 20)) |
---|
190 | self.labelEEGBrainWaves.setObjectName("labelEEGBrainWaves") |
---|
191 | self.labelDelta = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
192 | self.labelDelta.setGeometry(QtCore.QRect(189, 50, 41, 17)) |
---|
193 | self.labelDelta.setObjectName("labelDelta") |
---|
194 | self.labelTheta = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
195 | self.labelTheta.setGeometry(QtCore.QRect(239, 50, 41, 17)) |
---|
196 | self.labelTheta.setObjectName("labelTheta") |
---|
197 | self.labelLowAlpha = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
198 | self.labelLowAlpha.setGeometry(QtCore.QRect(289, 40, 41, 31)) |
---|
199 | self.labelLowAlpha.setObjectName("labelLowAlpha") |
---|
200 | self.labelHighAlpha = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
201 | self.labelHighAlpha.setGeometry(QtCore.QRect(339, 40, 41, 31)) |
---|
202 | self.labelHighAlpha.setObjectName("labelHighAlpha") |
---|
203 | self.labelLowBeta = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
204 | self.labelLowBeta.setGeometry(QtCore.QRect(388, 40, 41, 31)) |
---|
205 | self.labelLowBeta.setObjectName("labelLowBeta") |
---|
206 | self.labelHighBeta = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
207 | self.labelHighBeta.setGeometry(QtCore.QRect(438, 40, 41, 31)) |
---|
208 | self.labelHighBeta.setObjectName("labelHighBeta") |
---|
209 | self.labelLowGamma = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
210 | self.labelLowGamma.setGeometry(QtCore.QRect(486, 40, 44, 31)) |
---|
211 | self.labelLowGamma.setObjectName("labelLowGamma") |
---|
212 | self.labelMidGamma = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
213 | self.labelMidGamma.setGeometry(QtCore.QRect(537, 40, 44, 31)) |
---|
214 | self.labelMidGamma.setObjectName("labelMidGamma") |
---|
215 | self.labelSignal = QtGui.QLabel(self.tabThinkGearConnectServer) |
---|
216 | self.labelSignal.setGeometry(QtCore.QRect(727, 12, 60, 20)) |
---|
217 | self.labelSignal.setObjectName("labelSignal") |
---|
218 | self.comboBoxDeviceSelect = QtGui.QComboBox(self.tabThinkGearConnectServer) |
---|
219 | self.comboBoxDeviceSelect.setGeometry(QtCore.QRect(8, 161, 160, 27)) |
---|
220 | self.comboBoxDeviceSelect.setObjectName("comboBoxDeviceSelect") |
---|
221 | self.comboBoxDeviceSelect.addItem("") |
---|
222 | self.pushButtonBluetoothSearch = QtGui.QPushButton(self.tabThinkGearConnectServer) |
---|
223 | self.pushButtonBluetoothSearch.setGeometry(QtCore.QRect(8, 196, 66, 31)) |
---|
224 | self.pushButtonBluetoothSearch.setCheckable(False) |
---|
225 | self.pushButtonBluetoothSearch.setObjectName("pushButtonBluetoothSearch") |
---|
226 | self.tabWidget.addTab(self.tabThinkGearConnectServer, "") |
---|
227 | self.tabEEGSignals = QtGui.QWidget() |
---|
228 | self.tabEEGSignals.setObjectName("tabEEGSignals") |
---|
229 | self.tabWidget.addTab(self.tabEEGSignals, "") |
---|
230 | self.tabDebugConsole = QtGui.QWidget() |
---|
231 | self.tabDebugConsole.setObjectName("tabDebugConsole") |
---|
232 | self.textEditDebugConsole = QtGui.QTextEdit(self.tabDebugConsole) |
---|
233 | self.textEditDebugConsole.setGeometry(QtCore.QRect(10, 3, 776, 386)) |
---|
234 | self.textEditDebugConsole.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOn) |
---|
235 | self.textEditDebugConsole.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff) |
---|
236 | self.textEditDebugConsole.setReadOnly(True) |
---|
237 | self.textEditDebugConsole.setObjectName("textEditDebugConsole") |
---|
238 | self.tabWidget.addTab(self.tabDebugConsole, "") |
---|
239 | |
---|
240 | self.retranslateUi(Form) |
---|
241 | self.tabWidget.setCurrentIndex(1) |
---|
242 | QtCore.QMetaObject.connectSlotsByName(Form) |
---|
243 | |
---|
244 | def retranslateUi(self, Form): |
---|
245 | Form.setWindowTitle(QtGui.QApplication.translate("Form", "Puzzlebox Synapse", None, QtGui.QApplication.UnicodeUTF8)) |
---|
246 | self.textLabelPuzzleboxSynapse.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
247 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
248 | "p, li { white-space: pre-wrap; }\n" |
---|
249 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
250 | "<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><a href=\"http://brainstorms.puzzlebox.info\"><span style=\" font-size:11pt; text-decoration: none; color:#000000;\">Puzzlebox<br />Synapse</span></a></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
251 | self.labelServerDaemon.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
252 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
253 | "p, li { white-space: pre-wrap; }\n" |
---|
254 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
255 | "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Server Daemon</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
256 | self.textLabelThinkGearPort.setText(QtGui.QApplication.translate("Form", "<p align=\"center\">Port</p>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
257 | self.textLabelBluetoothAddress.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
258 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
259 | "p, li { white-space: pre-wrap; }\n" |
---|
260 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
261 | "<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Bluetooth Address</p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
262 | self.textLabelThinkGearHost.setText(QtGui.QApplication.translate("Form", "Host", None, QtGui.QApplication.UnicodeUTF8)) |
---|
263 | self.lineEditThinkGearPort.setText(QtGui.QApplication.translate("Form", "N/A", None, QtGui.QApplication.UnicodeUTF8)) |
---|
264 | self.pushButtonThinkGearConnect.setText(QtGui.QApplication.translate("Form", "Start", None, QtGui.QApplication.UnicodeUTF8)) |
---|
265 | self.textLabelBluetoothStatus.setText(QtGui.QApplication.translate("Form", "<p align=\"center\">Status: Disconnected</p>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
266 | self.pushButtonBluetoothConnect.setText(QtGui.QApplication.translate("Form", "Connect", None, QtGui.QApplication.UnicodeUTF8)) |
---|
267 | self.lineEditThinkGearHost.setText(QtGui.QApplication.translate("Form", "N/A", None, QtGui.QApplication.UnicodeUTF8)) |
---|
268 | self.labelNeuroSkyMindSet.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
269 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
270 | "p, li { white-space: pre-wrap; }\n" |
---|
271 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
272 | "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">NeuroSky MindSet</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
273 | self.textLabelMeditation.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
274 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
275 | "p, li { white-space: pre-wrap; }\n" |
---|
276 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
277 | "<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:9pt;\">Meditation</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
278 | self.textLabelAttention.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
279 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
280 | "p, li { white-space: pre-wrap; }\n" |
---|
281 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
282 | "<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:9pt;\">Attention</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
283 | self.textLabelContactQuality.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
284 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
285 | "p, li { white-space: pre-wrap; }\n" |
---|
286 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
287 | "<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:9pt;\">Contact<br />Quality</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
288 | self.labeleSense.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
289 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
290 | "p, li { white-space: pre-wrap; }\n" |
---|
291 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
292 | "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><a href=\"http://company.neurosky.com/files/neurosky_esense_whitepaper.pdf\"><span style=\" font-size:12pt; font-weight:600;text-decoration: none; color:#000000;\">eSense</span></a></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
293 | self.labelEEGBrainWaves.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
294 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
295 | "p, li { white-space: pre-wrap; }\n" |
---|
296 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
297 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><a href=\"http://company.neurosky.com/files/neurosky_esense_whitepaper.pdf\"><span style=\" font-size:12pt; font-weight:600;text-decoration: none; color:#000000;\">EEG Brain Signals</span></a></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
298 | self.labelDelta.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
299 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
300 | "p, li { white-space: pre-wrap; }\n" |
---|
301 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
302 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><a href=\"http://en.wikipedia.org/wiki/Delta_wave\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Delta</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
303 | self.labelTheta.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
304 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
305 | "p, li { white-space: pre-wrap; }\n" |
---|
306 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
307 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><a href=\"http://en.wikipedia.org/wiki/Theta_rhythm\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Theta</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
308 | self.labelLowAlpha.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
309 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
310 | "p, li { white-space: pre-wrap; }\n" |
---|
311 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
312 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
313 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
314 | "p, li { white-space: pre-wrap; }\n" |
---|
315 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
316 | "<a href=\"http://en.wikipedia.org/wiki/Alpha_wave\"><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Low</span></p><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Alpha</span></p></a></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
317 | self.labelHighAlpha.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
318 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
319 | "p, li { white-space: pre-wrap; }\n" |
---|
320 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
321 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
322 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
323 | "p, li { white-space: pre-wrap; }\n" |
---|
324 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
325 | "<a href=\"http://en.wikipedia.org/wiki/Alpha_wave\"><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">High</span></p><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Alpha</span></p></a></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
326 | self.labelLowBeta.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
327 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
328 | "p, li { white-space: pre-wrap; }\n" |
---|
329 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
330 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
331 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
332 | "p, li { white-space: pre-wrap; }\n" |
---|
333 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
334 | "<a href=\"http://en.wikipedia.org/wiki/Beta_wave\"><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Low</span></p><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Beta</span></p></a></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
335 | self.labelHighBeta.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
336 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
337 | "p, li { white-space: pre-wrap; }\n" |
---|
338 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
339 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
340 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
341 | "p, li { white-space: pre-wrap; }\n" |
---|
342 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
343 | "<a href=\"http://en.wikipedia.org/wiki/Beta_wave\"><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">High</span></p><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Beta</span></p></a></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
344 | self.labelLowGamma.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
345 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
346 | "p, li { white-space: pre-wrap; }\n" |
---|
347 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
348 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
349 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
350 | "p, li { white-space: pre-wrap; }\n" |
---|
351 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
352 | "<a href=\"http://en.wikipedia.org/wiki/Gamma_wave\"><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Low</span></p><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Gamma</span></p></a></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
353 | self.labelMidGamma.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
354 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
355 | "p, li { white-space: pre-wrap; }\n" |
---|
356 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
357 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
358 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
359 | "p, li { white-space: pre-wrap; }\n" |
---|
360 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
361 | "<a href=\"http://en.wikipedia.org/wiki/Gamma_wave\"><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Mid</span></p><p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; text-decoration: none; color:#000000;\">Gamma</span></p></a></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
362 | self.labelSignal.setText(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
363 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
364 | "p, li { white-space: pre-wrap; }\n" |
---|
365 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
366 | "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:12pt; font-weight:600;\">Signal</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
367 | self.comboBoxDeviceSelect.setItemText(0, QtGui.QApplication.translate("Form", "MindSet Emulator", None, QtGui.QApplication.UnicodeUTF8)) |
---|
368 | self.pushButtonBluetoothSearch.setText(QtGui.QApplication.translate("Form", "Search", None, QtGui.QApplication.UnicodeUTF8)) |
---|
369 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabThinkGearConnectServer), QtGui.QApplication.translate("Form", "ThinkGear Connect Server", None, QtGui.QApplication.UnicodeUTF8)) |
---|
370 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabEEGSignals), QtGui.QApplication.translate("Form", "EEG Waves", None, QtGui.QApplication.UnicodeUTF8)) |
---|
371 | self.textEditDebugConsole.setHtml(QtGui.QApplication.translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" |
---|
372 | "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" |
---|
373 | "p, li { white-space: pre-wrap; }\n" |
---|
374 | "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n" |
---|
375 | "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>", None, QtGui.QApplication.UnicodeUTF8)) |
---|
376 | self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabDebugConsole), QtGui.QApplication.translate("Form", "Debug Console", None, QtGui.QApplication.UnicodeUTF8)) |
---|
377 | |
---|