pointPairRegistrationDlg.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>pointPairRegistrationDlg</class>
  4. <widget class="QDialog" name="pointPairRegistrationDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>600</width>
  10. <height>380</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Point list picking</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QCheckBox" name="showAlignedCheckBox">
  21. <property name="styleSheet">
  22. <string notr="true">background-color: red; color: white;</string>
  23. </property>
  24. <property name="text">
  25. <string>show 'to be aligned' entities</string>
  26. </property>
  27. <property name="checked">
  28. <bool>true</bool>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QToolButton" name="unstackAlignToolButton">
  34. <property name="icon">
  35. <iconset resource="../icons.qrc">
  36. <normaloff>:/CC/images/ccUnstack.png</normaloff>:/CC/images/ccUnstack.png</iconset>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QToolButton" name="typeAlignToolButton">
  42. <property name="icon">
  43. <iconset resource="../icons.qrc">
  44. <normaloff>:/CC/images/ccPencil.png</normaloff>:/CC/images/ccPencil.png</iconset>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <spacer name="horizontalSpacer">
  50. <property name="orientation">
  51. <enum>Qt::Horizontal</enum>
  52. </property>
  53. <property name="sizeHint" stdset="0">
  54. <size>
  55. <width>40</width>
  56. <height>20</height>
  57. </size>
  58. </property>
  59. </spacer>
  60. </item>
  61. <item>
  62. <widget class="QToolButton" name="useSphereToolButton">
  63. <property name="toolTip">
  64. <string>Pick spheres instead of single points (for clouds only)</string>
  65. </property>
  66. <property name="icon">
  67. <iconset resource="../icons.qrc">
  68. <normaloff>:/CC/images/smallSphere.png</normaloff>:/CC/images/smallSphere.png</iconset>
  69. </property>
  70. <property name="checkable">
  71. <bool>true</bool>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QDoubleSpinBox" name="radiusDoubleSpinBox">
  77. <property name="enabled">
  78. <bool>false</bool>
  79. </property>
  80. <property name="toolTip">
  81. <string>search radius (or the spheres radius if you know it)</string>
  82. </property>
  83. <property name="prefix">
  84. <string notr="true">r = </string>
  85. </property>
  86. <property name="decimals">
  87. <number>3</number>
  88. </property>
  89. <property name="minimum">
  90. <double>0.001000000000000</double>
  91. </property>
  92. <property name="maximum">
  93. <double>1000.000000000000000</double>
  94. </property>
  95. <property name="value">
  96. <double>20.000000000000000</double>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QSpinBox" name="maxRmsSpinBox">
  102. <property name="enabled">
  103. <bool>false</bool>
  104. </property>
  105. <property name="toolTip">
  106. <string>Max RMS (as a percentage of the radius)</string>
  107. </property>
  108. <property name="suffix">
  109. <string notr="true">%</string>
  110. </property>
  111. <property name="prefix">
  112. <string notr="true">RMS &lt; </string>
  113. </property>
  114. <property name="minimum">
  115. <number>1</number>
  116. </property>
  117. <property name="maximum">
  118. <number>100</number>
  119. </property>
  120. <property name="singleStep">
  121. <number>1</number>
  122. </property>
  123. <property name="value">
  124. <number>10</number>
  125. </property>
  126. </widget>
  127. </item>
  128. </layout>
  129. </item>
  130. <item>
  131. <widget class="QTableWidget" name="alignedPointsTableWidget">
  132. <property name="editTriggers">
  133. <set>QAbstractItemView::NoEditTriggers</set>
  134. </property>
  135. <property name="showDropIndicator" stdset="0">
  136. <bool>false</bool>
  137. </property>
  138. <property name="selectionMode">
  139. <enum>QAbstractItemView::NoSelection</enum>
  140. </property>
  141. <attribute name="horizontalHeaderDefaultSectionSize">
  142. <number>70</number>
  143. </attribute>
  144. <attribute name="verticalHeaderDefaultSectionSize">
  145. <number>18</number>
  146. </attribute>
  147. <row>
  148. <property name="text">
  149. <string notr="true">1</string>
  150. </property>
  151. </row>
  152. <row>
  153. <property name="text">
  154. <string notr="true">2</string>
  155. </property>
  156. </row>
  157. <row>
  158. <property name="text">
  159. <string notr="true">3</string>
  160. </property>
  161. </row>
  162. <row>
  163. <property name="text">
  164. <string notr="true">4</string>
  165. </property>
  166. </row>
  167. <column>
  168. <property name="text">
  169. <string notr="true">X</string>
  170. </property>
  171. </column>
  172. <column>
  173. <property name="text">
  174. <string notr="true">Y</string>
  175. </property>
  176. </column>
  177. <column>
  178. <property name="text">
  179. <string notr="true">Z</string>
  180. </property>
  181. </column>
  182. <column>
  183. <property name="text">
  184. <string>Delta X</string>
  185. </property>
  186. </column>
  187. <column>
  188. <property name="text">
  189. <string>Delta Y</string>
  190. </property>
  191. </column>
  192. <column>
  193. <property name="text">
  194. <string>Delta Z</string>
  195. </property>
  196. </column>
  197. <column>
  198. <property name="text">
  199. <string>Error</string>
  200. </property>
  201. </column>
  202. <column>
  203. <property name="text">
  204. <string/>
  205. </property>
  206. </column>
  207. </widget>
  208. </item>
  209. <item>
  210. <layout class="QHBoxLayout" name="horizontalLayout_3">
  211. <item>
  212. <widget class="QCheckBox" name="showReferenceCheckBox">
  213. <property name="styleSheet">
  214. <string notr="true">background-color: yellow;</string>
  215. </property>
  216. <property name="text">
  217. <string>show 'reference' entities</string>
  218. </property>
  219. <property name="checked">
  220. <bool>true</bool>
  221. </property>
  222. </widget>
  223. </item>
  224. <item>
  225. <widget class="QToolButton" name="unstackRefToolButton">
  226. <property name="icon">
  227. <iconset resource="../icons.qrc">
  228. <normaloff>:/CC/images/ccUnstack.png</normaloff>:/CC/images/ccUnstack.png</iconset>
  229. </property>
  230. </widget>
  231. </item>
  232. <item>
  233. <widget class="QToolButton" name="typeRefToolButton">
  234. <property name="icon">
  235. <iconset resource="../icons.qrc">
  236. <normaloff>:/CC/images/ccPencil.png</normaloff>:/CC/images/ccPencil.png</iconset>
  237. </property>
  238. </widget>
  239. </item>
  240. <item>
  241. <spacer name="horizontalSpacer_2">
  242. <property name="orientation">
  243. <enum>Qt::Horizontal</enum>
  244. </property>
  245. <property name="sizeHint" stdset="0">
  246. <size>
  247. <width>40</width>
  248. <height>20</height>
  249. </size>
  250. </property>
  251. </spacer>
  252. </item>
  253. </layout>
  254. </item>
  255. <item>
  256. <widget class="QTableWidget" name="refPointsTableWidget">
  257. <property name="editTriggers">
  258. <set>QAbstractItemView::NoEditTriggers</set>
  259. </property>
  260. <property name="showDropIndicator" stdset="0">
  261. <bool>false</bool>
  262. </property>
  263. <property name="selectionMode">
  264. <enum>QAbstractItemView::NoSelection</enum>
  265. </property>
  266. <attribute name="horizontalHeaderDefaultSectionSize">
  267. <number>70</number>
  268. </attribute>
  269. <attribute name="verticalHeaderDefaultSectionSize">
  270. <number>18</number>
  271. </attribute>
  272. <row>
  273. <property name="text">
  274. <string notr="true">1</string>
  275. </property>
  276. </row>
  277. <row>
  278. <property name="text">
  279. <string notr="true">2</string>
  280. </property>
  281. </row>
  282. <row>
  283. <property name="text">
  284. <string notr="true">3</string>
  285. </property>
  286. </row>
  287. <row>
  288. <property name="text">
  289. <string notr="true">4</string>
  290. </property>
  291. </row>
  292. <column>
  293. <property name="text">
  294. <string notr="true">X</string>
  295. </property>
  296. </column>
  297. <column>
  298. <property name="text">
  299. <string notr="true">Y</string>
  300. </property>
  301. </column>
  302. <column>
  303. <property name="text">
  304. <string notr="true">Z</string>
  305. </property>
  306. </column>
  307. <column>
  308. <property name="text">
  309. <string>Delta X</string>
  310. </property>
  311. </column>
  312. <column>
  313. <property name="text">
  314. <string>Delta Y</string>
  315. </property>
  316. </column>
  317. <column>
  318. <property name="text">
  319. <string>Delta Z</string>
  320. </property>
  321. </column>
  322. <column>
  323. <property name="text">
  324. <string>Error</string>
  325. </property>
  326. </column>
  327. <column>
  328. <property name="text">
  329. <string/>
  330. </property>
  331. </column>
  332. </widget>
  333. </item>
  334. <item>
  335. <layout class="QHBoxLayout" name="horizontalLayout_4">
  336. <item>
  337. <widget class="QCheckBox" name="adjustScaleCheckBox">
  338. <property name="text">
  339. <string>adjust scale</string>
  340. </property>
  341. </widget>
  342. </item>
  343. <item>
  344. <spacer name="horizontalSpacer_4">
  345. <property name="orientation">
  346. <enum>Qt::Horizontal</enum>
  347. </property>
  348. <property name="sizeHint" stdset="0">
  349. <size>
  350. <width>40</width>
  351. <height>20</height>
  352. </size>
  353. </property>
  354. </spacer>
  355. </item>
  356. <item>
  357. <widget class="QLabel" name="label">
  358. <property name="sizePolicy">
  359. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  360. <horstretch>0</horstretch>
  361. <verstretch>0</verstretch>
  362. </sizepolicy>
  363. </property>
  364. <property name="text">
  365. <string>Rotation</string>
  366. </property>
  367. <property name="alignment">
  368. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  369. </property>
  370. </widget>
  371. </item>
  372. <item>
  373. <widget class="QComboBox" name="rotComboBox">
  374. <property name="sizePolicy">
  375. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  376. <horstretch>0</horstretch>
  377. <verstretch>0</verstretch>
  378. </sizepolicy>
  379. </property>
  380. <property name="toolTip">
  381. <string>Constrains the rotation around a single axis (warning: experimental)</string>
  382. </property>
  383. <property name="layoutDirection">
  384. <enum>Qt::RightToLeft</enum>
  385. </property>
  386. <item>
  387. <property name="text">
  388. <string notr="true">XYZ</string>
  389. </property>
  390. </item>
  391. <item>
  392. <property name="text">
  393. <string notr="true">X</string>
  394. </property>
  395. </item>
  396. <item>
  397. <property name="text">
  398. <string notr="true">Y</string>
  399. </property>
  400. </item>
  401. <item>
  402. <property name="text">
  403. <string notr="true">Z</string>
  404. </property>
  405. </item>
  406. <item>
  407. <property name="text">
  408. <string notr="true">NONE</string>
  409. </property>
  410. </item>
  411. </widget>
  412. </item>
  413. <item>
  414. <spacer name="horizontalSpacer_5">
  415. <property name="orientation">
  416. <enum>Qt::Horizontal</enum>
  417. </property>
  418. <property name="sizeType">
  419. <enum>QSizePolicy::Fixed</enum>
  420. </property>
  421. <property name="sizeHint" stdset="0">
  422. <size>
  423. <width>10</width>
  424. <height>20</height>
  425. </size>
  426. </property>
  427. </spacer>
  428. </item>
  429. <item>
  430. <widget class="QCheckBox" name="TxCheckBox">
  431. <property name="sizePolicy">
  432. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  433. <horstretch>0</horstretch>
  434. <verstretch>0</verstretch>
  435. </sizepolicy>
  436. </property>
  437. <property name="toolTip">
  438. <string>Constrains the translation along particular axes (warning: experimental)</string>
  439. </property>
  440. <property name="text">
  441. <string notr="true">Tx</string>
  442. </property>
  443. <property name="checked">
  444. <bool>true</bool>
  445. </property>
  446. </widget>
  447. </item>
  448. <item>
  449. <widget class="QCheckBox" name="TyCheckBox">
  450. <property name="sizePolicy">
  451. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  452. <horstretch>0</horstretch>
  453. <verstretch>0</verstretch>
  454. </sizepolicy>
  455. </property>
  456. <property name="toolTip">
  457. <string>Constrains the translation along particular axes (warning: experimental)</string>
  458. </property>
  459. <property name="text">
  460. <string notr="true">Ty</string>
  461. </property>
  462. <property name="checked">
  463. <bool>true</bool>
  464. </property>
  465. </widget>
  466. </item>
  467. <item>
  468. <widget class="QCheckBox" name="TzCheckBox">
  469. <property name="sizePolicy">
  470. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  471. <horstretch>0</horstretch>
  472. <verstretch>0</verstretch>
  473. </sizepolicy>
  474. </property>
  475. <property name="toolTip">
  476. <string>Constrains the translation along particular axes (warning: experimental)</string>
  477. </property>
  478. <property name="text">
  479. <string notr="true">Tz</string>
  480. </property>
  481. <property name="checked">
  482. <bool>true</bool>
  483. </property>
  484. </widget>
  485. </item>
  486. </layout>
  487. </item>
  488. <item>
  489. <layout class="QHBoxLayout" name="horizontalLayout_2">
  490. <item>
  491. <widget class="QCheckBox" name="autoZoomCheckBox">
  492. <property name="text">
  493. <string>auto update zoom</string>
  494. </property>
  495. <property name="checked">
  496. <bool>true</bool>
  497. </property>
  498. </widget>
  499. </item>
  500. <item>
  501. <spacer name="horizontalSpacer_3">
  502. <property name="orientation">
  503. <enum>Qt::Horizontal</enum>
  504. </property>
  505. <property name="sizeHint" stdset="0">
  506. <size>
  507. <width>40</width>
  508. <height>20</height>
  509. </size>
  510. </property>
  511. </spacer>
  512. </item>
  513. <item>
  514. <widget class="QToolButton" name="alignToolButton">
  515. <property name="enabled">
  516. <bool>false</bool>
  517. </property>
  518. <property name="minimumSize">
  519. <size>
  520. <width>0</width>
  521. <height>22</height>
  522. </size>
  523. </property>
  524. <property name="text">
  525. <string>align</string>
  526. </property>
  527. </widget>
  528. </item>
  529. <item>
  530. <widget class="QToolButton" name="resetToolButton">
  531. <property name="enabled">
  532. <bool>false</bool>
  533. </property>
  534. <property name="text">
  535. <string>reset</string>
  536. </property>
  537. </widget>
  538. </item>
  539. <item>
  540. <widget class="QToolButton" name="validToolButton">
  541. <property name="enabled">
  542. <bool>false</bool>
  543. </property>
  544. <property name="statusTip">
  545. <string>Convert list to new cloud (and close dialog)</string>
  546. </property>
  547. <property name="whatsThis">
  548. <string>Convert list to new cloud (and close dialog)</string>
  549. </property>
  550. <property name="text">
  551. <string>to cloud</string>
  552. </property>
  553. <property name="icon">
  554. <iconset resource="../icons.qrc">
  555. <normaloff>:/CC/images/smallValidate.png</normaloff>:/CC/images/smallValidate.png</iconset>
  556. </property>
  557. </widget>
  558. </item>
  559. <item>
  560. <widget class="QToolButton" name="cancelToolButton">
  561. <property name="toolTip">
  562. <string>Close dialog (list will be lost)</string>
  563. </property>
  564. <property name="statusTip">
  565. <string>Close dialog (list will be lost)</string>
  566. </property>
  567. <property name="text">
  568. <string>stop</string>
  569. </property>
  570. <property name="icon">
  571. <iconset resource="../icons.qrc">
  572. <normaloff>:/CC/images/smallCancel.png</normaloff>:/CC/images/smallCancel.png</iconset>
  573. </property>
  574. </widget>
  575. </item>
  576. </layout>
  577. </item>
  578. </layout>
  579. </widget>
  580. <resources>
  581. <include location="../icons.qrc"/>
  582. </resources>
  583. <connections>
  584. <connection>
  585. <sender>showReferenceCheckBox</sender>
  586. <signal>toggled(bool)</signal>
  587. <receiver>unstackRefToolButton</receiver>
  588. <slot>setEnabled(bool)</slot>
  589. <hints>
  590. <hint type="sourcelabel">
  591. <x>72</x>
  592. <y>152</y>
  593. </hint>
  594. <hint type="destinationlabel">
  595. <x>153</x>
  596. <y>152</y>
  597. </hint>
  598. </hints>
  599. </connection>
  600. <connection>
  601. <sender>showAlignedCheckBox</sender>
  602. <signal>toggled(bool)</signal>
  603. <receiver>unstackAlignToolButton</receiver>
  604. <slot>setEnabled(bool)</slot>
  605. <hints>
  606. <hint type="sourcelabel">
  607. <x>66</x>
  608. <y>20</y>
  609. </hint>
  610. <hint type="destinationlabel">
  611. <x>140</x>
  612. <y>20</y>
  613. </hint>
  614. </hints>
  615. </connection>
  616. <connection>
  617. <sender>useSphereToolButton</sender>
  618. <signal>toggled(bool)</signal>
  619. <receiver>radiusDoubleSpinBox</receiver>
  620. <slot>setEnabled(bool)</slot>
  621. <hints>
  622. <hint type="sourcelabel">
  623. <x>248</x>
  624. <y>20</y>
  625. </hint>
  626. <hint type="destinationlabel">
  627. <x>322</x>
  628. <y>20</y>
  629. </hint>
  630. </hints>
  631. </connection>
  632. <connection>
  633. <sender>useSphereToolButton</sender>
  634. <signal>toggled(bool)</signal>
  635. <receiver>maxRmsSpinBox</receiver>
  636. <slot>setEnabled(bool)</slot>
  637. <hints>
  638. <hint type="sourcelabel">
  639. <x>186</x>
  640. <y>20</y>
  641. </hint>
  642. <hint type="destinationlabel">
  643. <x>337</x>
  644. <y>20</y>
  645. </hint>
  646. </hints>
  647. </connection>
  648. </connections>
  649. </ui>