/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.15.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_MAINWINDOW_H #define UI_MAINWINDOW_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_MainWindow { public: QWidget *centralWidget; QHBoxLayout *horizontalLayout_7; QVBoxLayout *verticalLayout_4; QGroupBox *groupBox; QVBoxLayout *verticalLayout_5; QFormLayout *formLayout_2; QLabel *label_PCIP; QHBoxLayout *horizontalLayout; QLineEdit *line_PCIP1; QLabel *label; QLineEdit *line_PCIP2; QLabel *label_2; QLineEdit *line_PCIP3; QLabel *label_3; QLineEdit *line_PCIP4; QSpacerItem *horizontalSpacer; QLabel *label_11; QLabel *label_PCPORT; QHBoxLayout *horizontalLayout_3; QLineEdit *line_PCPort; QSpacerItem *horizontalSpacer_2; QLabel *label_5; QLabel *label_6; QHBoxLayout *horizontalLayout_4; QLineEdit *line_FeatherIP1; QLabel *label_8; QLineEdit *line_FeatherIP2; QLabel *label_9; QLineEdit *line_FeatherIP3; QLabel *label_10; QLineEdit *line_FeatherIP4; QSpacerItem *horizontalSpacer_3; QLabel *label_7; QHBoxLayout *horizontalLayout_5; QLineEdit *line_FeatherPort; QSpacerItem *horizontalSpacer_4; QPushButton *push_Apply; QGroupBox *groupBox_2; QVBoxLayout *verticalLayout_6; QHBoxLayout *horizontalLayout_2; QCheckBox *check_ClearLog; QCheckBox *check_LogBCI; QPlainTextEdit *plain_Log; QHBoxLayout *horizontalLayout_6; QLabel *label_LastSymbol; QLineEdit *lineLastSymbol; QSpacerItem *horizontalSpacer_5; QPushButton *push_ClearLog; QFrame *line; QVBoxLayout *verticalLayout_3; QGroupBox *groupBox_3; QVBoxLayout *verticalLayout; QCheckBox *check_Tactile; QFrame *frame; QGridLayout *gridLayout_2; QLabel *label_Tac4; QLabel *label_Tac5; QLabel *label_Tac3; QLabel *label_Tac2; QLabel *label_Tac1; QLabel *label_Tac6; QGroupBox *groupBox_4; QGridLayout *gridLayout_4; QGridLayout *gridLayout_3; QPushButton *push_Tac4; QPushButton *push_Tac3; QPushButton *push_Tac5; QPushButton *push_Tac1; QPushButton *push_Tac6; QPushButton *push_Tac2; QSpacerItem *verticalSpacer; QStatusBar *statusBar; QMenuBar *menuBar; void setupUi(QMainWindow *MainWindow) { if (MainWindow->objectName().isEmpty()) MainWindow->setObjectName(QString::fromUtf8("MainWindow")); MainWindow->resize(515, 624); MainWindow->setMaximumSize(QSize(515, 16777215)); QIcon icon; icon.addFile(QString::fromUtf8("brain.png"), QSize(), QIcon::Normal, QIcon::Off); MainWindow->setWindowIcon(icon); centralWidget = new QWidget(MainWindow); centralWidget->setObjectName(QString::fromUtf8("centralWidget")); horizontalLayout_7 = new QHBoxLayout(centralWidget); horizontalLayout_7->setSpacing(6); horizontalLayout_7->setContentsMargins(11, 11, 11, 11); horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7")); verticalLayout_4 = new QVBoxLayout(); verticalLayout_4->setSpacing(6); verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); groupBox = new QGroupBox(centralWidget); groupBox->setObjectName(QString::fromUtf8("groupBox")); QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth()); groupBox->setSizePolicy(sizePolicy); groupBox->setMinimumSize(QSize(300, 0)); groupBox->setMaximumSize(QSize(290, 16777215)); verticalLayout_5 = new QVBoxLayout(groupBox); verticalLayout_5->setSpacing(6); verticalLayout_5->setContentsMargins(11, 11, 11, 11); verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5")); formLayout_2 = new QFormLayout(); formLayout_2->setSpacing(6); formLayout_2->setObjectName(QString::fromUtf8("formLayout_2")); label_PCIP = new QLabel(groupBox); label_PCIP->setObjectName(QString::fromUtf8("label_PCIP")); label_PCIP->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter); formLayout_2->setWidget(1, QFormLayout::LabelRole, label_PCIP); horizontalLayout = new QHBoxLayout(); horizontalLayout->setSpacing(6); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); line_PCIP1 = new QLineEdit(groupBox); line_PCIP1->setObjectName(QString::fromUtf8("line_PCIP1")); QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed); sizePolicy1.setHorizontalStretch(0); sizePolicy1.setVerticalStretch(0); sizePolicy1.setHeightForWidth(line_PCIP1->sizePolicy().hasHeightForWidth()); line_PCIP1->setSizePolicy(sizePolicy1); line_PCIP1->setMaximumSize(QSize(35, 16777215)); line_PCIP1->setCursorPosition(0); line_PCIP1->setAlignment(Qt::AlignCenter); horizontalLayout->addWidget(line_PCIP1); label = new QLabel(groupBox); label->setObjectName(QString::fromUtf8("label")); horizontalLayout->addWidget(label); line_PCIP2 = new QLineEdit(groupBox); line_PCIP2->setObjectName(QString::fromUtf8("line_PCIP2")); line_PCIP2->setMaximumSize(QSize(35, 16777215)); line_PCIP2->setCursorPosition(0); line_PCIP2->setAlignment(Qt::AlignCenter); horizontalLayout->addWidget(line_PCIP2); label_2 = new QLabel(groupBox); label_2->setObjectName(QString::fromUtf8("label_2")); horizontalLayout->addWidget(label_2); line_PCIP3 = new QLineEdit(groupBox); line_PCIP3->setObjectName(QString::fromUtf8("line_PCIP3")); line_PCIP3->setMaximumSize(QSize(35, 16777215)); line_PCIP3->setCursorPosition(0); line_PCIP3->setAlignment(Qt::AlignCenter); horizontalLayout->addWidget(line_PCIP3); label_3 = new QLabel(groupBox); label_3->setObjectName(QString::fromUtf8("label_3")); horizontalLayout->addWidget(label_3); line_PCIP4 = new QLineEdit(groupBox); line_PCIP4->setObjectName(QString::fromUtf8("line_PCIP4")); line_PCIP4->setMaximumSize(QSize(35, 16777215)); line_PCIP4->setCursorPosition(3); line_PCIP4->setAlignment(Qt::AlignCenter); horizontalLayout->addWidget(line_PCIP4); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); formLayout_2->setLayout(1, QFormLayout::FieldRole, horizontalLayout); label_11 = new QLabel(groupBox); label_11->setObjectName(QString::fromUtf8("label_11")); QFont font; font.setBold(true); font.setWeight(75); label_11->setFont(font); formLayout_2->setWidget(0, QFormLayout::SpanningRole, label_11); label_PCPORT = new QLabel(groupBox); label_PCPORT->setObjectName(QString::fromUtf8("label_PCPORT")); label_PCPORT->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); formLayout_2->setWidget(2, QFormLayout::LabelRole, label_PCPORT); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setSpacing(6); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); line_PCPort = new QLineEdit(groupBox); line_PCPort->setObjectName(QString::fromUtf8("line_PCPort")); line_PCPort->setMaximumSize(QSize(86, 16777215)); line_PCPort->setCursorPosition(0); line_PCPort->setAlignment(Qt::AlignCenter); horizontalLayout_3->addWidget(line_PCPort); horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer_2); formLayout_2->setLayout(2, QFormLayout::FieldRole, horizontalLayout_3); label_5 = new QLabel(groupBox); label_5->setObjectName(QString::fromUtf8("label_5")); label_5->setFont(font); formLayout_2->setWidget(3, QFormLayout::SpanningRole, label_5); label_6 = new QLabel(groupBox); label_6->setObjectName(QString::fromUtf8("label_6")); label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); formLayout_2->setWidget(4, QFormLayout::LabelRole, label_6); horizontalLayout_4 = new QHBoxLayout(); horizontalLayout_4->setSpacing(6); horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); line_FeatherIP1 = new QLineEdit(groupBox); line_FeatherIP1->setObjectName(QString::fromUtf8("line_FeatherIP1")); line_FeatherIP1->setMaximumSize(QSize(35, 16777215)); line_FeatherIP1->setCursorPosition(0); line_FeatherIP1->setAlignment(Qt::AlignCenter); horizontalLayout_4->addWidget(line_FeatherIP1); label_8 = new QLabel(groupBox); label_8->setObjectName(QString::fromUtf8("label_8")); horizontalLayout_4->addWidget(label_8); line_FeatherIP2 = new QLineEdit(groupBox); line_FeatherIP2->setObjectName(QString::fromUtf8("line_FeatherIP2")); line_FeatherIP2->setMaximumSize(QSize(35, 16777215)); line_FeatherIP2->setCursorPosition(0); line_FeatherIP2->setAlignment(Qt::AlignCenter); horizontalLayout_4->addWidget(line_FeatherIP2); label_9 = new QLabel(groupBox); label_9->setObjectName(QString::fromUtf8("label_9")); horizontalLayout_4->addWidget(label_9); line_FeatherIP3 = new QLineEdit(groupBox); line_FeatherIP3->setObjectName(QString::fromUtf8("line_FeatherIP3")); line_FeatherIP3->setMaximumSize(QSize(35, 16777215)); line_FeatherIP3->setCursorPosition(0); line_FeatherIP3->setAlignment(Qt::AlignCenter); horizontalLayout_4->addWidget(line_FeatherIP3); label_10 = new QLabel(groupBox); label_10->setObjectName(QString::fromUtf8("label_10")); horizontalLayout_4->addWidget(label_10); line_FeatherIP4 = new QLineEdit(groupBox); line_FeatherIP4->setObjectName(QString::fromUtf8("line_FeatherIP4")); line_FeatherIP4->setMaximumSize(QSize(35, 16777215)); line_FeatherIP4->setCursorPosition(0); line_FeatherIP4->setAlignment(Qt::AlignCenter); horizontalLayout_4->addWidget(line_FeatherIP4); horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_4->addItem(horizontalSpacer_3); formLayout_2->setLayout(4, QFormLayout::FieldRole, horizontalLayout_4); label_7 = new QLabel(groupBox); label_7->setObjectName(QString::fromUtf8("label_7")); label_7->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); formLayout_2->setWidget(5, QFormLayout::LabelRole, label_7); horizontalLayout_5 = new QHBoxLayout(); horizontalLayout_5->setSpacing(6); horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5")); line_FeatherPort = new QLineEdit(groupBox); line_FeatherPort->setObjectName(QString::fromUtf8("line_FeatherPort")); line_FeatherPort->setMaximumSize(QSize(86, 16777215)); line_FeatherPort->setCursorPosition(5); line_FeatherPort->setAlignment(Qt::AlignCenter); horizontalLayout_5->addWidget(line_FeatherPort); horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_5->addItem(horizontalSpacer_4); formLayout_2->setLayout(5, QFormLayout::FieldRole, horizontalLayout_5); verticalLayout_5->addLayout(formLayout_2); push_Apply = new QPushButton(groupBox); push_Apply->setObjectName(QString::fromUtf8("push_Apply")); verticalLayout_5->addWidget(push_Apply); verticalLayout_4->addWidget(groupBox); groupBox_2 = new QGroupBox(centralWidget); groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); sizePolicy.setHeightForWidth(groupBox_2->sizePolicy().hasHeightForWidth()); groupBox_2->setSizePolicy(sizePolicy); groupBox_2->setMinimumSize(QSize(300, 0)); groupBox_2->setMaximumSize(QSize(290, 16777215)); verticalLayout_6 = new QVBoxLayout(groupBox_2); verticalLayout_6->setSpacing(6); verticalLayout_6->setContentsMargins(11, 11, 11, 11); verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6")); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setSpacing(6); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); check_ClearLog = new QCheckBox(groupBox_2); check_ClearLog->setObjectName(QString::fromUtf8("check_ClearLog")); check_ClearLog->setChecked(true); horizontalLayout_2->addWidget(check_ClearLog); check_LogBCI = new QCheckBox(groupBox_2); check_LogBCI->setObjectName(QString::fromUtf8("check_LogBCI")); check_LogBCI->setChecked(true); horizontalLayout_2->addWidget(check_LogBCI); verticalLayout_6->addLayout(horizontalLayout_2); plain_Log = new QPlainTextEdit(groupBox_2); plain_Log->setObjectName(QString::fromUtf8("plain_Log")); verticalLayout_6->addWidget(plain_Log); horizontalLayout_6 = new QHBoxLayout(); horizontalLayout_6->setSpacing(6); horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6")); label_LastSymbol = new QLabel(groupBox_2); label_LastSymbol->setObjectName(QString::fromUtf8("label_LastSymbol")); horizontalLayout_6->addWidget(label_LastSymbol); lineLastSymbol = new QLineEdit(groupBox_2); lineLastSymbol->setObjectName(QString::fromUtf8("lineLastSymbol")); lineLastSymbol->setMaximumSize(QSize(35, 16777215)); horizontalLayout_6->addWidget(lineLastSymbol); horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_6->addItem(horizontalSpacer_5); push_ClearLog = new QPushButton(groupBox_2); push_ClearLog->setObjectName(QString::fromUtf8("push_ClearLog")); horizontalLayout_6->addWidget(push_ClearLog); verticalLayout_6->addLayout(horizontalLayout_6); verticalLayout_4->addWidget(groupBox_2); horizontalLayout_7->addLayout(verticalLayout_4); line = new QFrame(centralWidget); line->setObjectName(QString::fromUtf8("line")); line->setFrameShape(QFrame::VLine); line->setFrameShadow(QFrame::Sunken); horizontalLayout_7->addWidget(line); verticalLayout_3 = new QVBoxLayout(); verticalLayout_3->setSpacing(6); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); groupBox_3 = new QGroupBox(centralWidget); groupBox_3->setObjectName(QString::fromUtf8("groupBox_3")); groupBox_3->setMaximumSize(QSize(178, 16777215)); verticalLayout = new QVBoxLayout(groupBox_3); verticalLayout->setSpacing(6); verticalLayout->setContentsMargins(11, 11, 11, 11); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); check_Tactile = new QCheckBox(groupBox_3); check_Tactile->setObjectName(QString::fromUtf8("check_Tactile")); verticalLayout->addWidget(check_Tactile); frame = new QFrame(groupBox_3); frame->setObjectName(QString::fromUtf8("frame")); frame->setFrameShape(QFrame::Box); frame->setFrameShadow(QFrame::Plain); frame->setLineWidth(1); gridLayout_2 = new QGridLayout(frame); gridLayout_2->setSpacing(6); gridLayout_2->setContentsMargins(11, 11, 11, 11); gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); gridLayout_2->setContentsMargins(5, 5, 5, 5); label_Tac4 = new QLabel(frame); label_Tac4->setObjectName(QString::fromUtf8("label_Tac4")); label_Tac4->setMinimumSize(QSize(0, 40)); QFont font1; font1.setPointSize(12); font1.setBold(true); font1.setWeight(75); label_Tac4->setFont(font1); label_Tac4->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);")); label_Tac4->setFrameShape(QFrame::Box); label_Tac4->setAlignment(Qt::AlignCenter); gridLayout_2->addWidget(label_Tac4, 3, 0, 1, 1); label_Tac5 = new QLabel(frame); label_Tac5->setObjectName(QString::fromUtf8("label_Tac5")); label_Tac5->setMinimumSize(QSize(0, 40)); label_Tac5->setFont(font1); label_Tac5->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);")); label_Tac5->setFrameShape(QFrame::Box); label_Tac5->setAlignment(Qt::AlignCenter); gridLayout_2->addWidget(label_Tac5, 4, 0, 1, 1); label_Tac3 = new QLabel(frame); label_Tac3->setObjectName(QString::fromUtf8("label_Tac3")); label_Tac3->setMinimumSize(QSize(0, 40)); label_Tac3->setFont(font1); label_Tac3->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);")); label_Tac3->setFrameShape(QFrame::Box); label_Tac3->setAlignment(Qt::AlignCenter); gridLayout_2->addWidget(label_Tac3, 2, 0, 1, 1); label_Tac2 = new QLabel(frame); label_Tac2->setObjectName(QString::fromUtf8("label_Tac2")); label_Tac2->setMinimumSize(QSize(0, 40)); label_Tac2->setFont(font1); label_Tac2->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);")); label_Tac2->setFrameShape(QFrame::Box); label_Tac2->setAlignment(Qt::AlignCenter); gridLayout_2->addWidget(label_Tac2, 1, 0, 1, 1); label_Tac1 = new QLabel(frame); label_Tac1->setObjectName(QString::fromUtf8("label_Tac1")); label_Tac1->setMinimumSize(QSize(0, 40)); label_Tac1->setFont(font1); label_Tac1->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);")); label_Tac1->setFrameShape(QFrame::Box); label_Tac1->setAlignment(Qt::AlignCenter); gridLayout_2->addWidget(label_Tac1, 0, 0, 1, 1); label_Tac6 = new QLabel(frame); label_Tac6->setObjectName(QString::fromUtf8("label_Tac6")); label_Tac6->setMinimumSize(QSize(0, 40)); label_Tac6->setFont(font1); label_Tac6->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);")); label_Tac6->setFrameShape(QFrame::Box); label_Tac6->setAlignment(Qt::AlignCenter); gridLayout_2->addWidget(label_Tac6, 5, 0, 1, 1); verticalLayout->addWidget(frame); verticalLayout_3->addWidget(groupBox_3); groupBox_4 = new QGroupBox(centralWidget); groupBox_4->setObjectName(QString::fromUtf8("groupBox_4")); gridLayout_4 = new QGridLayout(groupBox_4); gridLayout_4->setSpacing(6); gridLayout_4->setContentsMargins(11, 11, 11, 11); gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4")); gridLayout_3 = new QGridLayout(); gridLayout_3->setSpacing(6); gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3")); push_Tac4 = new QPushButton(groupBox_4); push_Tac4->setObjectName(QString::fromUtf8("push_Tac4")); push_Tac4->setMinimumSize(QSize(0, 40)); push_Tac4->setFont(font); push_Tac4->setCheckable(false); gridLayout_3->addWidget(push_Tac4, 1, 1, 1, 1); push_Tac3 = new QPushButton(groupBox_4); push_Tac3->setObjectName(QString::fromUtf8("push_Tac3")); push_Tac3->setMinimumSize(QSize(0, 40)); push_Tac3->setFont(font); push_Tac3->setCheckable(false); gridLayout_3->addWidget(push_Tac3, 1, 0, 1, 1); push_Tac5 = new QPushButton(groupBox_4); push_Tac5->setObjectName(QString::fromUtf8("push_Tac5")); push_Tac5->setMinimumSize(QSize(0, 40)); push_Tac5->setFont(font); push_Tac5->setCheckable(false); gridLayout_3->addWidget(push_Tac5, 2, 0, 1, 1); push_Tac1 = new QPushButton(groupBox_4); push_Tac1->setObjectName(QString::fromUtf8("push_Tac1")); push_Tac1->setMinimumSize(QSize(0, 40)); push_Tac1->setFont(font); push_Tac1->setCheckable(false); push_Tac1->setFlat(false); gridLayout_3->addWidget(push_Tac1, 0, 0, 1, 1); push_Tac6 = new QPushButton(groupBox_4); push_Tac6->setObjectName(QString::fromUtf8("push_Tac6")); push_Tac6->setMinimumSize(QSize(0, 40)); push_Tac6->setFont(font); push_Tac6->setCheckable(false); gridLayout_3->addWidget(push_Tac6, 2, 1, 1, 1); push_Tac2 = new QPushButton(groupBox_4); push_Tac2->setObjectName(QString::fromUtf8("push_Tac2")); push_Tac2->setMinimumSize(QSize(0, 40)); push_Tac2->setFont(font); push_Tac2->setCheckable(false); gridLayout_3->addWidget(push_Tac2, 0, 1, 1, 1); gridLayout_4->addLayout(gridLayout_3, 0, 0, 1, 1); verticalLayout_3->addWidget(groupBox_4); verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout_3->addItem(verticalSpacer); horizontalLayout_7->addLayout(verticalLayout_3); MainWindow->setCentralWidget(centralWidget); statusBar = new QStatusBar(MainWindow); statusBar->setObjectName(QString::fromUtf8("statusBar")); MainWindow->setStatusBar(statusBar); menuBar = new QMenuBar(MainWindow); menuBar->setObjectName(QString::fromUtf8("menuBar")); menuBar->setGeometry(QRect(0, 0, 515, 21)); MainWindow->setMenuBar(menuBar); retranslateUi(MainWindow); QMetaObject::connectSlotsByName(MainWindow); } // setupUi void retranslateUi(QMainWindow *MainWindow) { MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "Tactile BCI Filter", nullptr)); groupBox->setTitle(QCoreApplication::translate("MainWindow", "Network Preferences", nullptr)); label_PCIP->setText(QCoreApplication::translate("MainWindow", "PC-IP:", nullptr)); line_PCIP1->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr)); line_PCIP1->setText(QCoreApplication::translate("MainWindow", "127", nullptr)); label->setText(QCoreApplication::translate("MainWindow", ".", nullptr)); line_PCIP2->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr)); line_PCIP2->setText(QCoreApplication::translate("MainWindow", "0", nullptr)); label_2->setText(QCoreApplication::translate("MainWindow", ".", nullptr)); line_PCIP3->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr)); line_PCIP3->setText(QCoreApplication::translate("MainWindow", "0", nullptr)); label_3->setText(QCoreApplication::translate("MainWindow", ".", nullptr)); line_PCIP4->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr)); line_PCIP4->setText(QCoreApplication::translate("MainWindow", "1", nullptr)); label_11->setText(QCoreApplication::translate("MainWindow", "Receive socket BCI-Stream:", nullptr)); label_PCPORT->setText(QCoreApplication::translate("MainWindow", "PC-Port:", nullptr)); line_PCPort->setInputMask(QCoreApplication::translate("MainWindow", "00000", nullptr)); line_PCPort->setText(QCoreApplication::translate("MainWindow", "5001", nullptr)); label_5->setText(QCoreApplication::translate("MainWindow", "Receive socket Adafruit Feather:", nullptr)); label_6->setText(QCoreApplication::translate("MainWindow", "Feather-IP:", nullptr)); line_FeatherIP1->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr)); line_FeatherIP1->setText(QCoreApplication::translate("MainWindow", "192", nullptr)); label_8->setText(QCoreApplication::translate("MainWindow", ".", nullptr)); line_FeatherIP2->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr)); line_FeatherIP2->setText(QCoreApplication::translate("MainWindow", "168", nullptr)); label_9->setText(QCoreApplication::translate("MainWindow", ".", nullptr)); line_FeatherIP3->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr)); line_FeatherIP3->setText(QCoreApplication::translate("MainWindow", "4", nullptr)); label_10->setText(QCoreApplication::translate("MainWindow", ".", nullptr)); line_FeatherIP4->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr)); line_FeatherIP4->setText(QCoreApplication::translate("MainWindow", "1", nullptr)); label_7->setText(QCoreApplication::translate("MainWindow", "Feather-Port:", nullptr)); line_FeatherPort->setInputMask(QCoreApplication::translate("MainWindow", "00000", nullptr)); line_FeatherPort->setText(QCoreApplication::translate("MainWindow", "8888", nullptr)); push_Apply->setText(QCoreApplication::translate("MainWindow", "Apply", nullptr)); groupBox_2->setTitle(QCoreApplication::translate("MainWindow", "Logger", nullptr)); check_ClearLog->setText(QCoreApplication::translate("MainWindow", "Clear log when applying", nullptr)); check_LogBCI->setText(QCoreApplication::translate("MainWindow", "Log BCI Data", nullptr)); label_LastSymbol->setText(QCoreApplication::translate("MainWindow", "Last Symbol:", nullptr)); push_ClearLog->setText(QCoreApplication::translate("MainWindow", "Clear Log", nullptr)); groupBox_3->setTitle(QCoreApplication::translate("MainWindow", "Tactile Visualizer", nullptr)); check_Tactile->setText(QCoreApplication::translate("MainWindow", "Tactile Session", nullptr)); label_Tac4->setText(QCoreApplication::translate("MainWindow", "Motor 4", nullptr)); label_Tac5->setText(QCoreApplication::translate("MainWindow", "Motor 5", nullptr)); label_Tac3->setText(QCoreApplication::translate("MainWindow", "Motor 3", nullptr)); label_Tac2->setText(QCoreApplication::translate("MainWindow", "Motor 2", nullptr)); label_Tac1->setText(QCoreApplication::translate("MainWindow", "Motor 1", nullptr)); label_Tac6->setText(QCoreApplication::translate("MainWindow", "Motor 6", nullptr)); groupBox_4->setTitle(QCoreApplication::translate("MainWindow", "Vibration Tester", nullptr)); push_Tac4->setText(QCoreApplication::translate("MainWindow", "Motor 4", nullptr)); push_Tac3->setText(QCoreApplication::translate("MainWindow", "Motor 3", nullptr)); push_Tac5->setText(QCoreApplication::translate("MainWindow", "Motor 5", nullptr)); push_Tac1->setText(QCoreApplication::translate("MainWindow", "Motor 1", nullptr)); push_Tac6->setText(QCoreApplication::translate("MainWindow", "Motor 6", nullptr)); push_Tac2->setText(QCoreApplication::translate("MainWindow", "Motor 2", nullptr)); } // retranslateUi }; namespace Ui { class MainWindow: public Ui_MainWindow {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MAINWINDOW_H