ImageLabeler.ui 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872
  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>
  82. <normaloff>../../../src/projects/imagelabeler/ui/icons/bbox.gif</normaloff>../../../src/projects/imagelabeler/ui/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>
  129. <normaloff>../../../src/projects/imagelabeler/ui/icons/poly.gif</normaloff>../../../src/projects/imagelabeler/ui/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>
  176. <normaloff>../../../src/projects/imagelabeler/ui/icons/tag.gif</normaloff>../../../src/projects/imagelabeler/ui/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>
  217. <normaloff>../../../src/projects/imagelabeler/ui/icons/clear.gif</normaloff>../../../src/projects/imagelabeler/ui/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>
  304. <normaloff>../../../src/projects/imagelabeler/ui/icons/add.gif</normaloff>../../../src/projects/imagelabeler/ui/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>../../../src/projects/imagelabeler/ui/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>../../../src/projects/imagelabeler/ui/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>
  549. <normaloff>../../../src/projects/imagelabeler/ui/icons/add.gif</normaloff>../../../src/projects/imagelabeler/ui/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>../../../src/projects/imagelabeler/ui/icons/remove.gif</iconset>
  608. </property>
  609. </widget>
  610. <widget class="QPushButton" name="button_change_area_">
  611. <property name="enabled">
  612. <bool>false</bool>
  613. </property>
  614. <property name="geometry">
  615. <rect>
  616. <x>0</x>
  617. <y>20</y>
  618. <width>30</width>
  619. <height>30</height>
  620. </rect>
  621. </property>
  622. <property name="minimumSize">
  623. <size>
  624. <width>30</width>
  625. <height>30</height>
  626. </size>
  627. </property>
  628. <property name="maximumSize">
  629. <size>
  630. <width>30</width>
  631. <height>30</height>
  632. </size>
  633. </property>
  634. <property name="text">
  635. <string/>
  636. </property>
  637. <property name="icon">
  638. <iconset>
  639. <normalon>../../../src/projects/imagelabeler/ui/icons/modify.gif</normalon>
  640. </iconset>
  641. </property>
  642. </widget>
  643. <widget class="QPushButton" name="button_change_area_text_">
  644. <property name="enabled">
  645. <bool>false</bool>
  646. </property>
  647. <property name="geometry">
  648. <rect>
  649. <x>30</x>
  650. <y>20</y>
  651. <width>30</width>
  652. <height>30</height>
  653. </rect>
  654. </property>
  655. <property name="minimumSize">
  656. <size>
  657. <width>30</width>
  658. <height>30</height>
  659. </size>
  660. </property>
  661. <property name="maximumSize">
  662. <size>
  663. <width>30</width>
  664. <height>30</height>
  665. </size>
  666. </property>
  667. <property name="text">
  668. <string/>
  669. </property>
  670. <property name="icon">
  671. <iconset>
  672. <normalon>../../../src/projects/imagelabeler/ui/icons/text.gif</normalon>
  673. </iconset>
  674. </property>
  675. </widget>
  676. </widget>
  677. </item>
  678. <item>
  679. <widget class="QListWidget" name="list_areas_"/>
  680. </item>
  681. </layout>
  682. </widget>
  683. </item>
  684. </layout>
  685. </item>
  686. </layout>
  687. </widget>
  688. <widget class="QMenuBar" name="menu_bar_">
  689. <property name="geometry">
  690. <rect>
  691. <x>0</x>
  692. <y>0</y>
  693. <width>800</width>
  694. <height>23</height>
  695. </rect>
  696. </property>
  697. <widget class="QMenu" name="menu_file_">
  698. <property name="title">
  699. <string>&amp;File</string>
  700. </property>
  701. <widget class="QMenu" name="menu_load_">
  702. <property name="title">
  703. <string>&amp;Load</string>
  704. </property>
  705. <addaction name="action_open_image_"/>
  706. <addaction name="action_open_images_"/>
  707. <addaction name="action_open_labeled_image_"/>
  708. <addaction name="action_load_legend_"/>
  709. </widget>
  710. <widget class="QMenu" name="menu_save_">
  711. <property name="title">
  712. <string>&amp;Save</string>
  713. </property>
  714. <addaction name="action_save_segmented_"/>
  715. <addaction name="action_save_legend_"/>
  716. <addaction name="action_save_all_"/>
  717. </widget>
  718. <widget class="QMenu" name="menu_pascal_">
  719. <property name="title">
  720. <string>&amp;Pascal</string>
  721. </property>
  722. <addaction name="action_load_pascal_file_"/>
  723. <addaction name="action_load_pascal_poly_"/>
  724. </widget>
  725. <addaction name="menu_load_"/>
  726. <addaction name="menu_save_"/>
  727. <addaction name="menu_pascal_"/>
  728. <addaction name="separator"/>
  729. <addaction name="action_quit_"/>
  730. </widget>
  731. <widget class="QMenu" name="menu_view_">
  732. <property name="title">
  733. <string>&amp;View</string>
  734. </property>
  735. <addaction name="action_view_normal_"/>
  736. <addaction name="action_view_segmented_"/>
  737. </widget>
  738. <widget class="QMenu" name="menu_edit_">
  739. <property name="title">
  740. <string>&amp;Edit</string>
  741. </property>
  742. <addaction name="action_undo_"/>
  743. <addaction name="action_redo_"/>
  744. <addaction name="separator"/>
  745. <addaction name="action_bound_box_tool_"/>
  746. <addaction name="action_polygon_tool_"/>
  747. <addaction name="action_tagging_tool_"/>
  748. <addaction name="separator"/>
  749. <addaction name="action_add_description_"/>
  750. <addaction name="action_options_"/>
  751. </widget>
  752. <widget class="QMenu" name="menu_help_">
  753. <property name="title">
  754. <string>&amp;Help</string>
  755. </property>
  756. <addaction name="action_help_content_"/>
  757. <addaction name="action_about_"/>
  758. </widget>
  759. <addaction name="menu_file_"/>
  760. <addaction name="menu_view_"/>
  761. <addaction name="menu_edit_"/>
  762. <addaction name="menu_help_"/>
  763. </widget>
  764. <action name="action_quit_">
  765. <property name="text">
  766. <string>&amp;Quit</string>
  767. </property>
  768. </action>
  769. <action name="action_view_normal_">
  770. <property name="text">
  771. <string>&amp;Normal</string>
  772. </property>
  773. </action>
  774. <action name="action_view_segmented_">
  775. <property name="text">
  776. <string>&amp;Segmented</string>
  777. </property>
  778. </action>
  779. <action name="action_open_image_">
  780. <property name="text">
  781. <string>Load image</string>
  782. </property>
  783. </action>
  784. <action name="action_open_images_">
  785. <property name="text">
  786. <string>Load images (recursively)</string>
  787. </property>
  788. </action>
  789. <action name="action_open_labeled_image_">
  790. <property name="text">
  791. <string>Load labeled image</string>
  792. </property>
  793. </action>
  794. <action name="action_load_legend_">
  795. <property name="text">
  796. <string>Load legend</string>
  797. </property>
  798. </action>
  799. <action name="action_save_segmented_">
  800. <property name="text">
  801. <string>Save segmented &amp;picture</string>
  802. </property>
  803. </action>
  804. <action name="action_save_legend_">
  805. <property name="text">
  806. <string>Save &amp;legend</string>
  807. </property>
  808. </action>
  809. <action name="action_save_all_">
  810. <property name="text">
  811. <string>&amp;Save all info</string>
  812. </property>
  813. </action>
  814. <action name="action_load_pascal_file_">
  815. <property name="text">
  816. <string>&amp;Load pascal file</string>
  817. </property>
  818. </action>
  819. <action name="action_load_pascal_poly_">
  820. <property name="text">
  821. <string>&amp;Load poly info</string>
  822. </property>
  823. </action>
  824. <action name="action_help_content_">
  825. <property name="text">
  826. <string>&amp;Help content</string>
  827. </property>
  828. </action>
  829. <action name="action_about_">
  830. <property name="text">
  831. <string>&amp;About</string>
  832. </property>
  833. </action>
  834. <action name="action_undo_">
  835. <property name="text">
  836. <string>&amp;Undo</string>
  837. </property>
  838. </action>
  839. <action name="action_redo_">
  840. <property name="text">
  841. <string>&amp;Redo</string>
  842. </property>
  843. </action>
  844. <action name="action_bound_box_tool_">
  845. <property name="text">
  846. <string>Bounding box tool</string>
  847. </property>
  848. </action>
  849. <action name="action_polygon_tool_">
  850. <property name="text">
  851. <string>&amp;Polygon tool</string>
  852. </property>
  853. </action>
  854. <action name="action_tagging_tool_">
  855. <property name="text">
  856. <string>&amp;Tagging tool</string>
  857. </property>
  858. </action>
  859. <action name="action_add_description_">
  860. <property name="text">
  861. <string>&amp;Add Image Description</string>
  862. </property>
  863. </action>
  864. <action name="action_options_">
  865. <property name="text">
  866. <string>&amp;Options</string>
  867. </property>
  868. </action>
  869. </widget>
  870. <resources/>
  871. <connections/>
  872. </ui>