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 26KB

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