You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ui_mainwindow.h 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'mainwindow.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.0
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_MAINWINDOW_H
  9. #define UI_MAINWINDOW_H
  10. #include <QtCore/QVariant>
  11. #include <QtGui/QIcon>
  12. #include <QtWidgets/QApplication>
  13. #include <QtWidgets/QCheckBox>
  14. #include <QtWidgets/QFormLayout>
  15. #include <QtWidgets/QFrame>
  16. #include <QtWidgets/QGridLayout>
  17. #include <QtWidgets/QGroupBox>
  18. #include <QtWidgets/QHBoxLayout>
  19. #include <QtWidgets/QLabel>
  20. #include <QtWidgets/QLineEdit>
  21. #include <QtWidgets/QMainWindow>
  22. #include <QtWidgets/QMenuBar>
  23. #include <QtWidgets/QPlainTextEdit>
  24. #include <QtWidgets/QPushButton>
  25. #include <QtWidgets/QSpacerItem>
  26. #include <QtWidgets/QStatusBar>
  27. #include <QtWidgets/QVBoxLayout>
  28. #include <QtWidgets/QWidget>
  29. QT_BEGIN_NAMESPACE
  30. class Ui_MainWindow
  31. {
  32. public:
  33. QWidget *centralWidget;
  34. QHBoxLayout *horizontalLayout_7;
  35. QVBoxLayout *verticalLayout_4;
  36. QGroupBox *groupBox;
  37. QVBoxLayout *verticalLayout_5;
  38. QFormLayout *formLayout_2;
  39. QLabel *label_PCIP;
  40. QHBoxLayout *horizontalLayout;
  41. QLineEdit *line_PCIP1;
  42. QLabel *label;
  43. QLineEdit *line_PCIP2;
  44. QLabel *label_2;
  45. QLineEdit *line_PCIP3;
  46. QLabel *label_3;
  47. QLineEdit *line_PCIP4;
  48. QSpacerItem *horizontalSpacer;
  49. QLabel *label_11;
  50. QLabel *label_PCPORT;
  51. QHBoxLayout *horizontalLayout_3;
  52. QLineEdit *line_PCPort;
  53. QSpacerItem *horizontalSpacer_2;
  54. QLabel *label_5;
  55. QLabel *label_6;
  56. QHBoxLayout *horizontalLayout_4;
  57. QLineEdit *line_FeatherIP1;
  58. QLabel *label_8;
  59. QLineEdit *line_FeatherIP2;
  60. QLabel *label_9;
  61. QLineEdit *line_FeatherIP3;
  62. QLabel *label_10;
  63. QLineEdit *line_FeatherIP4;
  64. QSpacerItem *horizontalSpacer_3;
  65. QLabel *label_7;
  66. QHBoxLayout *horizontalLayout_5;
  67. QLineEdit *line_FeatherPort;
  68. QSpacerItem *horizontalSpacer_4;
  69. QPushButton *push_Apply;
  70. QGroupBox *groupBox_2;
  71. QVBoxLayout *verticalLayout_6;
  72. QHBoxLayout *horizontalLayout_2;
  73. QCheckBox *check_ClearLog;
  74. QCheckBox *check_LogBCI;
  75. QPlainTextEdit *plain_Log;
  76. QHBoxLayout *horizontalLayout_6;
  77. QLabel *label_LastSymbol;
  78. QLineEdit *lineLastSymbol;
  79. QSpacerItem *horizontalSpacer_5;
  80. QPushButton *push_ClearLog;
  81. QFrame *line;
  82. QVBoxLayout *verticalLayout_3;
  83. QGroupBox *groupBox_3;
  84. QVBoxLayout *verticalLayout;
  85. QCheckBox *check_Tactile;
  86. QFrame *frame;
  87. QGridLayout *gridLayout_2;
  88. QLabel *label_Tac4;
  89. QLabel *label_Tac5;
  90. QLabel *label_Tac3;
  91. QLabel *label_Tac2;
  92. QLabel *label_Tac1;
  93. QLabel *label_Tac6;
  94. QGroupBox *groupBox_4;
  95. QGridLayout *gridLayout_4;
  96. QGridLayout *gridLayout_3;
  97. QPushButton *push_Tac1;
  98. QPushButton *push_Tac2;
  99. QPushButton *push_allLOW;
  100. QPushButton *push_Tac4;
  101. QPushButton *push_Tac3;
  102. QPushButton *push_allHIGH;
  103. QPushButton *push_Tac6;
  104. QPushButton *push_Tac5;
  105. QSpacerItem *verticalSpacer;
  106. QStatusBar *statusBar;
  107. QMenuBar *menuBar;
  108. void setupUi(QMainWindow *MainWindow)
  109. {
  110. if (MainWindow->objectName().isEmpty())
  111. MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
  112. MainWindow->resize(515, 624);
  113. MainWindow->setMaximumSize(QSize(515, 16777215));
  114. QIcon icon;
  115. icon.addFile(QString::fromUtf8("brain.png"), QSize(), QIcon::Normal, QIcon::Off);
  116. MainWindow->setWindowIcon(icon);
  117. centralWidget = new QWidget(MainWindow);
  118. centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
  119. horizontalLayout_7 = new QHBoxLayout(centralWidget);
  120. horizontalLayout_7->setSpacing(6);
  121. horizontalLayout_7->setContentsMargins(11, 11, 11, 11);
  122. horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
  123. verticalLayout_4 = new QVBoxLayout();
  124. verticalLayout_4->setSpacing(6);
  125. verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
  126. groupBox = new QGroupBox(centralWidget);
  127. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  128. QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred);
  129. sizePolicy.setHorizontalStretch(0);
  130. sizePolicy.setVerticalStretch(0);
  131. sizePolicy.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth());
  132. groupBox->setSizePolicy(sizePolicy);
  133. groupBox->setMinimumSize(QSize(300, 0));
  134. groupBox->setMaximumSize(QSize(290, 16777215));
  135. verticalLayout_5 = new QVBoxLayout(groupBox);
  136. verticalLayout_5->setSpacing(6);
  137. verticalLayout_5->setContentsMargins(11, 11, 11, 11);
  138. verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
  139. formLayout_2 = new QFormLayout();
  140. formLayout_2->setSpacing(6);
  141. formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
  142. label_PCIP = new QLabel(groupBox);
  143. label_PCIP->setObjectName(QString::fromUtf8("label_PCIP"));
  144. label_PCIP->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
  145. formLayout_2->setWidget(1, QFormLayout::LabelRole, label_PCIP);
  146. horizontalLayout = new QHBoxLayout();
  147. horizontalLayout->setSpacing(6);
  148. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  149. line_PCIP1 = new QLineEdit(groupBox);
  150. line_PCIP1->setObjectName(QString::fromUtf8("line_PCIP1"));
  151. QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed);
  152. sizePolicy1.setHorizontalStretch(0);
  153. sizePolicy1.setVerticalStretch(0);
  154. sizePolicy1.setHeightForWidth(line_PCIP1->sizePolicy().hasHeightForWidth());
  155. line_PCIP1->setSizePolicy(sizePolicy1);
  156. line_PCIP1->setMaximumSize(QSize(35, 16777215));
  157. line_PCIP1->setCursorPosition(0);
  158. line_PCIP1->setAlignment(Qt::AlignCenter);
  159. horizontalLayout->addWidget(line_PCIP1);
  160. label = new QLabel(groupBox);
  161. label->setObjectName(QString::fromUtf8("label"));
  162. horizontalLayout->addWidget(label);
  163. line_PCIP2 = new QLineEdit(groupBox);
  164. line_PCIP2->setObjectName(QString::fromUtf8("line_PCIP2"));
  165. line_PCIP2->setMaximumSize(QSize(35, 16777215));
  166. line_PCIP2->setCursorPosition(0);
  167. line_PCIP2->setAlignment(Qt::AlignCenter);
  168. horizontalLayout->addWidget(line_PCIP2);
  169. label_2 = new QLabel(groupBox);
  170. label_2->setObjectName(QString::fromUtf8("label_2"));
  171. horizontalLayout->addWidget(label_2);
  172. line_PCIP3 = new QLineEdit(groupBox);
  173. line_PCIP3->setObjectName(QString::fromUtf8("line_PCIP3"));
  174. line_PCIP3->setMaximumSize(QSize(35, 16777215));
  175. line_PCIP3->setCursorPosition(0);
  176. line_PCIP3->setAlignment(Qt::AlignCenter);
  177. horizontalLayout->addWidget(line_PCIP3);
  178. label_3 = new QLabel(groupBox);
  179. label_3->setObjectName(QString::fromUtf8("label_3"));
  180. horizontalLayout->addWidget(label_3);
  181. line_PCIP4 = new QLineEdit(groupBox);
  182. line_PCIP4->setObjectName(QString::fromUtf8("line_PCIP4"));
  183. line_PCIP4->setMaximumSize(QSize(35, 16777215));
  184. line_PCIP4->setCursorPosition(3);
  185. line_PCIP4->setAlignment(Qt::AlignCenter);
  186. horizontalLayout->addWidget(line_PCIP4);
  187. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  188. horizontalLayout->addItem(horizontalSpacer);
  189. formLayout_2->setLayout(1, QFormLayout::FieldRole, horizontalLayout);
  190. label_11 = new QLabel(groupBox);
  191. label_11->setObjectName(QString::fromUtf8("label_11"));
  192. QFont font;
  193. font.setBold(true);
  194. font.setWeight(75);
  195. label_11->setFont(font);
  196. formLayout_2->setWidget(0, QFormLayout::SpanningRole, label_11);
  197. label_PCPORT = new QLabel(groupBox);
  198. label_PCPORT->setObjectName(QString::fromUtf8("label_PCPORT"));
  199. label_PCPORT->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  200. formLayout_2->setWidget(2, QFormLayout::LabelRole, label_PCPORT);
  201. horizontalLayout_3 = new QHBoxLayout();
  202. horizontalLayout_3->setSpacing(6);
  203. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  204. line_PCPort = new QLineEdit(groupBox);
  205. line_PCPort->setObjectName(QString::fromUtf8("line_PCPort"));
  206. line_PCPort->setMaximumSize(QSize(86, 16777215));
  207. line_PCPort->setCursorPosition(0);
  208. line_PCPort->setAlignment(Qt::AlignCenter);
  209. horizontalLayout_3->addWidget(line_PCPort);
  210. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  211. horizontalLayout_3->addItem(horizontalSpacer_2);
  212. formLayout_2->setLayout(2, QFormLayout::FieldRole, horizontalLayout_3);
  213. label_5 = new QLabel(groupBox);
  214. label_5->setObjectName(QString::fromUtf8("label_5"));
  215. label_5->setFont(font);
  216. formLayout_2->setWidget(3, QFormLayout::SpanningRole, label_5);
  217. label_6 = new QLabel(groupBox);
  218. label_6->setObjectName(QString::fromUtf8("label_6"));
  219. label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  220. formLayout_2->setWidget(4, QFormLayout::LabelRole, label_6);
  221. horizontalLayout_4 = new QHBoxLayout();
  222. horizontalLayout_4->setSpacing(6);
  223. horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
  224. line_FeatherIP1 = new QLineEdit(groupBox);
  225. line_FeatherIP1->setObjectName(QString::fromUtf8("line_FeatherIP1"));
  226. line_FeatherIP1->setMaximumSize(QSize(35, 16777215));
  227. line_FeatherIP1->setCursorPosition(0);
  228. line_FeatherIP1->setAlignment(Qt::AlignCenter);
  229. horizontalLayout_4->addWidget(line_FeatherIP1);
  230. label_8 = new QLabel(groupBox);
  231. label_8->setObjectName(QString::fromUtf8("label_8"));
  232. horizontalLayout_4->addWidget(label_8);
  233. line_FeatherIP2 = new QLineEdit(groupBox);
  234. line_FeatherIP2->setObjectName(QString::fromUtf8("line_FeatherIP2"));
  235. line_FeatherIP2->setMaximumSize(QSize(35, 16777215));
  236. line_FeatherIP2->setCursorPosition(0);
  237. line_FeatherIP2->setAlignment(Qt::AlignCenter);
  238. horizontalLayout_4->addWidget(line_FeatherIP2);
  239. label_9 = new QLabel(groupBox);
  240. label_9->setObjectName(QString::fromUtf8("label_9"));
  241. horizontalLayout_4->addWidget(label_9);
  242. line_FeatherIP3 = new QLineEdit(groupBox);
  243. line_FeatherIP3->setObjectName(QString::fromUtf8("line_FeatherIP3"));
  244. line_FeatherIP3->setMaximumSize(QSize(35, 16777215));
  245. line_FeatherIP3->setCursorPosition(0);
  246. line_FeatherIP3->setAlignment(Qt::AlignCenter);
  247. horizontalLayout_4->addWidget(line_FeatherIP3);
  248. label_10 = new QLabel(groupBox);
  249. label_10->setObjectName(QString::fromUtf8("label_10"));
  250. horizontalLayout_4->addWidget(label_10);
  251. line_FeatherIP4 = new QLineEdit(groupBox);
  252. line_FeatherIP4->setObjectName(QString::fromUtf8("line_FeatherIP4"));
  253. line_FeatherIP4->setMaximumSize(QSize(35, 16777215));
  254. line_FeatherIP4->setCursorPosition(0);
  255. line_FeatherIP4->setAlignment(Qt::AlignCenter);
  256. horizontalLayout_4->addWidget(line_FeatherIP4);
  257. horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  258. horizontalLayout_4->addItem(horizontalSpacer_3);
  259. formLayout_2->setLayout(4, QFormLayout::FieldRole, horizontalLayout_4);
  260. label_7 = new QLabel(groupBox);
  261. label_7->setObjectName(QString::fromUtf8("label_7"));
  262. label_7->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  263. formLayout_2->setWidget(5, QFormLayout::LabelRole, label_7);
  264. horizontalLayout_5 = new QHBoxLayout();
  265. horizontalLayout_5->setSpacing(6);
  266. horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
  267. line_FeatherPort = new QLineEdit(groupBox);
  268. line_FeatherPort->setObjectName(QString::fromUtf8("line_FeatherPort"));
  269. line_FeatherPort->setMaximumSize(QSize(86, 16777215));
  270. line_FeatherPort->setCursorPosition(5);
  271. line_FeatherPort->setAlignment(Qt::AlignCenter);
  272. horizontalLayout_5->addWidget(line_FeatherPort);
  273. horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  274. horizontalLayout_5->addItem(horizontalSpacer_4);
  275. formLayout_2->setLayout(5, QFormLayout::FieldRole, horizontalLayout_5);
  276. verticalLayout_5->addLayout(formLayout_2);
  277. push_Apply = new QPushButton(groupBox);
  278. push_Apply->setObjectName(QString::fromUtf8("push_Apply"));
  279. verticalLayout_5->addWidget(push_Apply);
  280. verticalLayout_4->addWidget(groupBox);
  281. groupBox_2 = new QGroupBox(centralWidget);
  282. groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
  283. sizePolicy.setHeightForWidth(groupBox_2->sizePolicy().hasHeightForWidth());
  284. groupBox_2->setSizePolicy(sizePolicy);
  285. groupBox_2->setMinimumSize(QSize(300, 0));
  286. groupBox_2->setMaximumSize(QSize(290, 16777215));
  287. verticalLayout_6 = new QVBoxLayout(groupBox_2);
  288. verticalLayout_6->setSpacing(6);
  289. verticalLayout_6->setContentsMargins(11, 11, 11, 11);
  290. verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
  291. horizontalLayout_2 = new QHBoxLayout();
  292. horizontalLayout_2->setSpacing(6);
  293. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  294. check_ClearLog = new QCheckBox(groupBox_2);
  295. check_ClearLog->setObjectName(QString::fromUtf8("check_ClearLog"));
  296. check_ClearLog->setChecked(true);
  297. horizontalLayout_2->addWidget(check_ClearLog);
  298. check_LogBCI = new QCheckBox(groupBox_2);
  299. check_LogBCI->setObjectName(QString::fromUtf8("check_LogBCI"));
  300. check_LogBCI->setChecked(true);
  301. horizontalLayout_2->addWidget(check_LogBCI);
  302. verticalLayout_6->addLayout(horizontalLayout_2);
  303. plain_Log = new QPlainTextEdit(groupBox_2);
  304. plain_Log->setObjectName(QString::fromUtf8("plain_Log"));
  305. verticalLayout_6->addWidget(plain_Log);
  306. horizontalLayout_6 = new QHBoxLayout();
  307. horizontalLayout_6->setSpacing(6);
  308. horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
  309. label_LastSymbol = new QLabel(groupBox_2);
  310. label_LastSymbol->setObjectName(QString::fromUtf8("label_LastSymbol"));
  311. horizontalLayout_6->addWidget(label_LastSymbol);
  312. lineLastSymbol = new QLineEdit(groupBox_2);
  313. lineLastSymbol->setObjectName(QString::fromUtf8("lineLastSymbol"));
  314. lineLastSymbol->setMaximumSize(QSize(35, 16777215));
  315. horizontalLayout_6->addWidget(lineLastSymbol);
  316. horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  317. horizontalLayout_6->addItem(horizontalSpacer_5);
  318. push_ClearLog = new QPushButton(groupBox_2);
  319. push_ClearLog->setObjectName(QString::fromUtf8("push_ClearLog"));
  320. horizontalLayout_6->addWidget(push_ClearLog);
  321. verticalLayout_6->addLayout(horizontalLayout_6);
  322. verticalLayout_4->addWidget(groupBox_2);
  323. horizontalLayout_7->addLayout(verticalLayout_4);
  324. line = new QFrame(centralWidget);
  325. line->setObjectName(QString::fromUtf8("line"));
  326. line->setFrameShape(QFrame::VLine);
  327. line->setFrameShadow(QFrame::Sunken);
  328. horizontalLayout_7->addWidget(line);
  329. verticalLayout_3 = new QVBoxLayout();
  330. verticalLayout_3->setSpacing(6);
  331. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  332. groupBox_3 = new QGroupBox(centralWidget);
  333. groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
  334. groupBox_3->setMaximumSize(QSize(178, 16777215));
  335. verticalLayout = new QVBoxLayout(groupBox_3);
  336. verticalLayout->setSpacing(6);
  337. verticalLayout->setContentsMargins(11, 11, 11, 11);
  338. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  339. check_Tactile = new QCheckBox(groupBox_3);
  340. check_Tactile->setObjectName(QString::fromUtf8("check_Tactile"));
  341. verticalLayout->addWidget(check_Tactile);
  342. frame = new QFrame(groupBox_3);
  343. frame->setObjectName(QString::fromUtf8("frame"));
  344. frame->setFrameShape(QFrame::Box);
  345. frame->setFrameShadow(QFrame::Plain);
  346. frame->setLineWidth(1);
  347. gridLayout_2 = new QGridLayout(frame);
  348. gridLayout_2->setSpacing(6);
  349. gridLayout_2->setContentsMargins(11, 11, 11, 11);
  350. gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
  351. gridLayout_2->setContentsMargins(5, 5, 5, 5);
  352. label_Tac4 = new QLabel(frame);
  353. label_Tac4->setObjectName(QString::fromUtf8("label_Tac4"));
  354. label_Tac4->setMinimumSize(QSize(0, 40));
  355. QFont font1;
  356. font1.setPointSize(12);
  357. font1.setBold(true);
  358. font1.setWeight(75);
  359. label_Tac4->setFont(font1);
  360. label_Tac4->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
  361. label_Tac4->setFrameShape(QFrame::Box);
  362. label_Tac4->setAlignment(Qt::AlignCenter);
  363. gridLayout_2->addWidget(label_Tac4, 3, 0, 1, 1);
  364. label_Tac5 = new QLabel(frame);
  365. label_Tac5->setObjectName(QString::fromUtf8("label_Tac5"));
  366. label_Tac5->setMinimumSize(QSize(0, 40));
  367. label_Tac5->setFont(font1);
  368. label_Tac5->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
  369. label_Tac5->setFrameShape(QFrame::Box);
  370. label_Tac5->setAlignment(Qt::AlignCenter);
  371. gridLayout_2->addWidget(label_Tac5, 4, 0, 1, 1);
  372. label_Tac3 = new QLabel(frame);
  373. label_Tac3->setObjectName(QString::fromUtf8("label_Tac3"));
  374. label_Tac3->setMinimumSize(QSize(0, 40));
  375. label_Tac3->setFont(font1);
  376. label_Tac3->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
  377. label_Tac3->setFrameShape(QFrame::Box);
  378. label_Tac3->setAlignment(Qt::AlignCenter);
  379. gridLayout_2->addWidget(label_Tac3, 2, 0, 1, 1);
  380. label_Tac2 = new QLabel(frame);
  381. label_Tac2->setObjectName(QString::fromUtf8("label_Tac2"));
  382. label_Tac2->setMinimumSize(QSize(0, 40));
  383. label_Tac2->setFont(font1);
  384. label_Tac2->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
  385. label_Tac2->setFrameShape(QFrame::Box);
  386. label_Tac2->setAlignment(Qt::AlignCenter);
  387. gridLayout_2->addWidget(label_Tac2, 1, 0, 1, 1);
  388. label_Tac1 = new QLabel(frame);
  389. label_Tac1->setObjectName(QString::fromUtf8("label_Tac1"));
  390. label_Tac1->setMinimumSize(QSize(0, 40));
  391. label_Tac1->setFont(font1);
  392. label_Tac1->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
  393. label_Tac1->setFrameShape(QFrame::Box);
  394. label_Tac1->setAlignment(Qt::AlignCenter);
  395. gridLayout_2->addWidget(label_Tac1, 0, 0, 1, 1);
  396. label_Tac6 = new QLabel(frame);
  397. label_Tac6->setObjectName(QString::fromUtf8("label_Tac6"));
  398. label_Tac6->setMinimumSize(QSize(0, 40));
  399. label_Tac6->setFont(font1);
  400. label_Tac6->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
  401. label_Tac6->setFrameShape(QFrame::Box);
  402. label_Tac6->setAlignment(Qt::AlignCenter);
  403. gridLayout_2->addWidget(label_Tac6, 5, 0, 1, 1);
  404. verticalLayout->addWidget(frame);
  405. verticalLayout_3->addWidget(groupBox_3);
  406. groupBox_4 = new QGroupBox(centralWidget);
  407. groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
  408. gridLayout_4 = new QGridLayout(groupBox_4);
  409. gridLayout_4->setSpacing(6);
  410. gridLayout_4->setContentsMargins(11, 11, 11, 11);
  411. gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
  412. gridLayout_3 = new QGridLayout();
  413. gridLayout_3->setSpacing(6);
  414. gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
  415. push_Tac1 = new QPushButton(groupBox_4);
  416. push_Tac1->setObjectName(QString::fromUtf8("push_Tac1"));
  417. push_Tac1->setMinimumSize(QSize(0, 40));
  418. push_Tac1->setFont(font);
  419. push_Tac1->setCheckable(true);
  420. gridLayout_3->addWidget(push_Tac1, 0, 0, 1, 1);
  421. push_Tac2 = new QPushButton(groupBox_4);
  422. push_Tac2->setObjectName(QString::fromUtf8("push_Tac2"));
  423. push_Tac2->setMinimumSize(QSize(0, 40));
  424. push_Tac2->setFont(font);
  425. push_Tac2->setCheckable(true);
  426. gridLayout_3->addWidget(push_Tac2, 0, 1, 1, 1);
  427. push_allLOW = new QPushButton(groupBox_4);
  428. push_allLOW->setObjectName(QString::fromUtf8("push_allLOW"));
  429. push_allLOW->setMinimumSize(QSize(0, 40));
  430. gridLayout_3->addWidget(push_allLOW, 3, 1, 1, 1);
  431. push_Tac4 = new QPushButton(groupBox_4);
  432. push_Tac4->setObjectName(QString::fromUtf8("push_Tac4"));
  433. push_Tac4->setMinimumSize(QSize(0, 40));
  434. push_Tac4->setFont(font);
  435. push_Tac4->setCheckable(true);
  436. gridLayout_3->addWidget(push_Tac4, 1, 1, 1, 1);
  437. push_Tac3 = new QPushButton(groupBox_4);
  438. push_Tac3->setObjectName(QString::fromUtf8("push_Tac3"));
  439. push_Tac3->setMinimumSize(QSize(0, 40));
  440. push_Tac3->setFont(font);
  441. push_Tac3->setCheckable(true);
  442. gridLayout_3->addWidget(push_Tac3, 1, 0, 1, 1);
  443. push_allHIGH = new QPushButton(groupBox_4);
  444. push_allHIGH->setObjectName(QString::fromUtf8("push_allHIGH"));
  445. push_allHIGH->setMinimumSize(QSize(0, 40));
  446. gridLayout_3->addWidget(push_allHIGH, 3, 0, 1, 1);
  447. push_Tac6 = new QPushButton(groupBox_4);
  448. push_Tac6->setObjectName(QString::fromUtf8("push_Tac6"));
  449. push_Tac6->setMinimumSize(QSize(0, 40));
  450. push_Tac6->setFont(font);
  451. push_Tac6->setCheckable(true);
  452. gridLayout_3->addWidget(push_Tac6, 2, 1, 1, 1);
  453. push_Tac5 = new QPushButton(groupBox_4);
  454. push_Tac5->setObjectName(QString::fromUtf8("push_Tac5"));
  455. push_Tac5->setMinimumSize(QSize(0, 40));
  456. push_Tac5->setFont(font);
  457. push_Tac5->setCheckable(true);
  458. gridLayout_3->addWidget(push_Tac5, 2, 0, 1, 1);
  459. gridLayout_4->addLayout(gridLayout_3, 0, 0, 1, 1);
  460. verticalLayout_3->addWidget(groupBox_4);
  461. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  462. verticalLayout_3->addItem(verticalSpacer);
  463. horizontalLayout_7->addLayout(verticalLayout_3);
  464. MainWindow->setCentralWidget(centralWidget);
  465. statusBar = new QStatusBar(MainWindow);
  466. statusBar->setObjectName(QString::fromUtf8("statusBar"));
  467. MainWindow->setStatusBar(statusBar);
  468. menuBar = new QMenuBar(MainWindow);
  469. menuBar->setObjectName(QString::fromUtf8("menuBar"));
  470. menuBar->setGeometry(QRect(0, 0, 515, 21));
  471. MainWindow->setMenuBar(menuBar);
  472. retranslateUi(MainWindow);
  473. QMetaObject::connectSlotsByName(MainWindow);
  474. } // setupUi
  475. void retranslateUi(QMainWindow *MainWindow)
  476. {
  477. MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "Tactile BCI Filter", nullptr));
  478. groupBox->setTitle(QCoreApplication::translate("MainWindow", "Network Preferences", nullptr));
  479. label_PCIP->setText(QCoreApplication::translate("MainWindow", "PC-IP:", nullptr));
  480. line_PCIP1->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr));
  481. line_PCIP1->setText(QCoreApplication::translate("MainWindow", "127", nullptr));
  482. label->setText(QCoreApplication::translate("MainWindow", ".", nullptr));
  483. line_PCIP2->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr));
  484. line_PCIP2->setText(QCoreApplication::translate("MainWindow", "0", nullptr));
  485. label_2->setText(QCoreApplication::translate("MainWindow", ".", nullptr));
  486. line_PCIP3->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr));
  487. line_PCIP3->setText(QCoreApplication::translate("MainWindow", "0", nullptr));
  488. label_3->setText(QCoreApplication::translate("MainWindow", ".", nullptr));
  489. line_PCIP4->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr));
  490. line_PCIP4->setText(QCoreApplication::translate("MainWindow", "1", nullptr));
  491. label_11->setText(QCoreApplication::translate("MainWindow", "Receive socket BCI-Stream:", nullptr));
  492. label_PCPORT->setText(QCoreApplication::translate("MainWindow", "PC-Port:", nullptr));
  493. line_PCPort->setInputMask(QCoreApplication::translate("MainWindow", "00000", nullptr));
  494. line_PCPort->setText(QCoreApplication::translate("MainWindow", "5001", nullptr));
  495. label_5->setText(QCoreApplication::translate("MainWindow", "Receive socket Adafruit Feather:", nullptr));
  496. label_6->setText(QCoreApplication::translate("MainWindow", "Feather-IP:", nullptr));
  497. line_FeatherIP1->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr));
  498. line_FeatherIP1->setText(QCoreApplication::translate("MainWindow", "192", nullptr));
  499. label_8->setText(QCoreApplication::translate("MainWindow", ".", nullptr));
  500. line_FeatherIP2->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr));
  501. line_FeatherIP2->setText(QCoreApplication::translate("MainWindow", "168", nullptr));
  502. label_9->setText(QCoreApplication::translate("MainWindow", ".", nullptr));
  503. line_FeatherIP3->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr));
  504. line_FeatherIP3->setText(QCoreApplication::translate("MainWindow", "4", nullptr));
  505. label_10->setText(QCoreApplication::translate("MainWindow", ".", nullptr));
  506. line_FeatherIP4->setInputMask(QCoreApplication::translate("MainWindow", "000", nullptr));
  507. line_FeatherIP4->setText(QCoreApplication::translate("MainWindow", "1", nullptr));
  508. label_7->setText(QCoreApplication::translate("MainWindow", "Feather-Port:", nullptr));
  509. line_FeatherPort->setInputMask(QCoreApplication::translate("MainWindow", "00000", nullptr));
  510. line_FeatherPort->setText(QCoreApplication::translate("MainWindow", "8888", nullptr));
  511. push_Apply->setText(QCoreApplication::translate("MainWindow", "Apply", nullptr));
  512. groupBox_2->setTitle(QCoreApplication::translate("MainWindow", "Logger", nullptr));
  513. check_ClearLog->setText(QCoreApplication::translate("MainWindow", "Clear log when applying", nullptr));
  514. check_LogBCI->setText(QCoreApplication::translate("MainWindow", "Log BCI Data", nullptr));
  515. label_LastSymbol->setText(QCoreApplication::translate("MainWindow", "Last Symbol:", nullptr));
  516. push_ClearLog->setText(QCoreApplication::translate("MainWindow", "Clear Log", nullptr));
  517. groupBox_3->setTitle(QCoreApplication::translate("MainWindow", "Tactile Visualizer", nullptr));
  518. check_Tactile->setText(QCoreApplication::translate("MainWindow", "Tactile Session", nullptr));
  519. label_Tac4->setText(QCoreApplication::translate("MainWindow", "Motor 4", nullptr));
  520. label_Tac5->setText(QCoreApplication::translate("MainWindow", "Motor 5", nullptr));
  521. label_Tac3->setText(QCoreApplication::translate("MainWindow", "Motor 3", nullptr));
  522. label_Tac2->setText(QCoreApplication::translate("MainWindow", "Motor 2", nullptr));
  523. label_Tac1->setText(QCoreApplication::translate("MainWindow", "Motor 1", nullptr));
  524. label_Tac6->setText(QCoreApplication::translate("MainWindow", "Motor 6", nullptr));
  525. groupBox_4->setTitle(QCoreApplication::translate("MainWindow", "Vibration Tester", nullptr));
  526. push_Tac1->setText(QCoreApplication::translate("MainWindow", "Motor 1", nullptr));
  527. push_Tac2->setText(QCoreApplication::translate("MainWindow", "Motor 2", nullptr));
  528. push_allLOW->setText(QCoreApplication::translate("MainWindow", "All LOW", nullptr));
  529. push_Tac4->setText(QCoreApplication::translate("MainWindow", "Motor 4", nullptr));
  530. push_Tac3->setText(QCoreApplication::translate("MainWindow", "Motor 3", nullptr));
  531. push_allHIGH->setText(QCoreApplication::translate("MainWindow", "All HIGH", nullptr));
  532. push_Tac6->setText(QCoreApplication::translate("MainWindow", "Motor 6", nullptr));
  533. push_Tac5->setText(QCoreApplication::translate("MainWindow", "Motor 5", nullptr));
  534. } // retranslateUi
  535. };
  536. namespace Ui {
  537. class MainWindow: public Ui_MainWindow {};
  538. } // namespace Ui
  539. QT_END_NAMESPACE
  540. #endif // UI_MAINWINDOW_H