mainold.ui 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832
  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>1337</width>
  10. <height>1073</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>BEXUS</string>
  21. </property>
  22. <property name="windowIcon">
  23. <iconset>
  24. <normaloff>../../../../.designer/backup/pp.png</normaloff>../../../../.designer/backup/pp.png</iconset>
  25. </property>
  26. <widget class="QWidget" name="centralwidget">
  27. <layout class="QGridLayout" name="gridLayout_2">
  28. <item row="0" column="1">
  29. <layout class="QGridLayout" name="gridLayout">
  30. <item row="0" column="0">
  31. <layout class="QVBoxLayout" name="verticalLayout_2">
  32. <item>
  33. <widget class="QGroupBox" name="groupBox">
  34. <property name="minimumSize">
  35. <size>
  36. <width>306</width>
  37. <height>0</height>
  38. </size>
  39. </property>
  40. <property name="title">
  41. <string>Stats</string>
  42. </property>
  43. <layout class="QGridLayout" name="gridLayout_5">
  44. <item row="2" column="0">
  45. <widget class="QLabel" name="label_6">
  46. <property name="text">
  47. <string>Latency:</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="1" column="1">
  52. <widget class="QLabel" name="labelLink">
  53. <property name="font">
  54. <font>
  55. <weight>75</weight>
  56. <bold>true</bold>
  57. </font>
  58. </property>
  59. <property name="styleSheet">
  60. <string notr="true">color:red</string>
  61. </property>
  62. <property name="text">
  63. <string>Offline</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item row="1" column="0">
  68. <widget class="QLabel" name="label_2">
  69. <property name="text">
  70. <string>Link:</string>
  71. </property>
  72. </widget>
  73. </item>
  74. <item row="4" column="1">
  75. <widget class="QLabel" name="labelLink_MCU2">
  76. <property name="font">
  77. <font>
  78. <weight>75</weight>
  79. <bold>true</bold>
  80. </font>
  81. </property>
  82. <property name="styleSheet">
  83. <string notr="true">color:#ad6d00</string>
  84. </property>
  85. <property name="text">
  86. <string>Unknown</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item row="4" column="0">
  91. <widget class="QLabel" name="label_25">
  92. <property name="text">
  93. <string>MCU 2:</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="0" column="0">
  98. <widget class="QLabel" name="label">
  99. <property name="text">
  100. <string>Address:</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item row="3" column="1">
  105. <widget class="QLabel" name="labelLink_MCU1">
  106. <property name="font">
  107. <font>
  108. <weight>75</weight>
  109. <bold>true</bold>
  110. </font>
  111. </property>
  112. <property name="styleSheet">
  113. <string notr="true">color:#ad6d00</string>
  114. </property>
  115. <property name="text">
  116. <string>Unknown</string>
  117. </property>
  118. </widget>
  119. </item>
  120. <item row="2" column="1">
  121. <widget class="QLabel" name="labelLatency">
  122. <property name="text">
  123. <string>20ms</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="3" column="0">
  128. <widget class="QLabel" name="label_3">
  129. <property name="text">
  130. <string>MCU 1:</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="0" column="1">
  135. <widget class="QLabel" name="labelAddress">
  136. <property name="text">
  137. <string>192.168.0.8:1234</string>
  138. </property>
  139. </widget>
  140. </item>
  141. </layout>
  142. </widget>
  143. </item>
  144. <item>
  145. <widget class="QScrollArea" name="scrollArea_2">
  146. <property name="sizePolicy">
  147. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  148. <horstretch>0</horstretch>
  149. <verstretch>0</verstretch>
  150. </sizepolicy>
  151. </property>
  152. <property name="minimumSize">
  153. <size>
  154. <width>0</width>
  155. <height>500</height>
  156. </size>
  157. </property>
  158. <property name="lineWidth">
  159. <number>0</number>
  160. </property>
  161. <property name="widgetResizable">
  162. <bool>true</bool>
  163. </property>
  164. <widget class="QWidget" name="scrollAreaWidgetContents_2">
  165. <property name="geometry">
  166. <rect>
  167. <x>0</x>
  168. <y>0</y>
  169. <width>627</width>
  170. <height>644</height>
  171. </rect>
  172. </property>
  173. <layout class="QGridLayout" name="gridLayout_13">
  174. <property name="leftMargin">
  175. <number>0</number>
  176. </property>
  177. <property name="topMargin">
  178. <number>0</number>
  179. </property>
  180. <property name="rightMargin">
  181. <number>0</number>
  182. </property>
  183. <property name="bottomMargin">
  184. <number>20</number>
  185. </property>
  186. <item row="0" column="0">
  187. <widget class="QGroupBox" name="groupBox_6">
  188. <property name="title">
  189. <string>Position</string>
  190. </property>
  191. <layout class="QGridLayout" name="gridLayout_11">
  192. <item row="2" column="1">
  193. <widget class="QLabel" name="label_alt_1">
  194. <property name="text">
  195. <string>165.07 m</string>
  196. </property>
  197. </widget>
  198. </item>
  199. <item row="2" column="0">
  200. <widget class="QLabel" name="label_21">
  201. <property name="text">
  202. <string>Altitude:</string>
  203. </property>
  204. </widget>
  205. </item>
  206. <item row="1" column="0">
  207. <widget class="QLabel" name="label_29">
  208. <property name="text">
  209. <string>Longitude</string>
  210. </property>
  211. </widget>
  212. </item>
  213. <item row="1" column="1">
  214. <widget class="QLabel" name="label_lon_1">
  215. <property name="text">
  216. <string>10.2452</string>
  217. </property>
  218. </widget>
  219. </item>
  220. <item row="0" column="1">
  221. <widget class="QLabel" name="label_lat_1">
  222. <property name="text">
  223. <string>51.4562</string>
  224. </property>
  225. </widget>
  226. </item>
  227. <item row="0" column="0">
  228. <widget class="QLabel" name="label_27">
  229. <property name="text">
  230. <string>Latitude</string>
  231. </property>
  232. </widget>
  233. </item>
  234. </layout>
  235. </widget>
  236. </item>
  237. <item row="3" column="0">
  238. <widget class="QGroupBox" name="groupBox_5">
  239. <property name="title">
  240. <string>Pressure</string>
  241. </property>
  242. <layout class="QGridLayout" name="gridLayout_9">
  243. <item row="0" column="0">
  244. <widget class="QLabel" name="label_9">
  245. <property name="text">
  246. <string>Cis</string>
  247. </property>
  248. </widget>
  249. </item>
  250. <item row="1" column="0">
  251. <widget class="QLabel" name="label_20">
  252. <property name="text">
  253. <string>SPI</string>
  254. </property>
  255. </widget>
  256. </item>
  257. <item row="0" column="1">
  258. <widget class="QLabel" name="label_pres_cis_1">
  259. <property name="text">
  260. <string>99999.4 Pa</string>
  261. </property>
  262. </widget>
  263. </item>
  264. <item row="1" column="1">
  265. <widget class="QLabel" name="label_pres_i2c_1">
  266. <property name="text">
  267. <string>99355.0 Pa</string>
  268. </property>
  269. </widget>
  270. </item>
  271. </layout>
  272. </widget>
  273. </item>
  274. <item row="1" column="0">
  275. <widget class="QGroupBox" name="groupBox_4">
  276. <property name="title">
  277. <string>IMU-Raw</string>
  278. </property>
  279. <layout class="QGridLayout" name="gridLayout_7">
  280. <item row="1" column="1">
  281. <widget class="QLabel" name="label_GyX">
  282. <property name="text">
  283. <string>0</string>
  284. </property>
  285. </widget>
  286. </item>
  287. <item row="0" column="1">
  288. <widget class="QLabel" name="label_AcX">
  289. <property name="text">
  290. <string>0</string>
  291. </property>
  292. </widget>
  293. </item>
  294. <item row="1" column="3">
  295. <widget class="QLabel" name="label_16">
  296. <property name="text">
  297. <string>GyY:</string>
  298. </property>
  299. </widget>
  300. </item>
  301. <item row="1" column="4">
  302. <widget class="QLabel" name="label_GyY">
  303. <property name="text">
  304. <string>0</string>
  305. </property>
  306. </widget>
  307. </item>
  308. <item row="1" column="0">
  309. <widget class="QLabel" name="label_15">
  310. <property name="text">
  311. <string>GyX:</string>
  312. </property>
  313. </widget>
  314. </item>
  315. <item row="0" column="0">
  316. <widget class="QLabel" name="label_5">
  317. <property name="text">
  318. <string>AcX:</string>
  319. </property>
  320. </widget>
  321. </item>
  322. <item row="0" column="4">
  323. <widget class="QLabel" name="label_AcY">
  324. <property name="text">
  325. <string>0</string>
  326. </property>
  327. </widget>
  328. </item>
  329. <item row="0" column="3">
  330. <widget class="QLabel" name="label_11">
  331. <property name="text">
  332. <string>AcY:</string>
  333. </property>
  334. </widget>
  335. </item>
  336. <item row="1" column="6">
  337. <widget class="QLabel" name="label_GyZ">
  338. <property name="text">
  339. <string>0</string>
  340. </property>
  341. </widget>
  342. </item>
  343. <item row="0" column="6">
  344. <widget class="QLabel" name="label_AcZ">
  345. <property name="text">
  346. <string>0</string>
  347. </property>
  348. </widget>
  349. </item>
  350. <item row="1" column="5">
  351. <widget class="QLabel" name="label_17">
  352. <property name="text">
  353. <string>GyZ:</string>
  354. </property>
  355. </widget>
  356. </item>
  357. <item row="0" column="5">
  358. <widget class="QLabel" name="label_13">
  359. <property name="text">
  360. <string>AcZ:</string>
  361. </property>
  362. </widget>
  363. </item>
  364. <item row="2" column="0">
  365. <widget class="QLabel" name="label_8">
  366. <property name="text">
  367. <string>MaX:</string>
  368. </property>
  369. </widget>
  370. </item>
  371. <item row="2" column="1">
  372. <widget class="QLabel" name="label_MaX">
  373. <property name="text">
  374. <string>0</string>
  375. </property>
  376. </widget>
  377. </item>
  378. <item row="2" column="3">
  379. <widget class="QLabel" name="label_12">
  380. <property name="text">
  381. <string>MaY:</string>
  382. </property>
  383. </widget>
  384. </item>
  385. <item row="2" column="4">
  386. <widget class="QLabel" name="label_MaY">
  387. <property name="text">
  388. <string>0</string>
  389. </property>
  390. </widget>
  391. </item>
  392. <item row="2" column="5">
  393. <widget class="QLabel" name="label_18">
  394. <property name="text">
  395. <string>MaZ:</string>
  396. </property>
  397. </widget>
  398. </item>
  399. <item row="2" column="6">
  400. <widget class="QLabel" name="label_MaZ">
  401. <property name="text">
  402. <string>0</string>
  403. </property>
  404. </widget>
  405. </item>
  406. </layout>
  407. </widget>
  408. </item>
  409. <item row="2" column="0">
  410. <widget class="QGroupBox" name="groupBox_8">
  411. <property name="title">
  412. <string>IMU-Fusion</string>
  413. </property>
  414. <layout class="QGridLayout" name="gridLayout_8">
  415. <item row="2" column="0">
  416. <widget class="QLabel" name="label_30">
  417. <property name="text">
  418. <string>PosX:</string>
  419. </property>
  420. </widget>
  421. </item>
  422. <item row="2" column="1">
  423. <widget class="QLabel" name="label_PosX">
  424. <property name="text">
  425. <string>0</string>
  426. </property>
  427. </widget>
  428. </item>
  429. <item row="2" column="2">
  430. <widget class="QLabel" name="label_34">
  431. <property name="text">
  432. <string>PosY:</string>
  433. </property>
  434. </widget>
  435. </item>
  436. <item row="0" column="5">
  437. <widget class="QLabel" name="label_GaZ">
  438. <property name="text">
  439. <string>0</string>
  440. </property>
  441. </widget>
  442. </item>
  443. <item row="1" column="2">
  444. <widget class="QLabel" name="label_19">
  445. <property name="text">
  446. <string>RotY:</string>
  447. </property>
  448. </widget>
  449. </item>
  450. <item row="1" column="0">
  451. <widget class="QLabel" name="label_23">
  452. <property name="text">
  453. <string>RotX:</string>
  454. </property>
  455. </widget>
  456. </item>
  457. <item row="1" column="5">
  458. <widget class="QLabel" name="label_RotZ">
  459. <property name="text">
  460. <string>0</string>
  461. </property>
  462. </widget>
  463. </item>
  464. <item row="0" column="4">
  465. <widget class="QLabel" name="label_28">
  466. <property name="text">
  467. <string>AcZ:</string>
  468. </property>
  469. </widget>
  470. </item>
  471. <item row="0" column="1">
  472. <widget class="QLabel" name="label_GaX">
  473. <property name="text">
  474. <string>0</string>
  475. </property>
  476. </widget>
  477. </item>
  478. <item row="1" column="4">
  479. <widget class="QLabel" name="label_26">
  480. <property name="text">
  481. <string>RotZ:</string>
  482. </property>
  483. </widget>
  484. </item>
  485. <item row="0" column="0">
  486. <widget class="QLabel" name="label_7">
  487. <property name="text">
  488. <string>AcX:</string>
  489. </property>
  490. </widget>
  491. </item>
  492. <item row="1" column="3">
  493. <widget class="QLabel" name="label_RotY">
  494. <property name="text">
  495. <string>0</string>
  496. </property>
  497. </widget>
  498. </item>
  499. <item row="0" column="3">
  500. <widget class="QLabel" name="label_GaY">
  501. <property name="text">
  502. <string>0</string>
  503. </property>
  504. </widget>
  505. </item>
  506. <item row="1" column="1">
  507. <widget class="QLabel" name="label_RotX">
  508. <property name="text">
  509. <string>0</string>
  510. </property>
  511. </widget>
  512. </item>
  513. <item row="0" column="2">
  514. <widget class="QLabel" name="label_14">
  515. <property name="text">
  516. <string>AcY:</string>
  517. </property>
  518. </widget>
  519. </item>
  520. <item row="2" column="4">
  521. <widget class="QLabel" name="label_36">
  522. <property name="text">
  523. <string>PosZ:</string>
  524. </property>
  525. </widget>
  526. </item>
  527. <item row="2" column="3">
  528. <widget class="QLabel" name="label_PosY">
  529. <property name="text">
  530. <string>0</string>
  531. </property>
  532. </widget>
  533. </item>
  534. <item row="2" column="5">
  535. <widget class="QLabel" name="label_PosZ">
  536. <property name="text">
  537. <string>0</string>
  538. </property>
  539. </widget>
  540. </item>
  541. </layout>
  542. </widget>
  543. </item>
  544. <item row="4" column="0">
  545. <widget class="QGroupBox" name="groupBox_2">
  546. <property name="title">
  547. <string>Temperature</string>
  548. </property>
  549. <layout class="QGridLayout" name="gridLayout_6">
  550. <item row="0" column="0">
  551. <widget class="QLabel" name="label_4">
  552. <property name="text">
  553. <string>ADC</string>
  554. </property>
  555. </widget>
  556. </item>
  557. <item row="2" column="1">
  558. <widget class="QLabel" name="label_temp_mpu_1">
  559. <property name="text">
  560. <string>39.20 °C</string>
  561. </property>
  562. </widget>
  563. </item>
  564. <item row="1" column="1">
  565. <widget class="QLabel" name="label_temp_cis_1">
  566. <property name="text">
  567. <string>36.43 °C</string>
  568. </property>
  569. </widget>
  570. </item>
  571. <item row="2" column="0">
  572. <widget class="QLabel" name="label_24">
  573. <property name="text">
  574. <string>MPU</string>
  575. </property>
  576. </widget>
  577. </item>
  578. <item row="0" column="1">
  579. <widget class="QLabel" name="label_temp_adc_1">
  580. <property name="text">
  581. <string>20.21 °C</string>
  582. </property>
  583. </widget>
  584. </item>
  585. <item row="1" column="0">
  586. <widget class="QLabel" name="label_22">
  587. <property name="text">
  588. <string>Cis</string>
  589. </property>
  590. </widget>
  591. </item>
  592. <item row="3" column="0">
  593. <widget class="QLabel" name="label_37">
  594. <property name="text">
  595. <string>Mag</string>
  596. </property>
  597. </widget>
  598. </item>
  599. <item row="3" column="1">
  600. <widget class="QLabel" name="label_temp_mag_1">
  601. <property name="text">
  602. <string>36.01 °C</string>
  603. </property>
  604. </widget>
  605. </item>
  606. </layout>
  607. </widget>
  608. </item>
  609. <item row="5" column="0">
  610. <widget class="QGroupBox" name="groupBox_7">
  611. <property name="title">
  612. <string>GPS</string>
  613. </property>
  614. <layout class="QGridLayout" name="gridLayout_12">
  615. <item row="1" column="0">
  616. <widget class="QLabel" name="label_35">
  617. <property name="text">
  618. <string>Hdop</string>
  619. </property>
  620. </widget>
  621. </item>
  622. <item row="1" column="1">
  623. <widget class="QLabel" name="label_hdop_1">
  624. <property name="text">
  625. <string>0</string>
  626. </property>
  627. </widget>
  628. </item>
  629. <item row="0" column="0">
  630. <widget class="QLabel" name="label_31">
  631. <property name="text">
  632. <string>Time</string>
  633. </property>
  634. </widget>
  635. </item>
  636. <item row="0" column="1">
  637. <widget class="QLabel" name="label_time_1">
  638. <property name="text">
  639. <string>12:00</string>
  640. </property>
  641. </widget>
  642. </item>
  643. </layout>
  644. </widget>
  645. </item>
  646. </layout>
  647. </widget>
  648. </widget>
  649. </item>
  650. <item>
  651. <spacer name="verticalSpacer">
  652. <property name="orientation">
  653. <enum>Qt::Vertical</enum>
  654. </property>
  655. <property name="sizeType">
  656. <enum>QSizePolicy::Expanding</enum>
  657. </property>
  658. <property name="sizeHint" stdset="0">
  659. <size>
  660. <width>20</width>
  661. <height>40</height>
  662. </size>
  663. </property>
  664. </spacer>
  665. </item>
  666. <item>
  667. <widget class="QProgressBar" name="progressBar_reset">
  668. <property name="sizePolicy">
  669. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  670. <horstretch>0</horstretch>
  671. <verstretch>0</verstretch>
  672. </sizepolicy>
  673. </property>
  674. <property name="value">
  675. <number>0</number>
  676. </property>
  677. <property name="textVisible">
  678. <bool>false</bool>
  679. </property>
  680. </widget>
  681. </item>
  682. <item>
  683. <widget class="QPushButton" name="pushButton_reset">
  684. <property name="sizePolicy">
  685. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  686. <horstretch>0</horstretch>
  687. <verstretch>0</verstretch>
  688. </sizepolicy>
  689. </property>
  690. <property name="text">
  691. <string>Restart</string>
  692. </property>
  693. </widget>
  694. </item>
  695. </layout>
  696. </item>
  697. </layout>
  698. </item>
  699. <item row="0" column="0">
  700. <widget class="QTabWidget" name="tabWidget">
  701. <property name="currentIndex">
  702. <number>2</number>
  703. </property>
  704. <widget class="QWidget" name="tab">
  705. <attribute name="title">
  706. <string>3D View</string>
  707. </attribute>
  708. <layout class="QGridLayout" name="gridLayout_4">
  709. <item row="0" column="0">
  710. <widget class="QOpenGLWidget" name="openGLWidget">
  711. <property name="sizePolicy">
  712. <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
  713. <horstretch>0</horstretch>
  714. <verstretch>0</verstretch>
  715. </sizepolicy>
  716. </property>
  717. <property name="mouseTracking">
  718. <bool>false</bool>
  719. </property>
  720. </widget>
  721. </item>
  722. </layout>
  723. </widget>
  724. <widget class="QWidget" name="tab_3">
  725. <attribute name="title">
  726. <string>Orthogonal View</string>
  727. </attribute>
  728. <layout class="QGridLayout" name="gridLayout_3">
  729. <item row="0" column="0">
  730. <widget class="QOpenGLWidget" name="openGLWidgetQuad"/>
  731. </item>
  732. </layout>
  733. </widget>
  734. <widget class="QWidget" name="tab_2">
  735. <attribute name="title">
  736. <string>Raw data</string>
  737. </attribute>
  738. <layout class="QGridLayout" name="gridLayout_10">
  739. <item row="2" column="0">
  740. <widget class="QScrollArea" name="scrollArea">
  741. <property name="widgetResizable">
  742. <bool>true</bool>
  743. </property>
  744. <widget class="QWidget" name="scrollAreaWidgetContents">
  745. <property name="geometry">
  746. <rect>
  747. <x>0</x>
  748. <y>0</y>
  749. <width>624</width>
  750. <height>947</height>
  751. </rect>
  752. </property>
  753. <layout class="QGridLayout" name="gridLayout_14">
  754. <item row="0" column="0">
  755. <widget class="QLabel" name="labelTestData">
  756. <property name="text">
  757. <string>Test Data</string>
  758. </property>
  759. </widget>
  760. </item>
  761. </layout>
  762. </widget>
  763. </widget>
  764. </item>
  765. </layout>
  766. </widget>
  767. </widget>
  768. </item>
  769. </layout>
  770. </widget>
  771. <widget class="QMenuBar" name="menubar">
  772. <property name="geometry">
  773. <rect>
  774. <x>0</x>
  775. <y>0</y>
  776. <width>1337</width>
  777. <height>26</height>
  778. </rect>
  779. </property>
  780. <widget class="QMenu" name="menuFile">
  781. <property name="title">
  782. <string>File</string>
  783. </property>
  784. <addaction name="actionSave"/>
  785. <addaction name="actionSettings"/>
  786. <addaction name="actionClose"/>
  787. </widget>
  788. <widget class="QMenu" name="menuCamera_Settings">
  789. <property name="title">
  790. <string>Camera Settings</string>
  791. </property>
  792. <addaction name="actionFollow"/>
  793. </widget>
  794. <addaction name="menuFile"/>
  795. <addaction name="menuCamera_Settings"/>
  796. </widget>
  797. <widget class="QStatusBar" name="statusbar"/>
  798. <action name="actionClose">
  799. <property name="text">
  800. <string>Close</string>
  801. </property>
  802. </action>
  803. <action name="actionFollow">
  804. <property name="checkable">
  805. <bool>true</bool>
  806. </property>
  807. <property name="checked">
  808. <bool>true</bool>
  809. </property>
  810. <property name="text">
  811. <string>Follow</string>
  812. </property>
  813. </action>
  814. <action name="actionReset">
  815. <property name="text">
  816. <string>Reset</string>
  817. </property>
  818. </action>
  819. <action name="actionSave">
  820. <property name="text">
  821. <string>Save</string>
  822. </property>
  823. </action>
  824. <action name="actionSettings">
  825. <property name="text">
  826. <string>Settings</string>
  827. </property>
  828. </action>
  829. </widget>
  830. <resources/>
  831. <connections/>
  832. </ui>