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

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