clippingBoxDlg.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ClippingBoxDlg</class>
  4. <widget class="QDialog" name="ClippingBoxDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>258</width>
  10. <height>369</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Clipping Box</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <layout class="QHBoxLayout" name="horizontalLayout_2">
  25. <item>
  26. <widget class="QToolButton" name="showBoxToolButton">
  27. <property name="toolTip">
  28. <string>Show/hide bounding box</string>
  29. </property>
  30. <property name="icon">
  31. <iconset resource="../icons.qrc">
  32. <normaloff>:/CC/images/square.png</normaloff>:/CC/images/square.png</iconset>
  33. </property>
  34. <property name="checkable">
  35. <bool>true</bool>
  36. </property>
  37. <property name="checked">
  38. <bool>true</bool>
  39. </property>
  40. <property name="autoRaise">
  41. <bool>true</bool>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QToolButton" name="showInteractorsToolButton">
  47. <property name="toolTip">
  48. <string>Show/hide interactors</string>
  49. </property>
  50. <property name="icon">
  51. <iconset resource="../icons.qrc">
  52. <normaloff>:/CC/images/interactors.png</normaloff>:/CC/images/interactors.png</iconset>
  53. </property>
  54. <property name="checkable">
  55. <bool>true</bool>
  56. </property>
  57. <property name="checked">
  58. <bool>true</bool>
  59. </property>
  60. <property name="autoRaise">
  61. <bool>true</bool>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <spacer name="horizontalSpacer_9">
  67. <property name="orientation">
  68. <enum>Qt::Horizontal</enum>
  69. </property>
  70. <property name="sizeHint" stdset="0">
  71. <size>
  72. <width>40</width>
  73. <height>20</height>
  74. </size>
  75. </property>
  76. </spacer>
  77. </item>
  78. <item>
  79. <widget class="QToolButton" name="restoreToolButton">
  80. <property name="enabled">
  81. <bool>false</bool>
  82. </property>
  83. <property name="toolTip">
  84. <string>Restore the last clipping box used with this cloud</string>
  85. </property>
  86. <property name="icon">
  87. <iconset resource="../icons.qrc">
  88. <normaloff>:/CC/images/restore.png</normaloff>:/CC/images/restore.png</iconset>
  89. </property>
  90. </widget>
  91. </item>
  92. <item>
  93. <widget class="QToolButton" name="resetButton">
  94. <property name="minimumSize">
  95. <size>
  96. <width>25</width>
  97. <height>25</height>
  98. </size>
  99. </property>
  100. <property name="toolTip">
  101. <string>Reset</string>
  102. </property>
  103. <property name="statusTip">
  104. <string>Reset</string>
  105. </property>
  106. <property name="icon">
  107. <iconset resource="../icons.qrc">
  108. <normaloff>:/CC/images/smallReset.png</normaloff>:/CC/images/smallReset.png</iconset>
  109. </property>
  110. </widget>
  111. </item>
  112. <item>
  113. <widget class="QToolButton" name="closeButton">
  114. <property name="minimumSize">
  115. <size>
  116. <width>25</width>
  117. <height>25</height>
  118. </size>
  119. </property>
  120. <property name="toolTip">
  121. <string>Close</string>
  122. </property>
  123. <property name="statusTip">
  124. <string>Close</string>
  125. </property>
  126. <property name="icon">
  127. <iconset resource="../icons.qrc">
  128. <normaloff>:/CC/images/smallCancel.png</normaloff>:/CC/images/smallCancel.png</iconset>
  129. </property>
  130. </widget>
  131. </item>
  132. </layout>
  133. </item>
  134. <item>
  135. <widget class="QGroupBox" name="thicknessGroupBox">
  136. <property name="sizePolicy">
  137. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  138. <horstretch>0</horstretch>
  139. <verstretch>0</verstretch>
  140. </sizepolicy>
  141. </property>
  142. <property name="title">
  143. <string>Box thickness</string>
  144. </property>
  145. <layout class="QFormLayout" name="formLayout">
  146. <item row="0" column="0">
  147. <widget class="QLabel" name="label_2">
  148. <property name="text">
  149. <string notr="true">X</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item row="0" column="1">
  154. <widget class="QDoubleSpinBox" name="thickXDoubleSpinBox">
  155. <property name="decimals">
  156. <number>8</number>
  157. </property>
  158. <property name="maximum">
  159. <double>1000000000.000000000000000</double>
  160. </property>
  161. </widget>
  162. </item>
  163. <item row="1" column="0">
  164. <widget class="QLabel" name="label_3">
  165. <property name="text">
  166. <string notr="true">Y</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item row="1" column="1">
  171. <widget class="QDoubleSpinBox" name="thickYDoubleSpinBox">
  172. <property name="decimals">
  173. <number>8</number>
  174. </property>
  175. <property name="maximum">
  176. <double>1000000000.000000000000000</double>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="2" column="0">
  181. <widget class="QLabel" name="label_4">
  182. <property name="text">
  183. <string notr="true">Z</string>
  184. </property>
  185. </widget>
  186. </item>
  187. <item row="2" column="1">
  188. <widget class="QDoubleSpinBox" name="thickZDoubleSpinBox">
  189. <property name="decimals">
  190. <number>8</number>
  191. </property>
  192. <property name="maximum">
  193. <double>1000000000.000000000000000</double>
  194. </property>
  195. </widget>
  196. </item>
  197. <item row="3" column="0" colspan="2">
  198. <layout class="QHBoxLayout" name="horizontalLayout_6">
  199. <item>
  200. <spacer name="horizontalSpacer_8">
  201. <property name="orientation">
  202. <enum>Qt::Horizontal</enum>
  203. </property>
  204. <property name="sizeHint" stdset="0">
  205. <size>
  206. <width>40</width>
  207. <height>20</height>
  208. </size>
  209. </property>
  210. </spacer>
  211. </item>
  212. <item>
  213. <widget class="QToolButton" name="editBoxToolButton">
  214. <property name="text">
  215. <string>advanced</string>
  216. </property>
  217. </widget>
  218. </item>
  219. </layout>
  220. </item>
  221. </layout>
  222. </widget>
  223. </item>
  224. <item>
  225. <layout class="QHBoxLayout" name="horizontalLayout_3">
  226. <item>
  227. <spacer name="horizontalSpacer_7">
  228. <property name="orientation">
  229. <enum>Qt::Horizontal</enum>
  230. </property>
  231. <property name="sizeHint" stdset="0">
  232. <size>
  233. <width>40</width>
  234. <height>20</height>
  235. </size>
  236. </property>
  237. </spacer>
  238. </item>
  239. <item>
  240. <widget class="QGroupBox" name="contourGroupBox">
  241. <property name="title">
  242. <string>Envelope/Contour</string>
  243. </property>
  244. <layout class="QHBoxLayout" name="horizontalLayout">
  245. <property name="leftMargin">
  246. <number>4</number>
  247. </property>
  248. <property name="topMargin">
  249. <number>4</number>
  250. </property>
  251. <property name="rightMargin">
  252. <number>4</number>
  253. </property>
  254. <property name="bottomMargin">
  255. <number>4</number>
  256. </property>
  257. <item>
  258. <widget class="QToolButton" name="extractContourToolButton">
  259. <property name="minimumSize">
  260. <size>
  261. <width>25</width>
  262. <height>25</height>
  263. </size>
  264. </property>
  265. <property name="toolTip">
  266. <string>Extracts the envelope (concave hull) or contours as polylines</string>
  267. </property>
  268. <property name="statusTip">
  269. <string>Extracts the envelope (concave hull) or contours as polylines</string>
  270. </property>
  271. <property name="icon">
  272. <iconset resource="../icons.qrc">
  273. <normaloff>:/CC/images/smallPolygonSelect.png</normaloff>:/CC/images/smallPolygonSelect.png</iconset>
  274. </property>
  275. </widget>
  276. </item>
  277. <item>
  278. <widget class="QToolButton" name="removeLastContourToolButton">
  279. <property name="minimumSize">
  280. <size>
  281. <width>25</width>
  282. <height>25</height>
  283. </size>
  284. </property>
  285. <property name="toolTip">
  286. <string>Removes the last extracted envelope or contours</string>
  287. </property>
  288. <property name="statusTip">
  289. <string>Removes the last extracted envelope or contours</string>
  290. </property>
  291. <property name="icon">
  292. <iconset resource="../icons.qrc">
  293. <normaloff>:/CC/images/smallRevert.png</normaloff>:/CC/images/smallRevert.png</iconset>
  294. </property>
  295. </widget>
  296. </item>
  297. </layout>
  298. </widget>
  299. </item>
  300. <item>
  301. <widget class="QGroupBox" name="slicesGroupBox">
  302. <property name="title">
  303. <string>Slices</string>
  304. </property>
  305. <layout class="QHBoxLayout" name="horizontalLayout_5">
  306. <property name="leftMargin">
  307. <number>4</number>
  308. </property>
  309. <property name="topMargin">
  310. <number>4</number>
  311. </property>
  312. <property name="rightMargin">
  313. <number>4</number>
  314. </property>
  315. <property name="bottomMargin">
  316. <number>4</number>
  317. </property>
  318. <item>
  319. <widget class="QToolButton" name="exportButton">
  320. <property name="minimumSize">
  321. <size>
  322. <width>25</width>
  323. <height>25</height>
  324. </size>
  325. </property>
  326. <property name="toolTip">
  327. <string>Export selection as new entities</string>
  328. </property>
  329. <property name="statusTip">
  330. <string>Export selection as new entities</string>
  331. </property>
  332. <property name="icon">
  333. <iconset resource="../icons.qrc">
  334. <normaloff>:/CC/images/ccClippingBoxSingleExport.png</normaloff>:/CC/images/ccClippingBoxSingleExport.png</iconset>
  335. </property>
  336. </widget>
  337. </item>
  338. <item>
  339. <widget class="QToolButton" name="exportMultButton">
  340. <property name="toolTip">
  341. <string>Export multiple slices, envelopes or contours
  342. by repeating the process along one or several dimensions</string>
  343. </property>
  344. <property name="icon">
  345. <iconset resource="../icons.qrc">
  346. <normaloff>:/CC/images/ccClippingBoxMultExport.png</normaloff>:/CC/images/ccClippingBoxMultExport.png</iconset>
  347. </property>
  348. </widget>
  349. </item>
  350. </layout>
  351. </widget>
  352. </item>
  353. <item>
  354. <spacer name="horizontalSpacer_6">
  355. <property name="orientation">
  356. <enum>Qt::Horizontal</enum>
  357. </property>
  358. <property name="sizeHint" stdset="0">
  359. <size>
  360. <width>40</width>
  361. <height>20</height>
  362. </size>
  363. </property>
  364. </spacer>
  365. </item>
  366. </layout>
  367. </item>
  368. <item>
  369. <widget class="QFrame" name="viewButtonsFrame">
  370. <property name="sizePolicy">
  371. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  372. <horstretch>0</horstretch>
  373. <verstretch>0</verstretch>
  374. </sizepolicy>
  375. </property>
  376. <property name="frameShape">
  377. <enum>QFrame::NoFrame</enum>
  378. </property>
  379. <layout class="QHBoxLayout" name="horizontalLayout_8">
  380. <property name="leftMargin">
  381. <number>0</number>
  382. </property>
  383. <property name="topMargin">
  384. <number>0</number>
  385. </property>
  386. <property name="rightMargin">
  387. <number>0</number>
  388. </property>
  389. <property name="bottomMargin">
  390. <number>0</number>
  391. </property>
  392. <item>
  393. <spacer name="horizontalSpacer_4">
  394. <property name="orientation">
  395. <enum>Qt::Horizontal</enum>
  396. </property>
  397. <property name="sizeHint" stdset="0">
  398. <size>
  399. <width>40</width>
  400. <height>20</height>
  401. </size>
  402. </property>
  403. </spacer>
  404. </item>
  405. <item>
  406. <widget class="QToolButton" name="viewLeftToolButton">
  407. <property name="toolTip">
  408. <string>Set 'left' view</string>
  409. </property>
  410. <property name="statusTip">
  411. <string>Set 'left' view</string>
  412. </property>
  413. <property name="icon">
  414. <iconset resource="../icons.qrc">
  415. <normaloff>:/CC/images/ccViewXpos.png</normaloff>:/CC/images/ccViewXpos.png</iconset>
  416. </property>
  417. </widget>
  418. </item>
  419. <item>
  420. <widget class="QToolButton" name="viewRightToolButton">
  421. <property name="toolTip">
  422. <string>Set 'right' view</string>
  423. </property>
  424. <property name="statusTip">
  425. <string>Set 'right' view</string>
  426. </property>
  427. <property name="icon">
  428. <iconset resource="../icons.qrc">
  429. <normaloff>:/CC/images/ccViewXneg.png</normaloff>:/CC/images/ccViewXneg.png</iconset>
  430. </property>
  431. </widget>
  432. </item>
  433. <item>
  434. <widget class="QToolButton" name="viewFrontToolButton">
  435. <property name="toolTip">
  436. <string>Set 'front' view</string>
  437. </property>
  438. <property name="statusTip">
  439. <string>Set 'front' view</string>
  440. </property>
  441. <property name="icon">
  442. <iconset resource="../icons.qrc">
  443. <normaloff>:/CC/images/ccViewYpos.png</normaloff>:/CC/images/ccViewYpos.png</iconset>
  444. </property>
  445. </widget>
  446. </item>
  447. <item>
  448. <widget class="QToolButton" name="viewBackToolButton">
  449. <property name="toolTip">
  450. <string>Set 'back' view</string>
  451. </property>
  452. <property name="statusTip">
  453. <string>Set 'back' view</string>
  454. </property>
  455. <property name="icon">
  456. <iconset resource="../icons.qrc">
  457. <normaloff>:/CC/images/ccViewYneg.png</normaloff>:/CC/images/ccViewYneg.png</iconset>
  458. </property>
  459. </widget>
  460. </item>
  461. <item>
  462. <widget class="QToolButton" name="viewDownToolButton">
  463. <property name="toolTip">
  464. <string>Set 'down' view</string>
  465. </property>
  466. <property name="statusTip">
  467. <string>Set 'down' view</string>
  468. </property>
  469. <property name="icon">
  470. <iconset resource="../icons.qrc">
  471. <normaloff>:/CC/images/ccViewZneg.png</normaloff>:/CC/images/ccViewZneg.png</iconset>
  472. </property>
  473. </widget>
  474. </item>
  475. <item>
  476. <widget class="QToolButton" name="viewUpToolButton">
  477. <property name="toolTip">
  478. <string>Set 'up' view</string>
  479. </property>
  480. <property name="statusTip">
  481. <string>Set 'up' view</string>
  482. </property>
  483. <property name="icon">
  484. <iconset resource="../icons.qrc">
  485. <normaloff>:/CC/images/ccViewZpos.png</normaloff>:/CC/images/ccViewZpos.png</iconset>
  486. </property>
  487. </widget>
  488. </item>
  489. <item>
  490. <spacer name="horizontalSpacer_5">
  491. <property name="orientation">
  492. <enum>Qt::Horizontal</enum>
  493. </property>
  494. <property name="sizeHint" stdset="0">
  495. <size>
  496. <width>40</width>
  497. <height>20</height>
  498. </size>
  499. </property>
  500. </spacer>
  501. </item>
  502. </layout>
  503. </widget>
  504. </item>
  505. <item>
  506. <widget class="QGroupBox" name="groupBox">
  507. <property name="sizePolicy">
  508. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  509. <horstretch>0</horstretch>
  510. <verstretch>0</verstretch>
  511. </sizepolicy>
  512. </property>
  513. <property name="title">
  514. <string>Shift box</string>
  515. </property>
  516. <layout class="QHBoxLayout" name="horizontalLayout_4">
  517. <property name="leftMargin">
  518. <number>4</number>
  519. </property>
  520. <property name="topMargin">
  521. <number>4</number>
  522. </property>
  523. <property name="rightMargin">
  524. <number>4</number>
  525. </property>
  526. <property name="bottomMargin">
  527. <number>4</number>
  528. </property>
  529. <item>
  530. <spacer name="horizontalSpacer_2">
  531. <property name="orientation">
  532. <enum>Qt::Horizontal</enum>
  533. </property>
  534. <property name="sizeHint" stdset="0">
  535. <size>
  536. <width>1</width>
  537. <height>20</height>
  538. </size>
  539. </property>
  540. </spacer>
  541. </item>
  542. <item>
  543. <widget class="QToolButton" name="minusXShiftToolButton">
  544. <property name="sizePolicy">
  545. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  546. <horstretch>0</horstretch>
  547. <verstretch>0</verstretch>
  548. </sizepolicy>
  549. </property>
  550. <property name="minimumSize">
  551. <size>
  552. <width>25</width>
  553. <height>25</height>
  554. </size>
  555. </property>
  556. <property name="toolTip">
  557. <string>Shift box along its X dimension</string>
  558. </property>
  559. <property name="text">
  560. <string notr="true">-X</string>
  561. </property>
  562. </widget>
  563. </item>
  564. <item>
  565. <widget class="QToolButton" name="plusXShiftToolButton">
  566. <property name="sizePolicy">
  567. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  568. <horstretch>0</horstretch>
  569. <verstretch>0</verstretch>
  570. </sizepolicy>
  571. </property>
  572. <property name="minimumSize">
  573. <size>
  574. <width>25</width>
  575. <height>25</height>
  576. </size>
  577. </property>
  578. <property name="toolTip">
  579. <string>Shift box along its X dimension</string>
  580. </property>
  581. <property name="text">
  582. <string notr="true">+X</string>
  583. </property>
  584. </widget>
  585. </item>
  586. <item>
  587. <widget class="QToolButton" name="minusYShiftToolButton">
  588. <property name="sizePolicy">
  589. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  590. <horstretch>0</horstretch>
  591. <verstretch>0</verstretch>
  592. </sizepolicy>
  593. </property>
  594. <property name="minimumSize">
  595. <size>
  596. <width>25</width>
  597. <height>25</height>
  598. </size>
  599. </property>
  600. <property name="toolTip">
  601. <string>Shift box along its Y dimension</string>
  602. </property>
  603. <property name="text">
  604. <string notr="true">-Y</string>
  605. </property>
  606. </widget>
  607. </item>
  608. <item>
  609. <widget class="QToolButton" name="plusYShiftToolButton">
  610. <property name="sizePolicy">
  611. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  612. <horstretch>0</horstretch>
  613. <verstretch>0</verstretch>
  614. </sizepolicy>
  615. </property>
  616. <property name="minimumSize">
  617. <size>
  618. <width>25</width>
  619. <height>25</height>
  620. </size>
  621. </property>
  622. <property name="toolTip">
  623. <string>Shift box along its Y dimension</string>
  624. </property>
  625. <property name="text">
  626. <string notr="true">+Y</string>
  627. </property>
  628. </widget>
  629. </item>
  630. <item>
  631. <widget class="QToolButton" name="minusZShiftToolButton">
  632. <property name="sizePolicy">
  633. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  634. <horstretch>0</horstretch>
  635. <verstretch>0</verstretch>
  636. </sizepolicy>
  637. </property>
  638. <property name="minimumSize">
  639. <size>
  640. <width>25</width>
  641. <height>25</height>
  642. </size>
  643. </property>
  644. <property name="toolTip">
  645. <string>Shift box along its Z dimension</string>
  646. </property>
  647. <property name="text">
  648. <string notr="true">-Z</string>
  649. </property>
  650. </widget>
  651. </item>
  652. <item>
  653. <widget class="QToolButton" name="plusZShiftToolButton">
  654. <property name="sizePolicy">
  655. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  656. <horstretch>0</horstretch>
  657. <verstretch>0</verstretch>
  658. </sizepolicy>
  659. </property>
  660. <property name="minimumSize">
  661. <size>
  662. <width>25</width>
  663. <height>25</height>
  664. </size>
  665. </property>
  666. <property name="toolTip">
  667. <string>Shift box along its Z dimension</string>
  668. </property>
  669. <property name="text">
  670. <string notr="true">+Z</string>
  671. </property>
  672. </widget>
  673. </item>
  674. <item>
  675. <spacer name="horizontalSpacer_3">
  676. <property name="orientation">
  677. <enum>Qt::Horizontal</enum>
  678. </property>
  679. <property name="sizeHint" stdset="0">
  680. <size>
  681. <width>0</width>
  682. <height>20</height>
  683. </size>
  684. </property>
  685. </spacer>
  686. </item>
  687. </layout>
  688. </widget>
  689. </item>
  690. </layout>
  691. </widget>
  692. <resources>
  693. <include location="../icons.qrc"/>
  694. </resources>
  695. <connections/>
  696. </ui>