registrationDlg.ui 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RegistrationDialog</class>
  4. <widget class="QDialog" name="RegistrationDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>411</width>
  10. <height>458</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Clouds registration</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox_5">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="title">
  26. <string>Role assignation</string>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <item row="0" column="1">
  30. <widget class="QLabel" name="label_10">
  31. <property name="toolTip">
  32. <string>'data' entity</string>
  33. </property>
  34. <property name="text">
  35. <string>to be aligned</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="0" column="2">
  40. <widget class="QLineEdit" name="dataLineEdit">
  41. <property name="toolTip">
  42. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;entity to align (will be displaced)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  43. </property>
  44. <property name="statusTip">
  45. <string>Entity to align (will be displaced)</string>
  46. </property>
  47. <property name="readOnly">
  48. <bool>true</bool>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="1" column="0">
  53. <widget class="QToolButton" name="modelColorButton">
  54. <property name="enabled">
  55. <bool>false</bool>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="0" column="0">
  60. <widget class="QToolButton" name="dataColorButton">
  61. <property name="enabled">
  62. <bool>false</bool>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="1" column="1">
  67. <widget class="QLabel" name="label_9">
  68. <property name="toolTip">
  69. <string>'model' entity</string>
  70. </property>
  71. <property name="text">
  72. <string>reference</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="1" column="2">
  77. <widget class="QLineEdit" name="modelLineEdit">
  78. <property name="toolTip">
  79. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;reference entity (won't move)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  80. </property>
  81. <property name="statusTip">
  82. <string>Reference entity (won't move)</string>
  83. </property>
  84. <property name="readOnly">
  85. <bool>true</bool>
  86. </property>
  87. </widget>
  88. </item>
  89. <item row="2" column="2">
  90. <widget class="QPushButton" name="swapButton">
  91. <property name="toolTip">
  92. <string>press once to exchange model and data clouds</string>
  93. </property>
  94. <property name="statusTip">
  95. <string>press once to exchange model and data clouds</string>
  96. </property>
  97. <property name="text">
  98. <string>swap</string>
  99. </property>
  100. <property name="flat">
  101. <bool>false</bool>
  102. </property>
  103. </widget>
  104. </item>
  105. </layout>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QTabWidget" name="tabWidget">
  110. <property name="currentIndex">
  111. <number>0</number>
  112. </property>
  113. <widget class="QWidget" name="tabStdParams">
  114. <attribute name="title">
  115. <string>Parameters</string>
  116. </attribute>
  117. <layout class="QVBoxLayout" name="verticalLayout_3">
  118. <item>
  119. <layout class="QFormLayout" name="formLayout">
  120. <item row="0" column="0">
  121. <widget class="QRadioButton" name="iterationsCriterion">
  122. <property name="toolTip">
  123. <string>By choosing this criterion, you can control the computation time.</string>
  124. </property>
  125. <property name="statusTip">
  126. <string>By choosing this criterion, you can control the computation time.</string>
  127. </property>
  128. <property name="text">
  129. <string>Number of iterations</string>
  130. </property>
  131. </widget>
  132. </item>
  133. <item row="0" column="1">
  134. <widget class="QSpinBox" name="maxIterationCount">
  135. <property name="enabled">
  136. <bool>false</bool>
  137. </property>
  138. <property name="toolTip">
  139. <string>Set the maximal number of step for the algorithm regsitration computation .</string>
  140. </property>
  141. <property name="alignment">
  142. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  143. </property>
  144. <property name="minimum">
  145. <number>1</number>
  146. </property>
  147. <property name="maximum">
  148. <number>999999</number>
  149. </property>
  150. <property name="value">
  151. <number>20</number>
  152. </property>
  153. </widget>
  154. </item>
  155. <item row="1" column="0">
  156. <widget class="QRadioButton" name="errorCriterion">
  157. <property name="toolTip">
  158. <string>By choosing this criterion, you can control the quality of the result.</string>
  159. </property>
  160. <property name="text">
  161. <string>RMS difference</string>
  162. </property>
  163. <property name="checked">
  164. <bool>true</bool>
  165. </property>
  166. </widget>
  167. </item>
  168. <item row="1" column="1">
  169. <widget class="QLineEdit" name="rmsDifferenceLineEdit">
  170. <property name="sizePolicy">
  171. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  172. <horstretch>0</horstretch>
  173. <verstretch>0</verstretch>
  174. </sizepolicy>
  175. </property>
  176. <property name="toolTip">
  177. <string>Set the minimum RMS improvement between 2 consecutive iterations (below which the registration process will stop).</string>
  178. </property>
  179. <property name="layoutDirection">
  180. <enum>Qt::RightToLeft</enum>
  181. </property>
  182. <property name="text">
  183. <string notr="true">1.0e-5</string>
  184. </property>
  185. <property name="alignment">
  186. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  187. </property>
  188. </widget>
  189. </item>
  190. <item row="2" column="0">
  191. <widget class="QLabel" name="label_4">
  192. <property name="toolTip">
  193. <string>Rough estimation of the final overlap ratio of the data cloud (the smaller, the better the initial registration should be!)</string>
  194. </property>
  195. <property name="styleSheet">
  196. <string notr="true">color: blue;</string>
  197. </property>
  198. <property name="text">
  199. <string>Final overlap</string>
  200. </property>
  201. </widget>
  202. </item>
  203. <item row="2" column="1">
  204. <widget class="QSpinBox" name="overlapSpinBox">
  205. <property name="toolTip">
  206. <string>Rough estimation of the final overlap ratio of the data cloud (the smaller, the better the initial registration should be!)</string>
  207. </property>
  208. <property name="styleSheet">
  209. <string notr="true">color: blue;</string>
  210. </property>
  211. <property name="alignment">
  212. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  213. </property>
  214. <property name="suffix">
  215. <string notr="true">%</string>
  216. </property>
  217. <property name="minimum">
  218. <number>1</number>
  219. </property>
  220. <property name="maximum">
  221. <number>100</number>
  222. </property>
  223. <property name="singleStep">
  224. <number>10</number>
  225. </property>
  226. <property name="value">
  227. <number>100</number>
  228. </property>
  229. </widget>
  230. </item>
  231. </layout>
  232. </item>
  233. <item>
  234. <spacer name="verticalSpacer_2">
  235. <property name="orientation">
  236. <enum>Qt::Vertical</enum>
  237. </property>
  238. <property name="sizeHint" stdset="0">
  239. <size>
  240. <width>20</width>
  241. <height>40</height>
  242. </size>
  243. </property>
  244. </spacer>
  245. </item>
  246. <item>
  247. <widget class="QCheckBox" name="adjustScaleCheckBox">
  248. <property name="statusTip">
  249. <string>Whether to adjust the scale of the 'data' entity</string>
  250. </property>
  251. <property name="text">
  252. <string>adjust scale</string>
  253. </property>
  254. </widget>
  255. </item>
  256. <item>
  257. <widget class="QFrame" name="useNormalsFrame">
  258. <property name="frameShape">
  259. <enum>QFrame::StyledPanel</enum>
  260. </property>
  261. <property name="frameShadow">
  262. <enum>QFrame::Raised</enum>
  263. </property>
  264. <layout class="QHBoxLayout" name="horizontalLayout">
  265. <property name="leftMargin">
  266. <number>0</number>
  267. </property>
  268. <property name="topMargin">
  269. <number>0</number>
  270. </property>
  271. <property name="rightMargin">
  272. <number>0</number>
  273. </property>
  274. <property name="bottomMargin">
  275. <number>0</number>
  276. </property>
  277. <item>
  278. <widget class="QLabel" name="label_5">
  279. <property name="text">
  280. <string>Normals</string>
  281. </property>
  282. </widget>
  283. </item>
  284. <item>
  285. <widget class="QComboBox" name="normalsComboBox">
  286. <property name="toolTip">
  287. <string>options to take normals into account, to improve the registration result</string>
  288. </property>
  289. <item>
  290. <property name="text">
  291. <string>Ignored</string>
  292. </property>
  293. </item>
  294. <item>
  295. <property name="text">
  296. <string>Opposite side</string>
  297. </property>
  298. </item>
  299. <item>
  300. <property name="text">
  301. <string>Same side</string>
  302. </property>
  303. </item>
  304. <item>
  305. <property name="text">
  306. <string>Double-sided</string>
  307. </property>
  308. </item>
  309. </widget>
  310. </item>
  311. <item>
  312. <spacer name="horizontalSpacer_3">
  313. <property name="orientation">
  314. <enum>Qt::Horizontal</enum>
  315. </property>
  316. <property name="sizeHint" stdset="0">
  317. <size>
  318. <width>40</width>
  319. <height>20</height>
  320. </size>
  321. </property>
  322. </spacer>
  323. </item>
  324. </layout>
  325. </widget>
  326. </item>
  327. <item>
  328. <widget class="QFrame" name="threadingFrame">
  329. <layout class="QHBoxLayout" name="horizontalLayout_7">
  330. <property name="leftMargin">
  331. <number>0</number>
  332. </property>
  333. <property name="topMargin">
  334. <number>0</number>
  335. </property>
  336. <property name="rightMargin">
  337. <number>0</number>
  338. </property>
  339. <property name="bottomMargin">
  340. <number>0</number>
  341. </property>
  342. <item>
  343. <widget class="QFrame" name="threadCountFrame">
  344. <property name="frameShape">
  345. <enum>QFrame::StyledPanel</enum>
  346. </property>
  347. <property name="frameShadow">
  348. <enum>QFrame::Raised</enum>
  349. </property>
  350. <layout class="QHBoxLayout" name="horizontalLayout_8">
  351. <property name="leftMargin">
  352. <number>0</number>
  353. </property>
  354. <property name="topMargin">
  355. <number>0</number>
  356. </property>
  357. <property name="rightMargin">
  358. <number>0</number>
  359. </property>
  360. <property name="bottomMargin">
  361. <number>0</number>
  362. </property>
  363. <item>
  364. <widget class="QLabel" name="label_6">
  365. <property name="text">
  366. <string>max thread count</string>
  367. </property>
  368. </widget>
  369. </item>
  370. <item>
  371. <widget class="QSpinBox" name="maxThreadCountSpinBox">
  372. <property name="toolTip">
  373. <string>Maximum number of threads/cores to be used
  374. (CC or your computer might not respond for a while if you use all available cores)</string>
  375. </property>
  376. <property name="suffix">
  377. <string notr="true"> / 8</string>
  378. </property>
  379. </widget>
  380. </item>
  381. </layout>
  382. </widget>
  383. </item>
  384. <item>
  385. <spacer name="horizontalSpacer_2">
  386. <property name="orientation">
  387. <enum>Qt::Horizontal</enum>
  388. </property>
  389. <property name="sizeHint" stdset="0">
  390. <size>
  391. <width>40</width>
  392. <height>20</height>
  393. </size>
  394. </property>
  395. </spacer>
  396. </item>
  397. </layout>
  398. </widget>
  399. </item>
  400. </layout>
  401. </widget>
  402. <widget class="QWidget" name="tabResearchParams">
  403. <attribute name="title">
  404. <string>Research</string>
  405. </attribute>
  406. <layout class="QVBoxLayout" name="verticalLayout">
  407. <item>
  408. <layout class="QFormLayout" name="formLayout_2">
  409. <item row="0" column="0">
  410. <widget class="QLabel" name="label">
  411. <property name="text">
  412. <string>Random sampling limit</string>
  413. </property>
  414. </widget>
  415. </item>
  416. <item row="0" column="1">
  417. <widget class="QSpinBox" name="randomSamplingLimitSpinBox">
  418. <property name="toolTip">
  419. <string>Above this limit, clouds are randomly resampled at each iteration</string>
  420. </property>
  421. <property name="alignment">
  422. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  423. </property>
  424. <property name="maximum">
  425. <number>1000000000</number>
  426. </property>
  427. <property name="singleStep">
  428. <number>10000</number>
  429. </property>
  430. <property name="value">
  431. <number>50000</number>
  432. </property>
  433. </widget>
  434. </item>
  435. <item row="1" column="0">
  436. <widget class="QLabel" name="label_2">
  437. <property name="sizePolicy">
  438. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  439. <horstretch>0</horstretch>
  440. <verstretch>0</verstretch>
  441. </sizepolicy>
  442. </property>
  443. <property name="text">
  444. <string>Rotation</string>
  445. </property>
  446. <property name="alignment">
  447. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  448. </property>
  449. </widget>
  450. </item>
  451. <item row="1" column="1">
  452. <widget class="QComboBox" name="rotComboBox">
  453. <property name="sizePolicy">
  454. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  455. <horstretch>0</horstretch>
  456. <verstretch>0</verstretch>
  457. </sizepolicy>
  458. </property>
  459. <property name="layoutDirection">
  460. <enum>Qt::RightToLeft</enum>
  461. </property>
  462. <item>
  463. <property name="text">
  464. <string notr="true">XYZ</string>
  465. </property>
  466. </item>
  467. <item>
  468. <property name="text">
  469. <string notr="true">X</string>
  470. </property>
  471. </item>
  472. <item>
  473. <property name="text">
  474. <string notr="true">Y</string>
  475. </property>
  476. </item>
  477. <item>
  478. <property name="text">
  479. <string notr="true">Z</string>
  480. </property>
  481. </item>
  482. <item>
  483. <property name="text">
  484. <string>NONE</string>
  485. </property>
  486. </item>
  487. </widget>
  488. </item>
  489. <item row="2" column="0">
  490. <widget class="QLabel" name="label_3">
  491. <property name="sizePolicy">
  492. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  493. <horstretch>0</horstretch>
  494. <verstretch>0</verstretch>
  495. </sizepolicy>
  496. </property>
  497. <property name="text">
  498. <string>Translation</string>
  499. </property>
  500. </widget>
  501. </item>
  502. <item row="2" column="1">
  503. <layout class="QHBoxLayout" name="horizontalLayout_5">
  504. <property name="spacing">
  505. <number>0</number>
  506. </property>
  507. <item>
  508. <spacer name="horizontalSpacer">
  509. <property name="orientation">
  510. <enum>Qt::Horizontal</enum>
  511. </property>
  512. <property name="sizeHint" stdset="0">
  513. <size>
  514. <width>40</width>
  515. <height>20</height>
  516. </size>
  517. </property>
  518. </spacer>
  519. </item>
  520. <item>
  521. <widget class="QCheckBox" name="TxCheckBox">
  522. <property name="sizePolicy">
  523. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  524. <horstretch>0</horstretch>
  525. <verstretch>0</verstretch>
  526. </sizepolicy>
  527. </property>
  528. <property name="text">
  529. <string notr="true">Tx</string>
  530. </property>
  531. <property name="checked">
  532. <bool>true</bool>
  533. </property>
  534. </widget>
  535. </item>
  536. <item>
  537. <widget class="QCheckBox" name="TyCheckBox">
  538. <property name="sizePolicy">
  539. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  540. <horstretch>0</horstretch>
  541. <verstretch>0</verstretch>
  542. </sizepolicy>
  543. </property>
  544. <property name="text">
  545. <string notr="true">Ty</string>
  546. </property>
  547. <property name="checked">
  548. <bool>true</bool>
  549. </property>
  550. </widget>
  551. </item>
  552. <item>
  553. <widget class="QCheckBox" name="TzCheckBox">
  554. <property name="sizePolicy">
  555. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  556. <horstretch>0</horstretch>
  557. <verstretch>0</verstretch>
  558. </sizepolicy>
  559. </property>
  560. <property name="text">
  561. <string notr="true">Tz</string>
  562. </property>
  563. <property name="checked">
  564. <bool>true</bool>
  565. </property>
  566. </widget>
  567. </item>
  568. </layout>
  569. </item>
  570. </layout>
  571. </item>
  572. <item>
  573. <widget class="QCheckBox" name="pointsRemoval">
  574. <property name="toolTip">
  575. <string>Chose this option to remove points that are likely to disturb the registration during the computation.</string>
  576. </property>
  577. <property name="statusTip">
  578. <string>Chose this option to remove points that are likely to disturb the registration during the computation.</string>
  579. </property>
  580. <property name="text">
  581. <string>Enable farthest points removal</string>
  582. </property>
  583. </widget>
  584. </item>
  585. <item>
  586. <widget class="QCheckBox" name="checkBoxUseDataSFAsWeights">
  587. <property name="toolTip">
  588. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Use the displayed scalar field as weights (the bigger its associated scalar value/weight is, the more influence the point will have).&lt;/p&gt;&lt;p&gt;Note that only absolute distances are considered (i.e. minimal weight is 0).&lt;/p&gt;&lt;p&gt;Weights are automatically normalized.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  589. </property>
  590. <property name="text">
  591. <string>Data: use displayed S.F. (absolute values) as weights</string>
  592. </property>
  593. </widget>
  594. </item>
  595. <item>
  596. <widget class="QCheckBox" name="checkBoxUseModelSFAsWeights">
  597. <property name="toolTip">
  598. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Use the displayed scalar field as weights (the bigger its associated scalar value/weight is, the more influence the point will have).&lt;/p&gt;&lt;p&gt;Note that only absolute distances are considered (i.e. minimal weight is 0).&lt;/p&gt;&lt;p&gt;Weights are automatically normalized.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  599. </property>
  600. <property name="text">
  601. <string>Model: use displayed S.F. (absolute values) as weights</string>
  602. </property>
  603. </widget>
  604. </item>
  605. <item>
  606. <widget class="QFrame" name="c2mDistancesFrame">
  607. <property name="frameShape">
  608. <enum>QFrame::StyledPanel</enum>
  609. </property>
  610. <property name="frameShadow">
  611. <enum>QFrame::Raised</enum>
  612. </property>
  613. <layout class="QHBoxLayout" name="horizontalLayout_2">
  614. <property name="leftMargin">
  615. <number>0</number>
  616. </property>
  617. <property name="topMargin">
  618. <number>0</number>
  619. </property>
  620. <property name="rightMargin">
  621. <number>0</number>
  622. </property>
  623. <property name="bottomMargin">
  624. <number>0</number>
  625. </property>
  626. <item>
  627. <widget class="QCheckBox" name="useC2MSignedDistancesCheckBox">
  628. <property name="toolTip">
  629. <string>In combination with a small overlap, prevents
  630. the cloud from sinking under the mesh surface.</string>
  631. </property>
  632. <property name="text">
  633. <string>Use C2M signed distances (mesh as reference only)</string>
  634. </property>
  635. </widget>
  636. </item>
  637. <item>
  638. <widget class="QCheckBox" name="robustC2MDistsCheckBox">
  639. <property name="enabled">
  640. <bool>false</bool>
  641. </property>
  642. <property name="text">
  643. <string>robust</string>
  644. </property>
  645. <property name="checked">
  646. <bool>true</bool>
  647. </property>
  648. </widget>
  649. </item>
  650. </layout>
  651. </widget>
  652. </item>
  653. <item>
  654. <spacer name="verticalSpacer_3">
  655. <property name="orientation">
  656. <enum>Qt::Vertical</enum>
  657. </property>
  658. <property name="sizeHint" stdset="0">
  659. <size>
  660. <width>20</width>
  661. <height>40</height>
  662. </size>
  663. </property>
  664. </spacer>
  665. </item>
  666. </layout>
  667. </widget>
  668. </widget>
  669. </item>
  670. <item>
  671. <widget class="QFrame" name="frame">
  672. <property name="frameShape">
  673. <enum>QFrame::NoFrame</enum>
  674. </property>
  675. <property name="frameShadow">
  676. <enum>QFrame::Raised</enum>
  677. </property>
  678. <layout class="QVBoxLayout" name="verticalLayout_4">
  679. <property name="spacing">
  680. <number>6</number>
  681. </property>
  682. <property name="leftMargin">
  683. <number>0</number>
  684. </property>
  685. <property name="topMargin">
  686. <number>0</number>
  687. </property>
  688. <property name="rightMargin">
  689. <number>0</number>
  690. </property>
  691. <property name="bottomMargin">
  692. <number>0</number>
  693. </property>
  694. </layout>
  695. </widget>
  696. </item>
  697. <item>
  698. <spacer name="verticalSpacer">
  699. <property name="orientation">
  700. <enum>Qt::Vertical</enum>
  701. </property>
  702. <property name="sizeHint" stdset="0">
  703. <size>
  704. <width>20</width>
  705. <height>40</height>
  706. </size>
  707. </property>
  708. </spacer>
  709. </item>
  710. <item>
  711. <widget class="QDialogButtonBox" name="buttonBox">
  712. <property name="orientation">
  713. <enum>Qt::Horizontal</enum>
  714. </property>
  715. <property name="standardButtons">
  716. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  717. </property>
  718. </widget>
  719. </item>
  720. </layout>
  721. </widget>
  722. <tabstops>
  723. <tabstop>dataLineEdit</tabstop>
  724. <tabstop>modelLineEdit</tabstop>
  725. <tabstop>swapButton</tabstop>
  726. <tabstop>buttonBox</tabstop>
  727. <tabstop>dataColorButton</tabstop>
  728. <tabstop>modelColorButton</tabstop>
  729. </tabstops>
  730. <resources/>
  731. <connections>
  732. <connection>
  733. <sender>buttonBox</sender>
  734. <signal>accepted()</signal>
  735. <receiver>RegistrationDialog</receiver>
  736. <slot>accept()</slot>
  737. <hints>
  738. <hint type="sourcelabel">
  739. <x>219</x>
  740. <y>548</y>
  741. </hint>
  742. <hint type="destinationlabel">
  743. <x>157</x>
  744. <y>274</y>
  745. </hint>
  746. </hints>
  747. </connection>
  748. <connection>
  749. <sender>buttonBox</sender>
  750. <signal>rejected()</signal>
  751. <receiver>RegistrationDialog</receiver>
  752. <slot>reject()</slot>
  753. <hints>
  754. <hint type="sourcelabel">
  755. <x>219</x>
  756. <y>548</y>
  757. </hint>
  758. <hint type="destinationlabel">
  759. <x>286</x>
  760. <y>274</y>
  761. </hint>
  762. </hints>
  763. </connection>
  764. <connection>
  765. <sender>iterationsCriterion</sender>
  766. <signal>toggled(bool)</signal>
  767. <receiver>maxIterationCount</receiver>
  768. <slot>setEnabled(bool)</slot>
  769. <hints>
  770. <hint type="sourcelabel">
  771. <x>119</x>
  772. <y>334</y>
  773. </hint>
  774. <hint type="destinationlabel">
  775. <x>300</x>
  776. <y>335</y>
  777. </hint>
  778. </hints>
  779. </connection>
  780. <connection>
  781. <sender>errorCriterion</sender>
  782. <signal>toggled(bool)</signal>
  783. <receiver>rmsDifferenceLineEdit</receiver>
  784. <slot>setEnabled(bool)</slot>
  785. <hints>
  786. <hint type="sourcelabel">
  787. <x>67</x>
  788. <y>192</y>
  789. </hint>
  790. <hint type="destinationlabel">
  791. <x>237</x>
  792. <y>193</y>
  793. </hint>
  794. </hints>
  795. </connection>
  796. <connection>
  797. <sender>useC2MSignedDistancesCheckBox</sender>
  798. <signal>toggled(bool)</signal>
  799. <receiver>robustC2MDistsCheckBox</receiver>
  800. <slot>setEnabled(bool)</slot>
  801. <hints>
  802. <hint type="sourcelabel">
  803. <x>155</x>
  804. <y>318</y>
  805. </hint>
  806. <hint type="destinationlabel">
  807. <x>342</x>
  808. <y>318</y>
  809. </hint>
  810. </hints>
  811. </connection>
  812. </connections>
  813. </ui>