MNE-CPP  beta 1.0
ui_mnertclientsetup.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'mnertclientsetup.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.1.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_MNERTCLIENTSETUP_H
10 #define UI_MNERTCLIENTSETUP_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QColumnView>
18 #include <QtWidgets/QComboBox>
19 #include <QtWidgets/QFrame>
20 #include <QtWidgets/QGridLayout>
21 #include <QtWidgets/QGroupBox>
22 #include <QtWidgets/QHeaderView>
23 #include <QtWidgets/QLabel>
24 #include <QtWidgets/QLineEdit>
25 #include <QtWidgets/QPushButton>
26 #include <QtWidgets/QSpacerItem>
27 #include <QtWidgets/QSpinBox>
28 #include <QtWidgets/QTabWidget>
29 #include <QtWidgets/QTextBrowser>
30 #include <QtWidgets/QVBoxLayout>
31 #include <QtWidgets/QWidget>
32 
33 QT_BEGIN_NAMESPACE
34 
36 {
37 public:
38  QVBoxLayout *verticalLayout;
39  QTabWidget *tabWidget;
40  QWidget *tab_pref;
41  QVBoxLayout *verticalLayout_2;
42  QGridLayout *m_qGridLayout_main;
43  QPushButton *m_qPushButton_About;
44  QSpacerItem *m_qHorizontalSpacer_About;
45  QGroupBox *m_qGroupBox_PluginProperties;
46  QGridLayout *m_qGridLayout_Properties;
47  QLabel *m_qLabel_Downsampling;
48  QSpinBox *m_qSpinBox_Downsampling;
49  QGroupBox *m_qGroupBox_MneRtClientProperties;
50  QGridLayout *gridLayout;
51  QLabel *m_qLabel_BufferSize;
52  QComboBox *m_qComboBox_Connector;
53  QLineEdit *m_qLineEdit_BufferSize;
54  QLabel *m_qLabel_Connector;
55  QLabel *m_qLabel_sps;
56  QLabel *m_qLabel_sps_description;
57  QPushButton *m_qPushButton_Configure;
58  QFrame *line;
59  QGroupBox *m_qGroupBox_Acquisition;
60  QGridLayout *gridLayout1;
61  QPushButton *m_qPushButton_FiffRecordFile;
62  QFrame *line_2;
63  QLabel *m_qLabel_SubjectDescription;
64  QComboBox *m_qComboBox_SubjectSelection;
65  QPushButton *m_qPushButton_NewSubject;
66  QPushButton *m_qPushButton_NewProject;
67  QLabel *label;
68  QLineEdit *m_qLineEdit_FiffRecordFile;
69  QComboBox *m_qComboBox_ProjectSelection;
70  QLabel *m_qLabel_ProjectDescription;
71  QCheckBox *m_qCheckBox_RecordData;
72  QGroupBox *m_qGroupBox_Information;
73  QGridLayout *m_qGridLayout_Information;
74  QTextBrowser *m_qTextBrowser_Information;
75  QGroupBox *m_qGroupBox_Channels;
76  QGridLayout *m_qGridLayout_Channel;
77  QColumnView *m_qColumnView_Channels;
78  QSpacerItem *m_qVerticalSpacer_Headline;
79  QWidget *tab_con;
80  QVBoxLayout *verticalLayout_3;
81  QGridLayout *gridLayout_3;
82  QGroupBox *m_qGroupBox_Send;
83  QGridLayout *gridLayout_6;
84  QLabel *m_qLabel_Instruction;
85  QLineEdit *m_qLineEdit_SendCLI;
86  QPushButton *m_qPushButton_SendCLI;
87  QSpacerItem *horizontalSpacer_3;
88  QGroupBox *m_qGroupBox_rtServerInfo;
89  QGridLayout *gridLayout_5;
90  QLabel *m_qLabel_Ip;
91  QLabel *m_qLabel_ConnectionStatusDescr;
92  QPushButton *m_qPushButton_Connect;
93  QLineEdit *m_qLineEdit_Ip;
94  QLabel *m_qLabel_ConnectionStatus;
95  QGroupBox *m_qGroupBox_log;
96  QGridLayout *gridLayout_4;
97  QTextBrowser *m_qTextBrowser_ServerMessage;
98  QSpacerItem *verticalSpacer;
99 
100  void setupUi(QWidget *MneRtClientSetupWidgetClass)
101  {
102  if (MneRtClientSetupWidgetClass->objectName().isEmpty())
103  MneRtClientSetupWidgetClass->setObjectName(QStringLiteral("MneRtClientSetupWidgetClass"));
104  MneRtClientSetupWidgetClass->resize(765, 640);
105  verticalLayout = new QVBoxLayout(MneRtClientSetupWidgetClass);
106  verticalLayout->setSpacing(6);
107  verticalLayout->setContentsMargins(11, 11, 11, 11);
108  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
109  tabWidget = new QTabWidget(MneRtClientSetupWidgetClass);
110  tabWidget->setObjectName(QStringLiteral("tabWidget"));
111  tab_pref = new QWidget();
112  tab_pref->setObjectName(QStringLiteral("tab_pref"));
113  verticalLayout_2 = new QVBoxLayout(tab_pref);
114  verticalLayout_2->setSpacing(6);
115  verticalLayout_2->setContentsMargins(11, 11, 11, 11);
116  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
117  m_qGridLayout_main = new QGridLayout();
118  m_qGridLayout_main->setSpacing(6);
119  m_qGridLayout_main->setObjectName(QStringLiteral("m_qGridLayout_main"));
120  m_qPushButton_About = new QPushButton(tab_pref);
121  m_qPushButton_About->setObjectName(QStringLiteral("m_qPushButton_About"));
122 
123  m_qGridLayout_main->addWidget(m_qPushButton_About, 5, 2, 1, 1);
124 
125  m_qHorizontalSpacer_About = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
126 
127  m_qGridLayout_main->addItem(m_qHorizontalSpacer_About, 5, 1, 1, 1);
128 
129  m_qGroupBox_PluginProperties = new QGroupBox(tab_pref);
130  m_qGroupBox_PluginProperties->setObjectName(QStringLiteral("m_qGroupBox_PluginProperties"));
131  QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
132  sizePolicy.setHorizontalStretch(0);
133  sizePolicy.setVerticalStretch(0);
134  sizePolicy.setHeightForWidth(m_qGroupBox_PluginProperties->sizePolicy().hasHeightForWidth());
135  m_qGroupBox_PluginProperties->setSizePolicy(sizePolicy);
136  m_qGroupBox_PluginProperties->setMinimumSize(QSize(0, 0));
137  m_qGroupBox_PluginProperties->setFlat(false);
138  m_qGridLayout_Properties = new QGridLayout(m_qGroupBox_PluginProperties);
139  m_qGridLayout_Properties->setSpacing(6);
140  m_qGridLayout_Properties->setContentsMargins(11, 11, 11, 11);
141  m_qGridLayout_Properties->setObjectName(QStringLiteral("m_qGridLayout_Properties"));
142  m_qLabel_Downsampling = new QLabel(m_qGroupBox_PluginProperties);
143  m_qLabel_Downsampling->setObjectName(QStringLiteral("m_qLabel_Downsampling"));
144 
145  m_qGridLayout_Properties->addWidget(m_qLabel_Downsampling, 1, 0, 1, 1);
146 
147  m_qSpinBox_Downsampling = new QSpinBox(m_qGroupBox_PluginProperties);
148  m_qSpinBox_Downsampling->setObjectName(QStringLiteral("m_qSpinBox_Downsampling"));
149  QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
150  sizePolicy1.setHorizontalStretch(0);
151  sizePolicy1.setVerticalStretch(0);
152  sizePolicy1.setHeightForWidth(m_qSpinBox_Downsampling->sizePolicy().hasHeightForWidth());
153  m_qSpinBox_Downsampling->setSizePolicy(sizePolicy1);
154  m_qSpinBox_Downsampling->setMinimum(1);
155  m_qSpinBox_Downsampling->setMaximum(10);
156 
157  m_qGridLayout_Properties->addWidget(m_qSpinBox_Downsampling, 1, 1, 1, 1);
158 
159 
160  m_qGridLayout_main->addWidget(m_qGroupBox_PluginProperties, 4, 0, 1, 1);
161 
162  m_qGroupBox_MneRtClientProperties = new QGroupBox(tab_pref);
163  m_qGroupBox_MneRtClientProperties->setObjectName(QStringLiteral("m_qGroupBox_MneRtClientProperties"));
164  gridLayout = new QGridLayout(m_qGroupBox_MneRtClientProperties);
165  gridLayout->setSpacing(6);
166  gridLayout->setContentsMargins(11, 11, 11, 11);
167  gridLayout->setObjectName(QStringLiteral("gridLayout"));
168  m_qLabel_BufferSize = new QLabel(m_qGroupBox_MneRtClientProperties);
169  m_qLabel_BufferSize->setObjectName(QStringLiteral("m_qLabel_BufferSize"));
170 
171  gridLayout->addWidget(m_qLabel_BufferSize, 5, 0, 1, 1);
172 
173  m_qComboBox_Connector = new QComboBox(m_qGroupBox_MneRtClientProperties);
174  m_qComboBox_Connector->setObjectName(QStringLiteral("m_qComboBox_Connector"));
175 
176  gridLayout->addWidget(m_qComboBox_Connector, 0, 1, 1, 1);
177 
178  m_qLineEdit_BufferSize = new QLineEdit(m_qGroupBox_MneRtClientProperties);
179  m_qLineEdit_BufferSize->setObjectName(QStringLiteral("m_qLineEdit_BufferSize"));
180 
181  gridLayout->addWidget(m_qLineEdit_BufferSize, 5, 1, 1, 1);
182 
183  m_qLabel_Connector = new QLabel(m_qGroupBox_MneRtClientProperties);
184  m_qLabel_Connector->setObjectName(QStringLiteral("m_qLabel_Connector"));
185 
186  gridLayout->addWidget(m_qLabel_Connector, 0, 0, 1, 1);
187 
188  m_qLabel_sps = new QLabel(m_qGroupBox_MneRtClientProperties);
189  m_qLabel_sps->setObjectName(QStringLiteral("m_qLabel_sps"));
190  m_qLabel_sps->setFrameShape(QFrame::StyledPanel);
191 
192  gridLayout->addWidget(m_qLabel_sps, 6, 1, 1, 1);
193 
194  m_qLabel_sps_description = new QLabel(m_qGroupBox_MneRtClientProperties);
195  m_qLabel_sps_description->setObjectName(QStringLiteral("m_qLabel_sps_description"));
196  sizePolicy.setHeightForWidth(m_qLabel_sps_description->sizePolicy().hasHeightForWidth());
197  m_qLabel_sps_description->setSizePolicy(sizePolicy);
198  m_qLabel_sps_description->setLayoutDirection(Qt::LeftToRight);
199 
200  gridLayout->addWidget(m_qLabel_sps_description, 6, 0, 1, 1);
201 
202  m_qPushButton_Configure = new QPushButton(m_qGroupBox_MneRtClientProperties);
203  m_qPushButton_Configure->setObjectName(QStringLiteral("m_qPushButton_Configure"));
204 
205  gridLayout->addWidget(m_qPushButton_Configure, 0, 2, 1, 1);
206 
207  line = new QFrame(m_qGroupBox_MneRtClientProperties);
208  line->setObjectName(QStringLiteral("line"));
209  line->setFrameShape(QFrame::HLine);
210  line->setFrameShadow(QFrame::Sunken);
211 
212  gridLayout->addWidget(line, 4, 0, 1, 3);
213 
214 
215  m_qGridLayout_main->addWidget(m_qGroupBox_MneRtClientProperties, 3, 0, 1, 1);
216 
217  m_qGroupBox_Acquisition = new QGroupBox(tab_pref);
218  m_qGroupBox_Acquisition->setObjectName(QStringLiteral("m_qGroupBox_Acquisition"));
219  gridLayout1 = new QGridLayout(m_qGroupBox_Acquisition);
220  gridLayout1->setSpacing(6);
221  gridLayout1->setContentsMargins(11, 11, 11, 11);
222  gridLayout1->setObjectName(QStringLiteral("gridLayout1"));
223  m_qPushButton_FiffRecordFile = new QPushButton(m_qGroupBox_Acquisition);
224  m_qPushButton_FiffRecordFile->setObjectName(QStringLiteral("m_qPushButton_FiffRecordFile"));
225 
226  gridLayout1->addWidget(m_qPushButton_FiffRecordFile, 6, 2, 1, 1);
227 
228  line_2 = new QFrame(m_qGroupBox_Acquisition);
229  line_2->setObjectName(QStringLiteral("line_2"));
230  line_2->setFrameShape(QFrame::HLine);
231  line_2->setFrameShadow(QFrame::Sunken);
232 
233  gridLayout1->addWidget(line_2, 4, 0, 1, 3);
234 
235  m_qLabel_SubjectDescription = new QLabel(m_qGroupBox_Acquisition);
236  m_qLabel_SubjectDescription->setObjectName(QStringLiteral("m_qLabel_SubjectDescription"));
237 
238  gridLayout1->addWidget(m_qLabel_SubjectDescription, 3, 0, 1, 1);
239 
240  m_qComboBox_SubjectSelection = new QComboBox(m_qGroupBox_Acquisition);
241  m_qComboBox_SubjectSelection->setObjectName(QStringLiteral("m_qComboBox_SubjectSelection"));
242 
243  gridLayout1->addWidget(m_qComboBox_SubjectSelection, 3, 1, 1, 1);
244 
245  m_qPushButton_NewSubject = new QPushButton(m_qGroupBox_Acquisition);
246  m_qPushButton_NewSubject->setObjectName(QStringLiteral("m_qPushButton_NewSubject"));
247 
248  gridLayout1->addWidget(m_qPushButton_NewSubject, 3, 2, 1, 1);
249 
250  m_qPushButton_NewProject = new QPushButton(m_qGroupBox_Acquisition);
251  m_qPushButton_NewProject->setObjectName(QStringLiteral("m_qPushButton_NewProject"));
252 
253  gridLayout1->addWidget(m_qPushButton_NewProject, 2, 2, 1, 1);
254 
255  label = new QLabel(m_qGroupBox_Acquisition);
256  label->setObjectName(QStringLiteral("label"));
257 
258  gridLayout1->addWidget(label, 6, 0, 1, 1);
259 
260  m_qLineEdit_FiffRecordFile = new QLineEdit(m_qGroupBox_Acquisition);
261  m_qLineEdit_FiffRecordFile->setObjectName(QStringLiteral("m_qLineEdit_FiffRecordFile"));
262 
263  gridLayout1->addWidget(m_qLineEdit_FiffRecordFile, 6, 1, 1, 1);
264 
265  m_qComboBox_ProjectSelection = new QComboBox(m_qGroupBox_Acquisition);
266  m_qComboBox_ProjectSelection->setObjectName(QStringLiteral("m_qComboBox_ProjectSelection"));
267 
268  gridLayout1->addWidget(m_qComboBox_ProjectSelection, 2, 1, 1, 1);
269 
270  m_qLabel_ProjectDescription = new QLabel(m_qGroupBox_Acquisition);
271  m_qLabel_ProjectDescription->setObjectName(QStringLiteral("m_qLabel_ProjectDescription"));
272 
273  gridLayout1->addWidget(m_qLabel_ProjectDescription, 2, 0, 1, 1);
274 
275  m_qCheckBox_RecordData = new QCheckBox(m_qGroupBox_Acquisition);
276  m_qCheckBox_RecordData->setObjectName(QStringLiteral("m_qCheckBox_RecordData"));
277 
278  gridLayout1->addWidget(m_qCheckBox_RecordData, 0, 2, 1, 1);
279 
280 
281  m_qGridLayout_main->addWidget(m_qGroupBox_Acquisition, 0, 0, 3, 1);
282 
283  m_qGroupBox_Information = new QGroupBox(tab_pref);
284  m_qGroupBox_Information->setObjectName(QStringLiteral("m_qGroupBox_Information"));
285  m_qGroupBox_Information->setMinimumSize(QSize(0, 0));
286  m_qGridLayout_Information = new QGridLayout(m_qGroupBox_Information);
287  m_qGridLayout_Information->setSpacing(6);
288  m_qGridLayout_Information->setContentsMargins(11, 11, 11, 11);
289  m_qGridLayout_Information->setObjectName(QStringLiteral("m_qGridLayout_Information"));
290  m_qTextBrowser_Information = new QTextBrowser(m_qGroupBox_Information);
291  m_qTextBrowser_Information->setObjectName(QStringLiteral("m_qTextBrowser_Information"));
292 
293  m_qGridLayout_Information->addWidget(m_qTextBrowser_Information, 0, 0, 1, 1);
294 
295 
296  m_qGridLayout_main->addWidget(m_qGroupBox_Information, 0, 1, 3, 2);
297 
298  m_qGroupBox_Channels = new QGroupBox(tab_pref);
299  m_qGroupBox_Channels->setObjectName(QStringLiteral("m_qGroupBox_Channels"));
300  m_qGridLayout_Channel = new QGridLayout(m_qGroupBox_Channels);
301  m_qGridLayout_Channel->setSpacing(6);
302  m_qGridLayout_Channel->setContentsMargins(11, 11, 11, 11);
303  m_qGridLayout_Channel->setObjectName(QStringLiteral("m_qGridLayout_Channel"));
304  m_qColumnView_Channels = new QColumnView(m_qGroupBox_Channels);
305  m_qColumnView_Channels->setObjectName(QStringLiteral("m_qColumnView_Channels"));
306 
307  m_qGridLayout_Channel->addWidget(m_qColumnView_Channels, 0, 0, 1, 1);
308 
309 
310  m_qGridLayout_main->addWidget(m_qGroupBox_Channels, 3, 1, 2, 2);
311 
312 
313  verticalLayout_2->addLayout(m_qGridLayout_main);
314 
315  m_qVerticalSpacer_Headline = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
316 
317  verticalLayout_2->addItem(m_qVerticalSpacer_Headline);
318 
319  tabWidget->addTab(tab_pref, QString());
320  tab_con = new QWidget();
321  tab_con->setObjectName(QStringLiteral("tab_con"));
322  verticalLayout_3 = new QVBoxLayout(tab_con);
323  verticalLayout_3->setSpacing(6);
324  verticalLayout_3->setContentsMargins(11, 11, 11, 11);
325  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
326  gridLayout_3 = new QGridLayout();
327  gridLayout_3->setSpacing(6);
328  gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
329  m_qGroupBox_Send = new QGroupBox(tab_con);
330  m_qGroupBox_Send->setObjectName(QStringLiteral("m_qGroupBox_Send"));
331  m_qGroupBox_Send->setMaximumSize(QSize(250, 16777215));
332  gridLayout_6 = new QGridLayout(m_qGroupBox_Send);
333  gridLayout_6->setSpacing(6);
334  gridLayout_6->setContentsMargins(11, 11, 11, 11);
335  gridLayout_6->setObjectName(QStringLiteral("gridLayout_6"));
336  m_qLabel_Instruction = new QLabel(m_qGroupBox_Send);
337  m_qLabel_Instruction->setObjectName(QStringLiteral("m_qLabel_Instruction"));
338 
339  gridLayout_6->addWidget(m_qLabel_Instruction, 0, 0, 1, 1);
340 
341  m_qLineEdit_SendCLI = new QLineEdit(m_qGroupBox_Send);
342  m_qLineEdit_SendCLI->setObjectName(QStringLiteral("m_qLineEdit_SendCLI"));
343 
344  gridLayout_6->addWidget(m_qLineEdit_SendCLI, 0, 2, 1, 1);
345 
346  m_qPushButton_SendCLI = new QPushButton(m_qGroupBox_Send);
347  m_qPushButton_SendCLI->setObjectName(QStringLiteral("m_qPushButton_SendCLI"));
348 
349  gridLayout_6->addWidget(m_qPushButton_SendCLI, 1, 2, 1, 1);
350 
351 
352  gridLayout_3->addWidget(m_qGroupBox_Send, 2, 1, 1, 1);
353 
354  horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
355 
356  gridLayout_3->addItem(horizontalSpacer_3, 4, 2, 1, 1);
357 
358  m_qGroupBox_rtServerInfo = new QGroupBox(tab_con);
359  m_qGroupBox_rtServerInfo->setObjectName(QStringLiteral("m_qGroupBox_rtServerInfo"));
360  m_qGroupBox_rtServerInfo->setMaximumSize(QSize(250, 16777215));
361  gridLayout_5 = new QGridLayout(m_qGroupBox_rtServerInfo);
362  gridLayout_5->setSpacing(6);
363  gridLayout_5->setContentsMargins(11, 11, 11, 11);
364  gridLayout_5->setObjectName(QStringLiteral("gridLayout_5"));
365  m_qLabel_Ip = new QLabel(m_qGroupBox_rtServerInfo);
366  m_qLabel_Ip->setObjectName(QStringLiteral("m_qLabel_Ip"));
367 
368  gridLayout_5->addWidget(m_qLabel_Ip, 1, 0, 1, 1);
369 
370  m_qLabel_ConnectionStatusDescr = new QLabel(m_qGroupBox_rtServerInfo);
371  m_qLabel_ConnectionStatusDescr->setObjectName(QStringLiteral("m_qLabel_ConnectionStatusDescr"));
372 
373  gridLayout_5->addWidget(m_qLabel_ConnectionStatusDescr, 0, 0, 1, 1);
374 
375  m_qPushButton_Connect = new QPushButton(m_qGroupBox_rtServerInfo);
376  m_qPushButton_Connect->setObjectName(QStringLiteral("m_qPushButton_Connect"));
377 
378  gridLayout_5->addWidget(m_qPushButton_Connect, 2, 1, 1, 1);
379 
380  m_qLineEdit_Ip = new QLineEdit(m_qGroupBox_rtServerInfo);
381  m_qLineEdit_Ip->setObjectName(QStringLiteral("m_qLineEdit_Ip"));
382 
383  gridLayout_5->addWidget(m_qLineEdit_Ip, 1, 1, 1, 1);
384 
385  m_qLabel_ConnectionStatus = new QLabel(m_qGroupBox_rtServerInfo);
386  m_qLabel_ConnectionStatus->setObjectName(QStringLiteral("m_qLabel_ConnectionStatus"));
387  m_qLabel_ConnectionStatus->setFrameShape(QFrame::StyledPanel);
388  m_qLabel_ConnectionStatus->setFrameShadow(QFrame::Plain);
389 
390  gridLayout_5->addWidget(m_qLabel_ConnectionStatus, 0, 1, 1, 1);
391 
392 
393  gridLayout_3->addWidget(m_qGroupBox_rtServerInfo, 1, 1, 1, 1);
394 
395  m_qGroupBox_log = new QGroupBox(tab_con);
396  m_qGroupBox_log->setObjectName(QStringLiteral("m_qGroupBox_log"));
397  gridLayout_4 = new QGridLayout(m_qGroupBox_log);
398  gridLayout_4->setSpacing(6);
399  gridLayout_4->setContentsMargins(11, 11, 11, 11);
400  gridLayout_4->setObjectName(QStringLiteral("gridLayout_4"));
401  m_qTextBrowser_ServerMessage = new QTextBrowser(m_qGroupBox_log);
402  m_qTextBrowser_ServerMessage->setObjectName(QStringLiteral("m_qTextBrowser_ServerMessage"));
403 
404  gridLayout_4->addWidget(m_qTextBrowser_ServerMessage, 0, 0, 2, 1);
405 
406 
407  gridLayout_3->addWidget(m_qGroupBox_log, 1, 2, 3, 1);
408 
409  verticalSpacer = new QSpacerItem(20, 30, QSizePolicy::Minimum, QSizePolicy::Expanding);
410 
411  gridLayout_3->addItem(verticalSpacer, 3, 1, 2, 1);
412 
413 
414  verticalLayout_3->addLayout(gridLayout_3);
415 
416  tabWidget->addTab(tab_con, QString());
417 
418  verticalLayout->addWidget(tabWidget);
419 
420 
421  retranslateUi(MneRtClientSetupWidgetClass);
422 
423  tabWidget->setCurrentIndex(0);
424 
425 
426  QMetaObject::connectSlotsByName(MneRtClientSetupWidgetClass);
427  } // setupUi
428 
429  void retranslateUi(QWidget *MneRtClientSetupWidgetClass)
430  {
431  MneRtClientSetupWidgetClass->setWindowTitle(QApplication::translate("MneRtClientSetupWidgetClass", "RTServerSetupClass", 0));
432  m_qPushButton_About->setText(QApplication::translate("MneRtClientSetupWidgetClass", "About", 0));
433  m_qGroupBox_PluginProperties->setTitle(QApplication::translate("MneRtClientSetupWidgetClass", "Plugin Properties", 0));
434  m_qLabel_Downsampling->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Downsampling: ", 0));
435  m_qSpinBox_Downsampling->setSuffix(QApplication::translate("MneRtClientSetupWidgetClass", "x", 0));
436  m_qGroupBox_MneRtClientProperties->setTitle(QApplication::translate("MneRtClientSetupWidgetClass", "Rt Server Properties", 0));
437  m_qLabel_BufferSize->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Buffer [samples]:", 0));
438  m_qLineEdit_BufferSize->setText(QString());
439  m_qLabel_Connector->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Connector:", 0));
440  m_qLabel_sps->setText(QString());
441  m_qLabel_sps_description->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Sampling Rate [sps]:", 0));
442  m_qPushButton_Configure->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Configure...", 0));
443  m_qGroupBox_Acquisition->setTitle(QApplication::translate("MneRtClientSetupWidgetClass", "Acquisition", 0));
444  m_qPushButton_FiffRecordFile->setText(QApplication::translate("MneRtClientSetupWidgetClass", "...", 0));
445  m_qLabel_SubjectDescription->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Subject:", 0));
446  m_qPushButton_NewSubject->setText(QApplication::translate("MneRtClientSetupWidgetClass", "New Subject", 0));
447  m_qPushButton_NewProject->setText(QApplication::translate("MneRtClientSetupWidgetClass", "New Project", 0));
448  label->setText(QApplication::translate("MneRtClientSetupWidgetClass", "File:", 0));
449  m_qLabel_ProjectDescription->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Project", 0));
450  m_qCheckBox_RecordData->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Record Data", 0));
451  m_qGroupBox_Information->setTitle(QApplication::translate("MneRtClientSetupWidgetClass", "Information", 0));
452  m_qGroupBox_Channels->setTitle(QApplication::translate("MneRtClientSetupWidgetClass", "Fiff Channel", 0));
453  tabWidget->setTabText(tabWidget->indexOf(tab_pref), QApplication::translate("MneRtClientSetupWidgetClass", "Preferences", 0));
454  m_qGroupBox_Send->setTitle(QApplication::translate("MneRtClientSetupWidgetClass", "Send Command Line Instruction", 0));
455  m_qLabel_Instruction->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Instruction:", 0));
456  m_qPushButton_SendCLI->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Send", 0));
457  m_qGroupBox_rtServerInfo->setTitle(QApplication::translate("MneRtClientSetupWidgetClass", "Host (mne_rt_server) Information", 0));
458  m_qLabel_Ip->setText(QApplication::translate("MneRtClientSetupWidgetClass", "IP Address:", 0));
459  m_qLabel_ConnectionStatusDescr->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Status:", 0));
460  m_qPushButton_Connect->setText(QApplication::translate("MneRtClientSetupWidgetClass", "Connect", 0));
461  m_qLabel_ConnectionStatus->setText(QApplication::translate("MneRtClientSetupWidgetClass", "not Connected", 0));
462  m_qGroupBox_log->setTitle(QApplication::translate("MneRtClientSetupWidgetClass", "Log", 0));
463  tabWidget->setTabText(tabWidget->indexOf(tab_con), QApplication::translate("MneRtClientSetupWidgetClass", "Connection", 0));
464  } // retranslateUi
465 
466 };
467 
468 namespace Ui {
470 } // namespace Ui
471 
472 QT_END_NAMESPACE
473 
474 #endif // UI_MNERTCLIENTSETUP_H
Definition: aboutwindow.h:52