ImageLabeler.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ImageLabelerGui</class>
  4. <widget class="QMainWindow" name="ImageLabelerGui">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>593</height>
  11. </rect>
  12. </property>
  13. <property name="focusPolicy">
  14. <enum>Qt::StrongFocus</enum>
  15. </property>
  16. <property name="windowTitle">
  17. <string>ImageLabeler</string>
  18. </property>
  19. <widget class="QWidget" name="central_widget_">
  20. <layout class="QHBoxLayout" name="layout_main_" stretch="1,1,0">
  21. <item>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QFrame" name="frame_toolbox_">
  25. <property name="frameShape">
  26. <enum>QFrame::StyledPanel</enum>
  27. </property>
  28. <property name="frameShadow">
  29. <enum>QFrame::Raised</enum>
  30. </property>
  31. <layout class="QVBoxLayout" name="layout_toolbox_">
  32. <item>
  33. <widget class="QLabel" name="label_toolbox_">
  34. <property name="text">
  35. <string>Tool Box</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QWidget" name="tool_box" native="true">
  41. <property name="minimumSize">
  42. <size>
  43. <width>0</width>
  44. <height>45</height>
  45. </size>
  46. </property>
  47. <widget class="QPushButton" name="button_bound_box_tool_">
  48. <property name="enabled">
  49. <bool>false</bool>
  50. </property>
  51. <property name="geometry">
  52. <rect>
  53. <x>0</x>
  54. <y>1</y>
  55. <width>40</width>
  56. <height>40</height>
  57. </rect>
  58. </property>
  59. <property name="minimumSize">
  60. <size>
  61. <width>40</width>
  62. <height>40</height>
  63. </size>
  64. </property>
  65. <property name="maximumSize">
  66. <size>
  67. <width>40</width>
  68. <height>40</height>
  69. </size>
  70. </property>
  71. <property name="focusPolicy">
  72. <enum>Qt::StrongFocus</enum>
  73. </property>
  74. <property name="acceptDrops">
  75. <bool>true</bool>
  76. </property>
  77. <property name="text">
  78. <string/>
  79. </property>
  80. <property name="icon">
  81. <iconset resource="res.qrc">
  82. <normaloff>:/icon/icons/bbox.gif</normaloff>:/icon/icons/bbox.gif</iconset>
  83. </property>
  84. <property name="iconSize">
  85. <size>
  86. <width>32</width>
  87. <height>32</height>
  88. </size>
  89. </property>
  90. <property name="checkable">
  91. <bool>true</bool>
  92. </property>
  93. <property name="checked">
  94. <bool>false</bool>
  95. </property>
  96. <property name="autoExclusive">
  97. <bool>true</bool>
  98. </property>
  99. </widget>
  100. <widget class="QPushButton" name="button_polygon_tool_">
  101. <property name="enabled">
  102. <bool>false</bool>
  103. </property>
  104. <property name="geometry">
  105. <rect>
  106. <x>45</x>
  107. <y>1</y>
  108. <width>40</width>
  109. <height>40</height>
  110. </rect>
  111. </property>
  112. <property name="minimumSize">
  113. <size>
  114. <width>40</width>
  115. <height>40</height>
  116. </size>
  117. </property>
  118. <property name="maximumSize">
  119. <size>
  120. <width>40</width>
  121. <height>40</height>
  122. </size>
  123. </property>
  124. <property name="text">
  125. <string/>
  126. </property>
  127. <property name="icon">
  128. <iconset resource="res.qrc">
  129. <normaloff>:/icon/icons/poly.gif</normaloff>:/icon/icons/poly.gif</iconset>
  130. </property>
  131. <property name="iconSize">
  132. <size>
  133. <width>32</width>
  134. <height>32</height>
  135. </size>
  136. </property>
  137. <property name="checkable">
  138. <bool>true</bool>
  139. </property>
  140. <property name="checked">
  141. <bool>false</bool>
  142. </property>
  143. <property name="autoExclusive">
  144. <bool>true</bool>
  145. </property>
  146. </widget>
  147. <widget class="QPushButton" name="button_tagging_tool_">
  148. <property name="enabled">
  149. <bool>false</bool>
  150. </property>
  151. <property name="geometry">
  152. <rect>
  153. <x>91</x>
  154. <y>1</y>
  155. <width>40</width>
  156. <height>40</height>
  157. </rect>
  158. </property>
  159. <property name="minimumSize">
  160. <size>
  161. <width>40</width>
  162. <height>40</height>
  163. </size>
  164. </property>
  165. <property name="maximumSize">
  166. <size>
  167. <width>40</width>
  168. <height>40</height>
  169. </size>
  170. </property>
  171. <property name="text">
  172. <string/>
  173. </property>
  174. <property name="icon">
  175. <iconset resource="res.qrc">
  176. <normaloff>:/icon/icons/tag.gif</normaloff>:/icon/icons/tag.gif</iconset>
  177. </property>
  178. <property name="iconSize">
  179. <size>
  180. <width>32</width>
  181. <height>32</height>
  182. </size>
  183. </property>
  184. <property name="autoExclusive">
  185. <bool>true</bool>
  186. </property>
  187. </widget>
  188. <widget class="QPushButton" name="button_clear_selection_tool_">
  189. <property name="enabled">
  190. <bool>false</bool>
  191. </property>
  192. <property name="geometry">
  193. <rect>
  194. <x>136</x>
  195. <y>1</y>
  196. <width>40</width>
  197. <height>40</height>
  198. </rect>
  199. </property>
  200. <property name="minimumSize">
  201. <size>
  202. <width>40</width>
  203. <height>40</height>
  204. </size>
  205. </property>
  206. <property name="maximumSize">
  207. <size>
  208. <width>40</width>
  209. <height>40</height>
  210. </size>
  211. </property>
  212. <property name="text">
  213. <string/>
  214. </property>
  215. <property name="icon">
  216. <iconset resource="res.qrc">
  217. <normaloff>:/icon/icons/clear.gif</normaloff>:/icon/icons/clear.gif</iconset>
  218. </property>
  219. <property name="iconSize">
  220. <size>
  221. <width>32</width>
  222. <height>32</height>
  223. </size>
  224. </property>
  225. <property name="autoExclusive">
  226. <bool>true</bool>
  227. </property>
  228. </widget>
  229. </widget>
  230. </item>
  231. <item>
  232. <widget class="QPushButton" name="button_delete_all_labels_">
  233. <property name="enabled">
  234. <bool>false</bool>
  235. </property>
  236. <property name="text">
  237. <string>Delete all labels</string>
  238. </property>
  239. </widget>
  240. </item>
  241. <item>
  242. <spacer name="verticalSpacer_3">
  243. <property name="orientation">
  244. <enum>Qt::Vertical</enum>
  245. </property>
  246. <property name="sizeType">
  247. <enum>QSizePolicy::Fixed</enum>
  248. </property>
  249. <property name="sizeHint" stdset="0">
  250. <size>
  251. <width>20</width>
  252. <height>10</height>
  253. </size>
  254. </property>
  255. </spacer>
  256. </item>
  257. <item>
  258. <widget class="QPushButton" name="button_generate_colors_">
  259. <property name="enabled">
  260. <bool>false</bool>
  261. </property>
  262. <property name="text">
  263. <string>Generate label colors</string>
  264. </property>
  265. </widget>
  266. </item>
  267. </layout>
  268. </widget>
  269. </item>
  270. <item>
  271. <widget class="QWidget" name="images_toolbox_" native="true">
  272. <property name="minimumSize">
  273. <size>
  274. <width>0</width>
  275. <height>50</height>
  276. </size>
  277. </property>
  278. <widget class="QPushButton" name="button_add_image_">
  279. <property name="geometry">
  280. <rect>
  281. <x>10</x>
  282. <y>20</y>
  283. <width>30</width>
  284. <height>30</height>
  285. </rect>
  286. </property>
  287. <property name="minimumSize">
  288. <size>
  289. <width>30</width>
  290. <height>30</height>
  291. </size>
  292. </property>
  293. <property name="maximumSize">
  294. <size>
  295. <width>30</width>
  296. <height>30</height>
  297. </size>
  298. </property>
  299. <property name="text">
  300. <string/>
  301. </property>
  302. <property name="icon">
  303. <iconset resource="res.qrc">
  304. <normaloff>:/icon/icons/add.gif</normaloff>:/icon/icons/add.gif</iconset>
  305. </property>
  306. </widget>
  307. <widget class="QPushButton" name="button_remove_image_">
  308. <property name="enabled">
  309. <bool>false</bool>
  310. </property>
  311. <property name="geometry">
  312. <rect>
  313. <x>40</x>
  314. <y>20</y>
  315. <width>30</width>
  316. <height>30</height>
  317. </rect>
  318. </property>
  319. <property name="minimumSize">
  320. <size>
  321. <width>30</width>
  322. <height>30</height>
  323. </size>
  324. </property>
  325. <property name="maximumSize">
  326. <size>
  327. <width>30</width>
  328. <height>30</height>
  329. </size>
  330. </property>
  331. <property name="text">
  332. <string/>
  333. </property>
  334. <property name="icon">
  335. <iconset>
  336. <normalon>:/icon/icons/remove.gif</normalon>
  337. </iconset>
  338. </property>
  339. </widget>
  340. <widget class="QLabel" name="label_list_images_">
  341. <property name="geometry">
  342. <rect>
  343. <x>13</x>
  344. <y>3</y>
  345. <width>200</width>
  346. <height>15</height>
  347. </rect>
  348. </property>
  349. <property name="text">
  350. <string>Images</string>
  351. </property>
  352. </widget>
  353. </widget>
  354. </item>
  355. <item>
  356. <widget class="QListWidget" name="list_images_widget_">
  357. <property name="maximumSize">
  358. <size>
  359. <width>200</width>
  360. <height>16777215</height>
  361. </size>
  362. </property>
  363. </widget>
  364. </item>
  365. <item>
  366. <widget class="QPushButton" name="button_confirm_selection_">
  367. <property name="enabled">
  368. <bool>false</bool>
  369. </property>
  370. <property name="text">
  371. <string>Confirm selection</string>
  372. </property>
  373. </widget>
  374. </item>
  375. </layout>
  376. </item>
  377. <item>
  378. <layout class="QVBoxLayout" name="layout_center_">
  379. <item>
  380. <widget class="QFrame" name="frame_center_">
  381. <property name="frameShape">
  382. <enum>QFrame::StyledPanel</enum>
  383. </property>
  384. <property name="frameShadow">
  385. <enum>QFrame::Raised</enum>
  386. </property>
  387. <layout class="QVBoxLayout" name="layout_frame_image_">
  388. <property name="margin">
  389. <number>0</number>
  390. </property>
  391. <item>
  392. <widget class="QScrollArea" name="frame_image_">
  393. <property name="lineWidth">
  394. <number>0</number>
  395. </property>
  396. <property name="widgetResizable">
  397. <bool>false</bool>
  398. </property>
  399. <property name="alignment">
  400. <set>Qt::AlignCenter</set>
  401. </property>
  402. <widget class="QWidget" name="scrollAreaWidgetContents">
  403. <property name="geometry">
  404. <rect>
  405. <x>14</x>
  406. <y>5</y>
  407. <width>250</width>
  408. <height>501</height>
  409. </rect>
  410. </property>
  411. </widget>
  412. </widget>
  413. </item>
  414. <item>
  415. <layout class="QHBoxLayout" name="layout_center_buttons_">
  416. <item>
  417. <widget class="QPushButton" name="button_prev_image_">
  418. <property name="text">
  419. <string>←</string>
  420. </property>
  421. <property name="autoRepeat">
  422. <bool>true</bool>
  423. </property>
  424. </widget>
  425. </item>
  426. <item>
  427. <widget class="QPushButton" name="button_next_image_">
  428. <property name="text">
  429. <string>→</string>
  430. </property>
  431. <property name="autoRepeat">
  432. <bool>true</bool>
  433. </property>
  434. </widget>
  435. </item>
  436. </layout>
  437. </item>
  438. </layout>
  439. </widget>
  440. </item>
  441. </layout>
  442. </item>
  443. <item>
  444. <layout class="QVBoxLayout" name="layout_right_">
  445. <item>
  446. <widget class="QFrame" name="frame_labelbox_">
  447. <property name="maximumSize">
  448. <size>
  449. <width>200</width>
  450. <height>16777215</height>
  451. </size>
  452. </property>
  453. <property name="frameShape">
  454. <enum>QFrame::StyledPanel</enum>
  455. </property>
  456. <property name="frameShadow">
  457. <enum>QFrame::Raised</enum>
  458. </property>
  459. <layout class="QVBoxLayout" name="layout_labelbox_">
  460. <item>
  461. <widget class="QWidget" name="widget" native="true">
  462. <property name="minimumSize">
  463. <size>
  464. <width>0</width>
  465. <height>50</height>
  466. </size>
  467. </property>
  468. <widget class="QLabel" name="label_list_label_">
  469. <property name="geometry">
  470. <rect>
  471. <x>0</x>
  472. <y>0</y>
  473. <width>180</width>
  474. <height>15</height>
  475. </rect>
  476. </property>
  477. <property name="minimumSize">
  478. <size>
  479. <width>0</width>
  480. <height>0</height>
  481. </size>
  482. </property>
  483. <property name="text">
  484. <string>Classes</string>
  485. </property>
  486. </widget>
  487. <widget class="QPushButton" name="button_remove_label_">
  488. <property name="enabled">
  489. <bool>false</bool>
  490. </property>
  491. <property name="geometry">
  492. <rect>
  493. <x>30</x>
  494. <y>18</y>
  495. <width>30</width>
  496. <height>30</height>
  497. </rect>
  498. </property>
  499. <property name="minimumSize">
  500. <size>
  501. <width>30</width>
  502. <height>30</height>
  503. </size>
  504. </property>
  505. <property name="maximumSize">
  506. <size>
  507. <width>30</width>
  508. <height>29</height>
  509. </size>
  510. </property>
  511. <property name="text">
  512. <string/>
  513. </property>
  514. <property name="icon">
  515. <iconset>
  516. <normalon>:/icon/icons/remove.gif</normalon>
  517. </iconset>
  518. </property>
  519. </widget>
  520. <widget class="QPushButton" name="button_add_label_">
  521. <property name="enabled">
  522. <bool>false</bool>
  523. </property>
  524. <property name="geometry">
  525. <rect>
  526. <x>0</x>
  527. <y>18</y>
  528. <width>30</width>
  529. <height>30</height>
  530. </rect>
  531. </property>
  532. <property name="minimumSize">
  533. <size>
  534. <width>30</width>
  535. <height>30</height>
  536. </size>
  537. </property>
  538. <property name="maximumSize">
  539. <size>
  540. <width>30</width>
  541. <height>30</height>
  542. </size>
  543. </property>
  544. <property name="text">
  545. <string/>
  546. </property>
  547. <property name="icon">
  548. <iconset resource="res.qrc">
  549. <normaloff>:/icon/icons/add.gif</normaloff>:/icon/icons/add.gif</iconset>
  550. </property>
  551. </widget>
  552. </widget>
  553. </item>
  554. <item>
  555. <widget class="QListWidget" name="list_label_"/>
  556. </item>
  557. <item>
  558. <widget class="QWidget" name="widget_2" native="true">
  559. <property name="minimumSize">
  560. <size>
  561. <width>0</width>
  562. <height>50</height>
  563. </size>
  564. </property>
  565. <widget class="QLabel" name="label_list_areas_">
  566. <property name="geometry">
  567. <rect>
  568. <x>0</x>
  569. <y>0</y>
  570. <width>180</width>
  571. <height>15</height>
  572. </rect>
  573. </property>
  574. <property name="text">
  575. <string>Objects</string>
  576. </property>
  577. </widget>
  578. <widget class="QPushButton" name="button_delete_area_">
  579. <property name="enabled">
  580. <bool>false</bool>
  581. </property>
  582. <property name="geometry">
  583. <rect>
  584. <x>60</x>
  585. <y>20</y>
  586. <width>30</width>
  587. <height>30</height>
  588. </rect>
  589. </property>
  590. <property name="minimumSize">
  591. <size>
  592. <width>30</width>
  593. <height>30</height>
  594. </size>
  595. </property>
  596. <property name="maximumSize">
  597. <size>
  598. <width>30</width>
  599. <height>30</height>
  600. </size>
  601. </property>
  602. <property name="text">
  603. <string/>
  604. </property>
  605. <property name="icon">
  606. <iconset>
  607. <normaloff>../../../src/projects/imagelabeler/ui/icons/remove.gif</normaloff>
  608. <normalon>:/icon/icons/remove.gif</normalon>../../../src/projects/imagelabeler/ui/icons/remove.gif</iconset>
  609. </property>
  610. </widget>
  611. <widget class="QPushButton" name="button_change_area_">
  612. <property name="enabled">
  613. <bool>false</bool>
  614. </property>
  615. <property name="geometry">
  616. <rect>
  617. <x>0</x>
  618. <y>20</y>
  619. <width>30</width>
  620. <height>30</height>
  621. </rect>
  622. </property>
  623. <property name="minimumSize">
  624. <size>
  625. <width>30</width>
  626. <height>30</height>
  627. </size>
  628. </property>
  629. <property name="maximumSize">
  630. <size>
  631. <width>30</width>
  632. <height>30</height>
  633. </size>
  634. </property>
  635. <property name="text">
  636. <string/>
  637. </property>
  638. <property name="icon">
  639. <iconset>
  640. <normalon>:/icon/icons/modify.gif</normalon>
  641. </iconset>
  642. </property>
  643. </widget>
  644. <widget class="QPushButton" name="button_change_area_text_">
  645. <property name="enabled">
  646. <bool>false</bool>
  647. </property>
  648. <property name="geometry">
  649. <rect>
  650. <x>30</x>
  651. <y>20</y>
  652. <width>30</width>
  653. <height>30</height>
  654. </rect>
  655. </property>
  656. <property name="minimumSize">
  657. <size>
  658. <width>30</width>
  659. <height>30</height>
  660. </size>
  661. </property>
  662. <property name="maximumSize">
  663. <size>
  664. <width>30</width>
  665. <height>30</height>
  666. </size>
  667. </property>
  668. <property name="text">
  669. <string/>
  670. </property>
  671. <property name="icon">
  672. <iconset>
  673. <normalon>:/icon/icons/text.gif</normalon>
  674. </iconset>
  675. </property>
  676. </widget>
  677. </widget>
  678. </item>
  679. <item>
  680. <widget class="QListWidget" name="list_areas_"/>
  681. </item>
  682. </layout>
  683. </widget>
  684. </item>
  685. </layout>
  686. </item>
  687. </layout>
  688. </widget>
  689. <widget class="QMenuBar" name="menu_bar_">
  690. <property name="geometry">
  691. <rect>
  692. <x>0</x>
  693. <y>0</y>
  694. <width>800</width>
  695. <height>23</height>
  696. </rect>
  697. </property>
  698. <widget class="QMenu" name="menu_file_">
  699. <property name="title">
  700. <string>&amp;File</string>
  701. </property>
  702. <widget class="QMenu" name="menu_load_">
  703. <property name="title">
  704. <string>&amp;Load</string>
  705. </property>
  706. <addaction name="action_open_image_"/>
  707. <addaction name="action_open_images_"/>
  708. <addaction name="action_open_labeled_image_"/>
  709. <addaction name="action_load_legend_"/>
  710. </widget>
  711. <widget class="QMenu" name="menu_save_">
  712. <property name="title">
  713. <string>&amp;Save</string>
  714. </property>
  715. <addaction name="action_save_segmented_"/>
  716. <addaction name="action_save_legend_"/>
  717. <addaction name="action_save_all_"/>
  718. </widget>
  719. <widget class="QMenu" name="menu_pascal_">
  720. <property name="title">
  721. <string>&amp;Pascal</string>
  722. </property>
  723. <addaction name="action_load_pascal_file_"/>
  724. <addaction name="action_load_pascal_poly_"/>
  725. </widget>
  726. <addaction name="menu_load_"/>
  727. <addaction name="menu_save_"/>
  728. <addaction name="menu_pascal_"/>
  729. <addaction name="separator"/>
  730. <addaction name="action_quit_"/>
  731. </widget>
  732. <widget class="QMenu" name="menu_view_">
  733. <property name="title">
  734. <string>&amp;View</string>
  735. </property>
  736. <addaction name="action_view_normal_"/>
  737. <addaction name="action_view_segmented_"/>
  738. </widget>
  739. <widget class="QMenu" name="menu_edit_">
  740. <property name="title">
  741. <string>&amp;Edit</string>
  742. </property>
  743. <addaction name="action_undo_"/>
  744. <addaction name="action_redo_"/>
  745. <addaction name="separator"/>
  746. <addaction name="action_bound_box_tool_"/>
  747. <addaction name="action_polygon_tool_"/>
  748. <addaction name="action_tagging_tool_"/>
  749. <addaction name="separator"/>
  750. <addaction name="action_add_description_"/>
  751. <addaction name="action_options_"/>
  752. </widget>
  753. <widget class="QMenu" name="menu_help_">
  754. <property name="title">
  755. <string>&amp;Help</string>
  756. </property>
  757. <addaction name="action_help_content_"/>
  758. <addaction name="action_about_"/>
  759. </widget>
  760. <addaction name="menu_file_"/>
  761. <addaction name="menu_view_"/>
  762. <addaction name="menu_edit_"/>
  763. <addaction name="menu_help_"/>
  764. </widget>
  765. <action name="action_quit_">
  766. <property name="text">
  767. <string>&amp;Quit</string>
  768. </property>
  769. </action>
  770. <action name="action_view_normal_">
  771. <property name="text">
  772. <string>&amp;Normal</string>
  773. </property>
  774. </action>
  775. <action name="action_view_segmented_">
  776. <property name="text">
  777. <string>&amp;Segmented</string>
  778. </property>
  779. </action>
  780. <action name="action_open_image_">
  781. <property name="text">
  782. <string>Load image</string>
  783. </property>
  784. </action>
  785. <action name="action_open_images_">
  786. <property name="text">
  787. <string>Load images (recursively)</string>
  788. </property>
  789. </action>
  790. <action name="action_open_labeled_image_">
  791. <property name="text">
  792. <string>Load labeled image</string>
  793. </property>
  794. </action>
  795. <action name="action_load_legend_">
  796. <property name="text">
  797. <string>Load legend</string>
  798. </property>
  799. </action>
  800. <action name="action_save_segmented_">
  801. <property name="text">
  802. <string>Save segmented &amp;picture</string>
  803. </property>
  804. </action>
  805. <action name="action_save_legend_">
  806. <property name="text">
  807. <string>Save &amp;legend</string>
  808. </property>
  809. </action>
  810. <action name="action_save_all_">
  811. <property name="text">
  812. <string>&amp;Save all info</string>
  813. </property>
  814. </action>
  815. <action name="action_load_pascal_file_">
  816. <property name="text">
  817. <string>&amp;Load pascal file</string>
  818. </property>
  819. </action>
  820. <action name="action_load_pascal_poly_">
  821. <property name="text">
  822. <string>&amp;Load poly info</string>
  823. </property>
  824. </action>
  825. <action name="action_help_content_">
  826. <property name="text">
  827. <string>&amp;Help content</string>
  828. </property>
  829. </action>
  830. <action name="action_about_">
  831. <property name="text">
  832. <string>&amp;About</string>
  833. </property>
  834. </action>
  835. <action name="action_undo_">
  836. <property name="text">
  837. <string>&amp;Undo</string>
  838. </property>
  839. </action>
  840. <action name="action_redo_">
  841. <property name="text">
  842. <string>&amp;Redo</string>
  843. </property>
  844. </action>
  845. <action name="action_bound_box_tool_">
  846. <property name="text">
  847. <string>Bounding box tool</string>
  848. </property>
  849. </action>
  850. <action name="action_polygon_tool_">
  851. <property name="text">
  852. <string>&amp;Polygon tool</string>
  853. </property>
  854. </action>
  855. <action name="action_tagging_tool_">
  856. <property name="text">
  857. <string>&amp;Tagging tool</string>
  858. </property>
  859. </action>
  860. <action name="action_add_description_">
  861. <property name="text">
  862. <string>&amp;Add Image Description</string>
  863. </property>
  864. </action>
  865. <action name="action_options_">
  866. <property name="text">
  867. <string>&amp;Options</string>
  868. </property>
  869. </action>
  870. </widget>
  871. <resources>
  872. <include location="res.qrc"/>
  873. </resources>
  874. <connections/>
  875. </ui>