graphicalSegmentationDlg.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GraphicalSegmentationDlg</class>
  4. <widget class="QDialog" name="GraphicalSegmentationDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>411</width>
  10. <height>26</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Segmentation</string>
  21. </property>
  22. <layout class="QHBoxLayout" name="horizontalLayout_2">
  23. <property name="spacing">
  24. <number>0</number>
  25. </property>
  26. <property name="leftMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <widget class="QFrame" name="buttonsFrame">
  40. <property name="frameShape">
  41. <enum>QFrame::StyledPanel</enum>
  42. </property>
  43. <property name="frameShadow">
  44. <enum>QFrame::Raised</enum>
  45. </property>
  46. <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0,0,0,0,0,0,0,0">
  47. <property name="leftMargin">
  48. <number>0</number>
  49. </property>
  50. <property name="topMargin">
  51. <number>0</number>
  52. </property>
  53. <property name="rightMargin">
  54. <number>0</number>
  55. </property>
  56. <property name="bottomMargin">
  57. <number>0</number>
  58. </property>
  59. <item>
  60. <widget class="QToolButton" name="pauseButton">
  61. <property name="toolTip">
  62. <string>Pause segmentation (Space)</string>
  63. </property>
  64. <property name="statusTip">
  65. <string>Pause segmentation (allow rotation/panning of 3D view)</string>
  66. </property>
  67. <property name="text">
  68. <string>pause</string>
  69. </property>
  70. <property name="icon">
  71. <iconset resource="../icons.qrc">
  72. <normaloff>:/CC/images/smallPause.png</normaloff>:/CC/images/smallPause.png</iconset>
  73. </property>
  74. <property name="checkable">
  75. <bool>true</bool>
  76. </property>
  77. <property name="checked">
  78. <bool>false</bool>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QToolButton" name="loadSaveToolButton">
  84. <property name="toolTip">
  85. <string>Load / save segmentation polyline</string>
  86. </property>
  87. <property name="text">
  88. <string>load/save segmentation polyline</string>
  89. </property>
  90. <property name="icon">
  91. <iconset resource="../icons.qrc">
  92. <normaloff>:/CC/images/dbPolylineSymbol.png</normaloff>:/CC/images/dbPolylineSymbol.png</iconset>
  93. </property>
  94. <property name="popupMode">
  95. <enum>QToolButton::MenuButtonPopup</enum>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QToolButton" name="selectionModelButton">
  101. <property name="toolTip">
  102. <string>Polyline selection mode (Tab)</string>
  103. </property>
  104. <property name="text">
  105. <string>polyline selection</string>
  106. </property>
  107. <property name="icon">
  108. <iconset resource="../icons.qrc">
  109. <normaloff>:/CC/images/smallPolygonSelect.png</normaloff>:/CC/images/smallPolygonSelect.png</iconset>
  110. </property>
  111. <property name="popupMode">
  112. <enum>QToolButton::MenuButtonPopup</enum>
  113. </property>
  114. </widget>
  115. </item>
  116. <item>
  117. <widget class="QToolButton" name="inButton">
  118. <property name="toolTip">
  119. <string>Segment In (I)</string>
  120. </property>
  121. <property name="statusTip">
  122. <string>Segment (keep points inside)</string>
  123. </property>
  124. <property name="text">
  125. <string>in</string>
  126. </property>
  127. <property name="icon">
  128. <iconset resource="../icons.qrc">
  129. <normaloff>:/CC/images/smallSegmentIn.png</normaloff>:/CC/images/smallSegmentIn.png</iconset>
  130. </property>
  131. </widget>
  132. </item>
  133. <item>
  134. <widget class="QToolButton" name="outButton">
  135. <property name="toolTip">
  136. <string>Segment Out (O)</string>
  137. </property>
  138. <property name="statusTip">
  139. <string>Segment (keep points outside)</string>
  140. </property>
  141. <property name="text">
  142. <string>out</string>
  143. </property>
  144. <property name="icon">
  145. <iconset resource="../icons.qrc">
  146. <normaloff>:/CC/images/smallSegmentOut.png</normaloff>:/CC/images/smallSegmentOut.png</iconset>
  147. </property>
  148. </widget>
  149. </item>
  150. <item>
  151. <widget class="QToolButton" name="razButton">
  152. <property name="enabled">
  153. <bool>false</bool>
  154. </property>
  155. <property name="toolTip">
  156. <string>Clear segmentation</string>
  157. </property>
  158. <property name="statusTip">
  159. <string>Clear segmentation</string>
  160. </property>
  161. <property name="text">
  162. <string>raz</string>
  163. </property>
  164. <property name="icon">
  165. <iconset resource="../icons.qrc">
  166. <normaloff>:/CC/images/smallReset.png</normaloff>:/CC/images/smallReset.png</iconset>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <widget class="QToolButton" name="addClassToolButton">
  172. <property name="toolTip">
  173. <string>Set the class of points inside the polyline (C).
  174. The classification SF will be directly updated (and created if needed).</string>
  175. </property>
  176. <property name="statusTip">
  177. <string>Set the class of points inside the polyline (C)</string>
  178. </property>
  179. <property name="icon">
  180. <iconset resource="../icons.qrc">
  181. <normaloff>:/CC/images/hashtag.png</normaloff>:/CC/images/hashtag.png</iconset>
  182. </property>
  183. </widget>
  184. </item>
  185. <item>
  186. <widget class="QToolButton" name="exportSelectionButton">
  187. <property name="toolTip">
  188. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Export selection (E)&lt;/p&gt;&lt;p&gt;Note: the original cloud/mesh is not modified.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  189. </property>
  190. <property name="text">
  191. <string>...</string>
  192. </property>
  193. <property name="icon">
  194. <iconset resource="../icons.qrc">
  195. <normaloff>:/CC/images/exportIcon.png</normaloff>:/CC/images/exportIcon.png</iconset>
  196. </property>
  197. </widget>
  198. </item>
  199. <item>
  200. <widget class="QPushButton" name="optionsButton">
  201. <property name="sizePolicy">
  202. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  203. <horstretch>0</horstretch>
  204. <verstretch>0</verstretch>
  205. </sizepolicy>
  206. </property>
  207. <property name="toolTip">
  208. <string>Segmentation Options</string>
  209. </property>
  210. <property name="text">
  211. <string/>
  212. </property>
  213. <property name="icon">
  214. <iconset>
  215. <normalon>:/CC/images/ccGear.png</normalon>
  216. </iconset>
  217. </property>
  218. </widget>
  219. </item>
  220. <item>
  221. <widget class="QToolButton" name="validButton">
  222. <property name="toolTip">
  223. <string>Confirm segmentation (Enter)</string>
  224. </property>
  225. <property name="statusTip">
  226. <string>Confirm segmentation</string>
  227. </property>
  228. <property name="text">
  229. <string>OK</string>
  230. </property>
  231. <property name="icon">
  232. <iconset resource="../icons.qrc">
  233. <normaloff>:/CC/images/smallValidate.png</normaloff>:/CC/images/smallValidate.png</iconset>
  234. </property>
  235. </widget>
  236. </item>
  237. <item>
  238. <widget class="QToolButton" name="validAndDeleteButton">
  239. <property name="toolTip">
  240. <string>Confirm and delete hidden points (Del)</string>
  241. </property>
  242. <property name="statusTip">
  243. <string>Confirm and delete hidden points</string>
  244. </property>
  245. <property name="icon">
  246. <iconset resource="../icons.qrc">
  247. <normaloff>:/CC/images/smallTrash.png</normaloff>:/CC/images/smallTrash.png</iconset>
  248. </property>
  249. </widget>
  250. </item>
  251. <item>
  252. <widget class="QToolButton" name="cancelButton">
  253. <property name="toolTip">
  254. <string>Cancel (Esc)</string>
  255. </property>
  256. <property name="statusTip">
  257. <string>Cancel segentation</string>
  258. </property>
  259. <property name="text">
  260. <string>Cancel</string>
  261. </property>
  262. <property name="icon">
  263. <iconset resource="../icons.qrc">
  264. <normaloff>:/CC/images/smallCancel.png</normaloff>:/CC/images/smallCancel.png</iconset>
  265. </property>
  266. </widget>
  267. </item>
  268. </layout>
  269. </widget>
  270. </item>
  271. </layout>
  272. <action name="actionSetRectangularSelection">
  273. <property name="icon">
  274. <iconset resource="../icons.qrc">
  275. <normaloff>:/CC/images/smallRectangleSelect.png</normaloff>:/CC/images/smallRectangleSelect.png</iconset>
  276. </property>
  277. <property name="text">
  278. <string>Rectangular selection</string>
  279. </property>
  280. <property name="toolTip">
  281. <string>Activate rectangular selection</string>
  282. </property>
  283. </action>
  284. <action name="actionSetPolylineSelection">
  285. <property name="icon">
  286. <iconset resource="../icons.qrc">
  287. <normaloff>:/CC/images/smallPolygonSelect.png</normaloff>:/CC/images/smallPolygonSelect.png</iconset>
  288. </property>
  289. <property name="text">
  290. <string>Polygonal selection</string>
  291. </property>
  292. <property name="toolTip">
  293. <string>Activate polyline selection</string>
  294. </property>
  295. </action>
  296. <action name="actionUseExistingPolyline">
  297. <property name="icon">
  298. <iconset resource="../icons.qrc">
  299. <normaloff>:/CC/images/dbPolylineSymbol.png</normaloff>:/CC/images/dbPolylineSymbol.png</iconset>
  300. </property>
  301. <property name="text">
  302. <string>Use existing polyline</string>
  303. </property>
  304. <property name="toolTip">
  305. <string>Import polyline from DB for segmentation</string>
  306. </property>
  307. </action>
  308. <action name="actionExportSegmentationPolyline">
  309. <property name="icon">
  310. <iconset resource="../icons.qrc">
  311. <normaloff>:/CC/images/ccSave.png</normaloff>:/CC/images/ccSave.png</iconset>
  312. </property>
  313. <property name="text">
  314. <string>Export segmentation polyline</string>
  315. </property>
  316. <property name="toolTip">
  317. <string>Export segmentation polyline as new entity</string>
  318. </property>
  319. </action>
  320. </widget>
  321. <resources>
  322. <include location="../icons.qrc"/>
  323. <include location="../icons.qrc"/>
  324. </resources>
  325. <connections/>
  326. </ui>