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.

mainwindow.ui 31KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>515</width>
  10. <height>624</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>515</width>
  16. <height>16777215</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Tactile BCI Filter</string>
  21. </property>
  22. <property name="windowIcon">
  23. <iconset>
  24. <normaloff>brain.png</normaloff>brain.png</iconset>
  25. </property>
  26. <widget class="QWidget" name="centralWidget">
  27. <layout class="QHBoxLayout" name="horizontalLayout_7">
  28. <item>
  29. <layout class="QVBoxLayout" name="verticalLayout_4">
  30. <item>
  31. <widget class="QGroupBox" name="groupBox">
  32. <property name="sizePolicy">
  33. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  34. <horstretch>0</horstretch>
  35. <verstretch>0</verstretch>
  36. </sizepolicy>
  37. </property>
  38. <property name="minimumSize">
  39. <size>
  40. <width>300</width>
  41. <height>0</height>
  42. </size>
  43. </property>
  44. <property name="maximumSize">
  45. <size>
  46. <width>290</width>
  47. <height>16777215</height>
  48. </size>
  49. </property>
  50. <property name="title">
  51. <string>Network Preferences</string>
  52. </property>
  53. <layout class="QVBoxLayout" name="verticalLayout_5">
  54. <item>
  55. <layout class="QFormLayout" name="formLayout_2">
  56. <item row="1" column="0">
  57. <widget class="QLabel" name="label_PCIP">
  58. <property name="text">
  59. <string>PC-IP:</string>
  60. </property>
  61. <property name="alignment">
  62. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="1" column="1">
  67. <layout class="QHBoxLayout" name="horizontalLayout">
  68. <item>
  69. <widget class="QLineEdit" name="line_PCIP1">
  70. <property name="sizePolicy">
  71. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  72. <horstretch>0</horstretch>
  73. <verstretch>0</verstretch>
  74. </sizepolicy>
  75. </property>
  76. <property name="maximumSize">
  77. <size>
  78. <width>35</width>
  79. <height>16777215</height>
  80. </size>
  81. </property>
  82. <property name="inputMask">
  83. <string>000</string>
  84. </property>
  85. <property name="text">
  86. <string>127</string>
  87. </property>
  88. <property name="cursorPosition">
  89. <number>0</number>
  90. </property>
  91. <property name="alignment">
  92. <set>Qt::AlignCenter</set>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QLabel" name="label">
  98. <property name="text">
  99. <string>.</string>
  100. </property>
  101. </widget>
  102. </item>
  103. <item>
  104. <widget class="QLineEdit" name="line_PCIP2">
  105. <property name="maximumSize">
  106. <size>
  107. <width>35</width>
  108. <height>16777215</height>
  109. </size>
  110. </property>
  111. <property name="inputMask">
  112. <string>000</string>
  113. </property>
  114. <property name="text">
  115. <string>0</string>
  116. </property>
  117. <property name="cursorPosition">
  118. <number>0</number>
  119. </property>
  120. <property name="alignment">
  121. <set>Qt::AlignCenter</set>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QLabel" name="label_2">
  127. <property name="text">
  128. <string>.</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item>
  133. <widget class="QLineEdit" name="line_PCIP3">
  134. <property name="maximumSize">
  135. <size>
  136. <width>35</width>
  137. <height>16777215</height>
  138. </size>
  139. </property>
  140. <property name="inputMask">
  141. <string>000</string>
  142. </property>
  143. <property name="text">
  144. <string>0</string>
  145. </property>
  146. <property name="cursorPosition">
  147. <number>0</number>
  148. </property>
  149. <property name="alignment">
  150. <set>Qt::AlignCenter</set>
  151. </property>
  152. </widget>
  153. </item>
  154. <item>
  155. <widget class="QLabel" name="label_3">
  156. <property name="text">
  157. <string>.</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item>
  162. <widget class="QLineEdit" name="line_PCIP4">
  163. <property name="maximumSize">
  164. <size>
  165. <width>35</width>
  166. <height>16777215</height>
  167. </size>
  168. </property>
  169. <property name="inputMask">
  170. <string>000</string>
  171. </property>
  172. <property name="text">
  173. <string>1</string>
  174. </property>
  175. <property name="cursorPosition">
  176. <number>3</number>
  177. </property>
  178. <property name="alignment">
  179. <set>Qt::AlignCenter</set>
  180. </property>
  181. </widget>
  182. </item>
  183. <item>
  184. <spacer name="horizontalSpacer">
  185. <property name="orientation">
  186. <enum>Qt::Horizontal</enum>
  187. </property>
  188. <property name="sizeHint" stdset="0">
  189. <size>
  190. <width>40</width>
  191. <height>20</height>
  192. </size>
  193. </property>
  194. </spacer>
  195. </item>
  196. </layout>
  197. </item>
  198. <item row="0" column="0" colspan="2">
  199. <widget class="QLabel" name="label_11">
  200. <property name="font">
  201. <font>
  202. <weight>75</weight>
  203. <bold>true</bold>
  204. </font>
  205. </property>
  206. <property name="text">
  207. <string>Receive socket BCI-Stream:</string>
  208. </property>
  209. </widget>
  210. </item>
  211. <item row="2" column="0">
  212. <widget class="QLabel" name="label_PCPORT">
  213. <property name="text">
  214. <string>PC-Port:</string>
  215. </property>
  216. <property name="alignment">
  217. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  218. </property>
  219. </widget>
  220. </item>
  221. <item row="2" column="1">
  222. <layout class="QHBoxLayout" name="horizontalLayout_3">
  223. <item>
  224. <widget class="QLineEdit" name="line_PCPort">
  225. <property name="maximumSize">
  226. <size>
  227. <width>86</width>
  228. <height>16777215</height>
  229. </size>
  230. </property>
  231. <property name="inputMask">
  232. <string>00000</string>
  233. </property>
  234. <property name="text">
  235. <string>5001</string>
  236. </property>
  237. <property name="cursorPosition">
  238. <number>0</number>
  239. </property>
  240. <property name="alignment">
  241. <set>Qt::AlignCenter</set>
  242. </property>
  243. </widget>
  244. </item>
  245. <item>
  246. <spacer name="horizontalSpacer_2">
  247. <property name="orientation">
  248. <enum>Qt::Horizontal</enum>
  249. </property>
  250. <property name="sizeHint" stdset="0">
  251. <size>
  252. <width>40</width>
  253. <height>20</height>
  254. </size>
  255. </property>
  256. </spacer>
  257. </item>
  258. </layout>
  259. </item>
  260. <item row="3" column="0" colspan="2">
  261. <widget class="QLabel" name="label_5">
  262. <property name="font">
  263. <font>
  264. <weight>75</weight>
  265. <bold>true</bold>
  266. </font>
  267. </property>
  268. <property name="text">
  269. <string>Receive socket Adafruit Feather:</string>
  270. </property>
  271. </widget>
  272. </item>
  273. <item row="4" column="0">
  274. <widget class="QLabel" name="label_6">
  275. <property name="text">
  276. <string>Feather-IP:</string>
  277. </property>
  278. <property name="alignment">
  279. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  280. </property>
  281. </widget>
  282. </item>
  283. <item row="4" column="1">
  284. <layout class="QHBoxLayout" name="horizontalLayout_4">
  285. <item>
  286. <widget class="QLineEdit" name="line_FeatherIP1">
  287. <property name="maximumSize">
  288. <size>
  289. <width>35</width>
  290. <height>16777215</height>
  291. </size>
  292. </property>
  293. <property name="inputMask">
  294. <string>000</string>
  295. </property>
  296. <property name="text">
  297. <string>192</string>
  298. </property>
  299. <property name="cursorPosition">
  300. <number>0</number>
  301. </property>
  302. <property name="alignment">
  303. <set>Qt::AlignCenter</set>
  304. </property>
  305. </widget>
  306. </item>
  307. <item>
  308. <widget class="QLabel" name="label_8">
  309. <property name="text">
  310. <string>.</string>
  311. </property>
  312. </widget>
  313. </item>
  314. <item>
  315. <widget class="QLineEdit" name="line_FeatherIP2">
  316. <property name="maximumSize">
  317. <size>
  318. <width>35</width>
  319. <height>16777215</height>
  320. </size>
  321. </property>
  322. <property name="inputMask">
  323. <string>000</string>
  324. </property>
  325. <property name="text">
  326. <string>168</string>
  327. </property>
  328. <property name="cursorPosition">
  329. <number>0</number>
  330. </property>
  331. <property name="alignment">
  332. <set>Qt::AlignCenter</set>
  333. </property>
  334. </widget>
  335. </item>
  336. <item>
  337. <widget class="QLabel" name="label_9">
  338. <property name="text">
  339. <string>.</string>
  340. </property>
  341. </widget>
  342. </item>
  343. <item>
  344. <widget class="QLineEdit" name="line_FeatherIP3">
  345. <property name="maximumSize">
  346. <size>
  347. <width>35</width>
  348. <height>16777215</height>
  349. </size>
  350. </property>
  351. <property name="inputMask">
  352. <string>000</string>
  353. </property>
  354. <property name="text">
  355. <string>4</string>
  356. </property>
  357. <property name="cursorPosition">
  358. <number>0</number>
  359. </property>
  360. <property name="alignment">
  361. <set>Qt::AlignCenter</set>
  362. </property>
  363. </widget>
  364. </item>
  365. <item>
  366. <widget class="QLabel" name="label_10">
  367. <property name="text">
  368. <string>.</string>
  369. </property>
  370. </widget>
  371. </item>
  372. <item>
  373. <widget class="QLineEdit" name="line_FeatherIP4">
  374. <property name="maximumSize">
  375. <size>
  376. <width>35</width>
  377. <height>16777215</height>
  378. </size>
  379. </property>
  380. <property name="inputMask">
  381. <string>000</string>
  382. </property>
  383. <property name="text">
  384. <string>1</string>
  385. </property>
  386. <property name="cursorPosition">
  387. <number>0</number>
  388. </property>
  389. <property name="alignment">
  390. <set>Qt::AlignCenter</set>
  391. </property>
  392. </widget>
  393. </item>
  394. <item>
  395. <spacer name="horizontalSpacer_3">
  396. <property name="orientation">
  397. <enum>Qt::Horizontal</enum>
  398. </property>
  399. <property name="sizeHint" stdset="0">
  400. <size>
  401. <width>40</width>
  402. <height>20</height>
  403. </size>
  404. </property>
  405. </spacer>
  406. </item>
  407. </layout>
  408. </item>
  409. <item row="5" column="0">
  410. <widget class="QLabel" name="label_7">
  411. <property name="text">
  412. <string>Feather-Port:</string>
  413. </property>
  414. <property name="alignment">
  415. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  416. </property>
  417. </widget>
  418. </item>
  419. <item row="5" column="1">
  420. <layout class="QHBoxLayout" name="horizontalLayout_5">
  421. <item>
  422. <widget class="QLineEdit" name="line_FeatherPort">
  423. <property name="maximumSize">
  424. <size>
  425. <width>86</width>
  426. <height>16777215</height>
  427. </size>
  428. </property>
  429. <property name="inputMask">
  430. <string>00000</string>
  431. </property>
  432. <property name="text">
  433. <string>8888</string>
  434. </property>
  435. <property name="cursorPosition">
  436. <number>5</number>
  437. </property>
  438. <property name="alignment">
  439. <set>Qt::AlignCenter</set>
  440. </property>
  441. </widget>
  442. </item>
  443. <item>
  444. <spacer name="horizontalSpacer_4">
  445. <property name="orientation">
  446. <enum>Qt::Horizontal</enum>
  447. </property>
  448. <property name="sizeHint" stdset="0">
  449. <size>
  450. <width>40</width>
  451. <height>20</height>
  452. </size>
  453. </property>
  454. </spacer>
  455. </item>
  456. </layout>
  457. </item>
  458. </layout>
  459. </item>
  460. <item>
  461. <widget class="QPushButton" name="push_Apply">
  462. <property name="text">
  463. <string>Apply</string>
  464. </property>
  465. </widget>
  466. </item>
  467. </layout>
  468. </widget>
  469. </item>
  470. <item>
  471. <widget class="QGroupBox" name="groupBox_2">
  472. <property name="sizePolicy">
  473. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  474. <horstretch>0</horstretch>
  475. <verstretch>0</verstretch>
  476. </sizepolicy>
  477. </property>
  478. <property name="minimumSize">
  479. <size>
  480. <width>300</width>
  481. <height>0</height>
  482. </size>
  483. </property>
  484. <property name="maximumSize">
  485. <size>
  486. <width>290</width>
  487. <height>16777215</height>
  488. </size>
  489. </property>
  490. <property name="title">
  491. <string>Logger</string>
  492. </property>
  493. <layout class="QVBoxLayout" name="verticalLayout_6">
  494. <item>
  495. <layout class="QHBoxLayout" name="horizontalLayout_2">
  496. <item>
  497. <widget class="QCheckBox" name="check_ClearLog">
  498. <property name="text">
  499. <string>Clear log when applying</string>
  500. </property>
  501. <property name="checked">
  502. <bool>true</bool>
  503. </property>
  504. </widget>
  505. </item>
  506. <item>
  507. <widget class="QCheckBox" name="check_LogBCI">
  508. <property name="text">
  509. <string>Log BCI Data</string>
  510. </property>
  511. <property name="checked">
  512. <bool>true</bool>
  513. </property>
  514. </widget>
  515. </item>
  516. </layout>
  517. </item>
  518. <item>
  519. <widget class="QPlainTextEdit" name="plain_Log"/>
  520. </item>
  521. <item>
  522. <layout class="QHBoxLayout" name="horizontalLayout_6">
  523. <item>
  524. <widget class="QLabel" name="label_LastSymbol">
  525. <property name="text">
  526. <string>Last Symbol:</string>
  527. </property>
  528. </widget>
  529. </item>
  530. <item>
  531. <widget class="QLineEdit" name="lineLastSymbol">
  532. <property name="maximumSize">
  533. <size>
  534. <width>35</width>
  535. <height>16777215</height>
  536. </size>
  537. </property>
  538. </widget>
  539. </item>
  540. <item>
  541. <spacer name="horizontalSpacer_5">
  542. <property name="orientation">
  543. <enum>Qt::Horizontal</enum>
  544. </property>
  545. <property name="sizeHint" stdset="0">
  546. <size>
  547. <width>40</width>
  548. <height>20</height>
  549. </size>
  550. </property>
  551. </spacer>
  552. </item>
  553. <item>
  554. <widget class="QPushButton" name="push_ClearLog">
  555. <property name="text">
  556. <string>Clear Log</string>
  557. </property>
  558. </widget>
  559. </item>
  560. </layout>
  561. </item>
  562. </layout>
  563. </widget>
  564. </item>
  565. </layout>
  566. </item>
  567. <item>
  568. <widget class="Line" name="line">
  569. <property name="orientation">
  570. <enum>Qt::Vertical</enum>
  571. </property>
  572. </widget>
  573. </item>
  574. <item>
  575. <layout class="QVBoxLayout" name="verticalLayout_3">
  576. <item>
  577. <widget class="QGroupBox" name="groupBox_3">
  578. <property name="maximumSize">
  579. <size>
  580. <width>178</width>
  581. <height>16777215</height>
  582. </size>
  583. </property>
  584. <property name="title">
  585. <string>Tactile Visualizer</string>
  586. </property>
  587. <layout class="QVBoxLayout" name="verticalLayout">
  588. <item>
  589. <widget class="QCheckBox" name="check_Tactile">
  590. <property name="text">
  591. <string>Tactile Session</string>
  592. </property>
  593. </widget>
  594. </item>
  595. <item>
  596. <widget class="QFrame" name="frame">
  597. <property name="frameShape">
  598. <enum>QFrame::Box</enum>
  599. </property>
  600. <property name="frameShadow">
  601. <enum>QFrame::Plain</enum>
  602. </property>
  603. <property name="lineWidth">
  604. <number>1</number>
  605. </property>
  606. <layout class="QGridLayout" name="gridLayout_2">
  607. <property name="leftMargin">
  608. <number>5</number>
  609. </property>
  610. <property name="topMargin">
  611. <number>5</number>
  612. </property>
  613. <property name="rightMargin">
  614. <number>5</number>
  615. </property>
  616. <property name="bottomMargin">
  617. <number>5</number>
  618. </property>
  619. <item row="3" column="0">
  620. <widget class="QLabel" name="label_Tac4">
  621. <property name="minimumSize">
  622. <size>
  623. <width>0</width>
  624. <height>40</height>
  625. </size>
  626. </property>
  627. <property name="font">
  628. <font>
  629. <pointsize>12</pointsize>
  630. <weight>75</weight>
  631. <bold>true</bold>
  632. </font>
  633. </property>
  634. <property name="styleSheet">
  635. <string notr="true">background-color: rgb(255, 255, 255);</string>
  636. </property>
  637. <property name="frameShape">
  638. <enum>QFrame::Box</enum>
  639. </property>
  640. <property name="text">
  641. <string>Motor 4</string>
  642. </property>
  643. <property name="alignment">
  644. <set>Qt::AlignCenter</set>
  645. </property>
  646. </widget>
  647. </item>
  648. <item row="4" column="0">
  649. <widget class="QLabel" name="label_Tac5">
  650. <property name="minimumSize">
  651. <size>
  652. <width>0</width>
  653. <height>40</height>
  654. </size>
  655. </property>
  656. <property name="font">
  657. <font>
  658. <pointsize>12</pointsize>
  659. <weight>75</weight>
  660. <bold>true</bold>
  661. </font>
  662. </property>
  663. <property name="styleSheet">
  664. <string notr="true">background-color: rgb(255, 255, 255);</string>
  665. </property>
  666. <property name="frameShape">
  667. <enum>QFrame::Box</enum>
  668. </property>
  669. <property name="text">
  670. <string>Motor 5</string>
  671. </property>
  672. <property name="alignment">
  673. <set>Qt::AlignCenter</set>
  674. </property>
  675. </widget>
  676. </item>
  677. <item row="2" column="0">
  678. <widget class="QLabel" name="label_Tac3">
  679. <property name="minimumSize">
  680. <size>
  681. <width>0</width>
  682. <height>40</height>
  683. </size>
  684. </property>
  685. <property name="font">
  686. <font>
  687. <pointsize>12</pointsize>
  688. <weight>75</weight>
  689. <bold>true</bold>
  690. </font>
  691. </property>
  692. <property name="styleSheet">
  693. <string notr="true">background-color: rgb(255, 255, 255);</string>
  694. </property>
  695. <property name="frameShape">
  696. <enum>QFrame::Box</enum>
  697. </property>
  698. <property name="text">
  699. <string>Motor 3</string>
  700. </property>
  701. <property name="alignment">
  702. <set>Qt::AlignCenter</set>
  703. </property>
  704. </widget>
  705. </item>
  706. <item row="1" column="0">
  707. <widget class="QLabel" name="label_Tac2">
  708. <property name="minimumSize">
  709. <size>
  710. <width>0</width>
  711. <height>40</height>
  712. </size>
  713. </property>
  714. <property name="font">
  715. <font>
  716. <pointsize>12</pointsize>
  717. <weight>75</weight>
  718. <bold>true</bold>
  719. </font>
  720. </property>
  721. <property name="styleSheet">
  722. <string notr="true">background-color: rgb(255, 255, 255);</string>
  723. </property>
  724. <property name="frameShape">
  725. <enum>QFrame::Box</enum>
  726. </property>
  727. <property name="text">
  728. <string>Motor 2</string>
  729. </property>
  730. <property name="alignment">
  731. <set>Qt::AlignCenter</set>
  732. </property>
  733. </widget>
  734. </item>
  735. <item row="0" column="0">
  736. <widget class="QLabel" name="label_Tac1">
  737. <property name="minimumSize">
  738. <size>
  739. <width>0</width>
  740. <height>40</height>
  741. </size>
  742. </property>
  743. <property name="font">
  744. <font>
  745. <pointsize>12</pointsize>
  746. <weight>75</weight>
  747. <bold>true</bold>
  748. </font>
  749. </property>
  750. <property name="styleSheet">
  751. <string notr="true">background-color: rgb(255, 255, 255);</string>
  752. </property>
  753. <property name="frameShape">
  754. <enum>QFrame::Box</enum>
  755. </property>
  756. <property name="text">
  757. <string>Motor 1</string>
  758. </property>
  759. <property name="alignment">
  760. <set>Qt::AlignCenter</set>
  761. </property>
  762. </widget>
  763. </item>
  764. <item row="5" column="0">
  765. <widget class="QLabel" name="label_Tac6">
  766. <property name="minimumSize">
  767. <size>
  768. <width>0</width>
  769. <height>40</height>
  770. </size>
  771. </property>
  772. <property name="font">
  773. <font>
  774. <pointsize>12</pointsize>
  775. <weight>75</weight>
  776. <bold>true</bold>
  777. </font>
  778. </property>
  779. <property name="styleSheet">
  780. <string notr="true">background-color: rgb(255, 255, 255);</string>
  781. </property>
  782. <property name="frameShape">
  783. <enum>QFrame::Box</enum>
  784. </property>
  785. <property name="text">
  786. <string>Motor 6</string>
  787. </property>
  788. <property name="alignment">
  789. <set>Qt::AlignCenter</set>
  790. </property>
  791. </widget>
  792. </item>
  793. </layout>
  794. </widget>
  795. </item>
  796. </layout>
  797. </widget>
  798. </item>
  799. <item>
  800. <widget class="QGroupBox" name="groupBox_4">
  801. <property name="title">
  802. <string>Vibration Tester</string>
  803. </property>
  804. <layout class="QGridLayout" name="gridLayout_4">
  805. <item row="0" column="0">
  806. <layout class="QGridLayout" name="gridLayout_3">
  807. <item row="1" column="1">
  808. <widget class="QPushButton" name="push_Tac4">
  809. <property name="minimumSize">
  810. <size>
  811. <width>0</width>
  812. <height>40</height>
  813. </size>
  814. </property>
  815. <property name="font">
  816. <font>
  817. <weight>75</weight>
  818. <bold>true</bold>
  819. </font>
  820. </property>
  821. <property name="text">
  822. <string>Motor 4</string>
  823. </property>
  824. <property name="checkable">
  825. <bool>false</bool>
  826. </property>
  827. </widget>
  828. </item>
  829. <item row="1" column="0">
  830. <widget class="QPushButton" name="push_Tac3">
  831. <property name="minimumSize">
  832. <size>
  833. <width>0</width>
  834. <height>40</height>
  835. </size>
  836. </property>
  837. <property name="font">
  838. <font>
  839. <weight>75</weight>
  840. <bold>true</bold>
  841. </font>
  842. </property>
  843. <property name="text">
  844. <string>Motor 3</string>
  845. </property>
  846. <property name="checkable">
  847. <bool>false</bool>
  848. </property>
  849. </widget>
  850. </item>
  851. <item row="2" column="0">
  852. <widget class="QPushButton" name="push_Tac5">
  853. <property name="minimumSize">
  854. <size>
  855. <width>0</width>
  856. <height>40</height>
  857. </size>
  858. </property>
  859. <property name="font">
  860. <font>
  861. <weight>75</weight>
  862. <bold>true</bold>
  863. </font>
  864. </property>
  865. <property name="text">
  866. <string>Motor 5</string>
  867. </property>
  868. <property name="checkable">
  869. <bool>false</bool>
  870. </property>
  871. </widget>
  872. </item>
  873. <item row="0" column="0">
  874. <widget class="QPushButton" name="push_Tac1">
  875. <property name="minimumSize">
  876. <size>
  877. <width>0</width>
  878. <height>40</height>
  879. </size>
  880. </property>
  881. <property name="font">
  882. <font>
  883. <weight>75</weight>
  884. <bold>true</bold>
  885. </font>
  886. </property>
  887. <property name="text">
  888. <string>Motor 1</string>
  889. </property>
  890. <property name="checkable">
  891. <bool>false</bool>
  892. </property>
  893. <property name="flat">
  894. <bool>false</bool>
  895. </property>
  896. </widget>
  897. </item>
  898. <item row="2" column="1">
  899. <widget class="QPushButton" name="push_Tac6">
  900. <property name="minimumSize">
  901. <size>
  902. <width>0</width>
  903. <height>40</height>
  904. </size>
  905. </property>
  906. <property name="font">
  907. <font>
  908. <weight>75</weight>
  909. <bold>true</bold>
  910. </font>
  911. </property>
  912. <property name="text">
  913. <string>Motor 6</string>
  914. </property>
  915. <property name="checkable">
  916. <bool>false</bool>
  917. </property>
  918. </widget>
  919. </item>
  920. <item row="0" column="1">
  921. <widget class="QPushButton" name="push_Tac2">
  922. <property name="minimumSize">
  923. <size>
  924. <width>0</width>
  925. <height>40</height>
  926. </size>
  927. </property>
  928. <property name="font">
  929. <font>
  930. <weight>75</weight>
  931. <bold>true</bold>
  932. </font>
  933. </property>
  934. <property name="text">
  935. <string>Motor 2</string>
  936. </property>
  937. <property name="checkable">
  938. <bool>false</bool>
  939. </property>
  940. </widget>
  941. </item>
  942. </layout>
  943. </item>
  944. </layout>
  945. </widget>
  946. </item>
  947. <item>
  948. <spacer name="verticalSpacer">
  949. <property name="orientation">
  950. <enum>Qt::Vertical</enum>
  951. </property>
  952. <property name="sizeHint" stdset="0">
  953. <size>
  954. <width>20</width>
  955. <height>40</height>
  956. </size>
  957. </property>
  958. </spacer>
  959. </item>
  960. </layout>
  961. </item>
  962. </layout>
  963. </widget>
  964. <widget class="QStatusBar" name="statusBar"/>
  965. <widget class="QMenuBar" name="menuBar">
  966. <property name="geometry">
  967. <rect>
  968. <x>0</x>
  969. <y>0</y>
  970. <width>515</width>
  971. <height>21</height>
  972. </rect>
  973. </property>
  974. </widget>
  975. </widget>
  976. <layoutdefault spacing="6" margin="11"/>
  977. <resources/>
  978. <connections/>
  979. </ui>