ui_alignDlg.h 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'alignDlg.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.10
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_ALIGNDLG_H
  9. #define UI_ALIGNDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QComboBox>
  14. #include <QtWidgets/QDialog>
  15. #include <QtWidgets/QDialogButtonBox>
  16. #include <QtWidgets/QDoubleSpinBox>
  17. #include <QtWidgets/QGroupBox>
  18. #include <QtWidgets/QHBoxLayout>
  19. #include <QtWidgets/QLabel>
  20. #include <QtWidgets/QLineEdit>
  21. #include <QtWidgets/QPushButton>
  22. #include <QtWidgets/QSlider>
  23. #include <QtWidgets/QSpacerItem>
  24. #include <QtWidgets/QSpinBox>
  25. #include <QtWidgets/QToolButton>
  26. #include <QtWidgets/QVBoxLayout>
  27. QT_BEGIN_NAMESPACE
  28. class Ui_AlignDialog
  29. {
  30. public:
  31. QHBoxLayout *horizontalLayout_13;
  32. QVBoxLayout *verticalLayout_7;
  33. QGroupBox *groupBox_5;
  34. QVBoxLayout *verticalLayout_5;
  35. QHBoxLayout *horizontalLayout_6;
  36. QToolButton *dataColorButton;
  37. QLabel *label_10;
  38. QLineEdit *dataCloud;
  39. QHBoxLayout *horizontalLayout_11;
  40. QToolButton *modelColorButton;
  41. QLabel *label_9;
  42. QLineEdit *modelCloud;
  43. QHBoxLayout *horizontalLayout_12;
  44. QSpacerItem *horizontalSpacer_5;
  45. QPushButton *swapButton;
  46. QGroupBox *groupBox;
  47. QVBoxLayout *verticalLayout;
  48. QHBoxLayout *horizontalLayout_8;
  49. QLabel *label;
  50. QSpinBox *nbTries;
  51. QHBoxLayout *horizontalLayout_9;
  52. QLabel *label_2;
  53. QDoubleSpinBox *overlap;
  54. QHBoxLayout *horizontalLayout_10;
  55. QLabel *label_3;
  56. QDoubleSpinBox *delta;
  57. QPushButton *deltaEstimation;
  58. QHBoxLayout *horizontalLayout_7;
  59. QCheckBox *isNbCandLimited;
  60. QSpinBox *nbMaxCandidates;
  61. QSpacerItem *verticalSpacer;
  62. QVBoxLayout *verticalLayout_6;
  63. QGroupBox *groupBox_2;
  64. QVBoxLayout *verticalLayout_4;
  65. QHBoxLayout *horizontalLayout_5;
  66. QLabel *label_4;
  67. QComboBox *samplingMethod;
  68. QGroupBox *groupBox_3;
  69. QVBoxLayout *verticalLayout_2;
  70. QHBoxLayout *horizontalLayout;
  71. QLabel *label_7;
  72. QSpacerItem *horizontalSpacer;
  73. QLabel *label_8;
  74. QSlider *dataSample;
  75. QHBoxLayout *horizontalLayout_2;
  76. QSpacerItem *horizontalSpacer_4;
  77. QDoubleSpinBox *dataSamplingRate;
  78. QLabel *dataRemaining;
  79. QGroupBox *groupBox_4;
  80. QVBoxLayout *verticalLayout_3;
  81. QHBoxLayout *horizontalLayout_4;
  82. QLabel *label_6;
  83. QSpacerItem *horizontalSpacer_3;
  84. QLabel *label_5;
  85. QSlider *modelSample;
  86. QHBoxLayout *horizontalLayout_3;
  87. QSpacerItem *horizontalSpacer_2;
  88. QDoubleSpinBox *modelSamplingRate;
  89. QLabel *modelRemaining;
  90. QDialogButtonBox *buttonBox;
  91. void setupUi(QDialog *AlignDialog)
  92. {
  93. if (AlignDialog->objectName().isEmpty())
  94. AlignDialog->setObjectName(QString::fromUtf8("AlignDialog"));
  95. AlignDialog->resize(600, 361);
  96. horizontalLayout_13 = new QHBoxLayout(AlignDialog);
  97. horizontalLayout_13->setObjectName(QString::fromUtf8("horizontalLayout_13"));
  98. verticalLayout_7 = new QVBoxLayout();
  99. verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7"));
  100. groupBox_5 = new QGroupBox(AlignDialog);
  101. groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
  102. QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred);
  103. sizePolicy.setHorizontalStretch(0);
  104. sizePolicy.setVerticalStretch(0);
  105. sizePolicy.setHeightForWidth(groupBox_5->sizePolicy().hasHeightForWidth());
  106. groupBox_5->setSizePolicy(sizePolicy);
  107. groupBox_5->setMinimumSize(QSize(320, 0));
  108. verticalLayout_5 = new QVBoxLayout(groupBox_5);
  109. verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
  110. horizontalLayout_6 = new QHBoxLayout();
  111. horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
  112. dataColorButton = new QToolButton(groupBox_5);
  113. dataColorButton->setObjectName(QString::fromUtf8("dataColorButton"));
  114. dataColorButton->setEnabled(false);
  115. horizontalLayout_6->addWidget(dataColorButton);
  116. label_10 = new QLabel(groupBox_5);
  117. label_10->setObjectName(QString::fromUtf8("label_10"));
  118. horizontalLayout_6->addWidget(label_10);
  119. dataCloud = new QLineEdit(groupBox_5);
  120. dataCloud->setObjectName(QString::fromUtf8("dataCloud"));
  121. dataCloud->setReadOnly(true);
  122. horizontalLayout_6->addWidget(dataCloud);
  123. verticalLayout_5->addLayout(horizontalLayout_6);
  124. horizontalLayout_11 = new QHBoxLayout();
  125. horizontalLayout_11->setObjectName(QString::fromUtf8("horizontalLayout_11"));
  126. modelColorButton = new QToolButton(groupBox_5);
  127. modelColorButton->setObjectName(QString::fromUtf8("modelColorButton"));
  128. modelColorButton->setEnabled(false);
  129. horizontalLayout_11->addWidget(modelColorButton);
  130. label_9 = new QLabel(groupBox_5);
  131. label_9->setObjectName(QString::fromUtf8("label_9"));
  132. horizontalLayout_11->addWidget(label_9);
  133. modelCloud = new QLineEdit(groupBox_5);
  134. modelCloud->setObjectName(QString::fromUtf8("modelCloud"));
  135. modelCloud->setReadOnly(true);
  136. horizontalLayout_11->addWidget(modelCloud);
  137. verticalLayout_5->addLayout(horizontalLayout_11);
  138. horizontalLayout_12 = new QHBoxLayout();
  139. horizontalLayout_12->setObjectName(QString::fromUtf8("horizontalLayout_12"));
  140. horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  141. horizontalLayout_12->addItem(horizontalSpacer_5);
  142. swapButton = new QPushButton(groupBox_5);
  143. swapButton->setObjectName(QString::fromUtf8("swapButton"));
  144. swapButton->setFlat(false);
  145. horizontalLayout_12->addWidget(swapButton);
  146. verticalLayout_5->addLayout(horizontalLayout_12);
  147. verticalLayout_7->addWidget(groupBox_5);
  148. groupBox = new QGroupBox(AlignDialog);
  149. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  150. sizePolicy.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth());
  151. groupBox->setSizePolicy(sizePolicy);
  152. groupBox->setMinimumSize(QSize(320, 0));
  153. verticalLayout = new QVBoxLayout(groupBox);
  154. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  155. horizontalLayout_8 = new QHBoxLayout();
  156. horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8"));
  157. label = new QLabel(groupBox);
  158. label->setObjectName(QString::fromUtf8("label"));
  159. horizontalLayout_8->addWidget(label);
  160. nbTries = new QSpinBox(groupBox);
  161. nbTries->setObjectName(QString::fromUtf8("nbTries"));
  162. nbTries->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  163. nbTries->setMinimum(1);
  164. nbTries->setMaximum(999999);
  165. nbTries->setValue(50);
  166. horizontalLayout_8->addWidget(nbTries);
  167. verticalLayout->addLayout(horizontalLayout_8);
  168. horizontalLayout_9 = new QHBoxLayout();
  169. horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9"));
  170. label_2 = new QLabel(groupBox);
  171. label_2->setObjectName(QString::fromUtf8("label_2"));
  172. horizontalLayout_9->addWidget(label_2);
  173. overlap = new QDoubleSpinBox(groupBox);
  174. overlap->setObjectName(QString::fromUtf8("overlap"));
  175. overlap->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  176. overlap->setMinimum(0.010000000000000);
  177. overlap->setMaximum(1.000000000000000);
  178. overlap->setSingleStep(0.100000000000000);
  179. overlap->setValue(1.000000000000000);
  180. horizontalLayout_9->addWidget(overlap);
  181. verticalLayout->addLayout(horizontalLayout_9);
  182. horizontalLayout_10 = new QHBoxLayout();
  183. horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10"));
  184. label_3 = new QLabel(groupBox);
  185. label_3->setObjectName(QString::fromUtf8("label_3"));
  186. horizontalLayout_10->addWidget(label_3);
  187. delta = new QDoubleSpinBox(groupBox);
  188. delta->setObjectName(QString::fromUtf8("delta"));
  189. delta->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  190. delta->setMaximum(9999.989999999999782);
  191. delta->setSingleStep(0.100000000000000);
  192. delta->setValue(1.000000000000000);
  193. horizontalLayout_10->addWidget(delta);
  194. deltaEstimation = new QPushButton(groupBox);
  195. deltaEstimation->setObjectName(QString::fromUtf8("deltaEstimation"));
  196. horizontalLayout_10->addWidget(deltaEstimation);
  197. verticalLayout->addLayout(horizontalLayout_10);
  198. horizontalLayout_7 = new QHBoxLayout();
  199. horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
  200. isNbCandLimited = new QCheckBox(groupBox);
  201. isNbCandLimited->setObjectName(QString::fromUtf8("isNbCandLimited"));
  202. horizontalLayout_7->addWidget(isNbCandLimited);
  203. nbMaxCandidates = new QSpinBox(groupBox);
  204. nbMaxCandidates->setObjectName(QString::fromUtf8("nbMaxCandidates"));
  205. nbMaxCandidates->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  206. nbMaxCandidates->setMaximum(9999999);
  207. nbMaxCandidates->setValue(2000);
  208. horizontalLayout_7->addWidget(nbMaxCandidates);
  209. verticalLayout->addLayout(horizontalLayout_7);
  210. verticalLayout_7->addWidget(groupBox);
  211. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  212. verticalLayout_7->addItem(verticalSpacer);
  213. horizontalLayout_13->addLayout(verticalLayout_7);
  214. verticalLayout_6 = new QVBoxLayout();
  215. verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
  216. groupBox_2 = new QGroupBox(AlignDialog);
  217. groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
  218. verticalLayout_4 = new QVBoxLayout(groupBox_2);
  219. verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
  220. horizontalLayout_5 = new QHBoxLayout();
  221. horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
  222. label_4 = new QLabel(groupBox_2);
  223. label_4->setObjectName(QString::fromUtf8("label_4"));
  224. horizontalLayout_5->addWidget(label_4);
  225. samplingMethod = new QComboBox(groupBox_2);
  226. samplingMethod->setObjectName(QString::fromUtf8("samplingMethod"));
  227. horizontalLayout_5->addWidget(samplingMethod);
  228. verticalLayout_4->addLayout(horizontalLayout_5);
  229. groupBox_3 = new QGroupBox(groupBox_2);
  230. groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
  231. verticalLayout_2 = new QVBoxLayout(groupBox_3);
  232. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  233. verticalLayout_2->setContentsMargins(6, 6, 6, 6);
  234. horizontalLayout = new QHBoxLayout();
  235. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  236. label_7 = new QLabel(groupBox_3);
  237. label_7->setObjectName(QString::fromUtf8("label_7"));
  238. label_7->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft);
  239. horizontalLayout->addWidget(label_7);
  240. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  241. horizontalLayout->addItem(horizontalSpacer);
  242. label_8 = new QLabel(groupBox_3);
  243. label_8->setObjectName(QString::fromUtf8("label_8"));
  244. label_8->setAlignment(Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing);
  245. horizontalLayout->addWidget(label_8);
  246. verticalLayout_2->addLayout(horizontalLayout);
  247. dataSample = new QSlider(groupBox_3);
  248. dataSample->setObjectName(QString::fromUtf8("dataSample"));
  249. dataSample->setMaximum(10000000);
  250. dataSample->setValue(1000);
  251. dataSample->setOrientation(Qt::Horizontal);
  252. verticalLayout_2->addWidget(dataSample);
  253. horizontalLayout_2 = new QHBoxLayout();
  254. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  255. horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  256. horizontalLayout_2->addItem(horizontalSpacer_4);
  257. dataSamplingRate = new QDoubleSpinBox(groupBox_3);
  258. dataSamplingRate->setObjectName(QString::fromUtf8("dataSamplingRate"));
  259. dataSamplingRate->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  260. dataSamplingRate->setDecimals(4);
  261. dataSamplingRate->setMaximum(100.000000000000000);
  262. dataSamplingRate->setSingleStep(0.010000000000000);
  263. dataSamplingRate->setValue(100.000000000000000);
  264. horizontalLayout_2->addWidget(dataSamplingRate);
  265. dataRemaining = new QLabel(groupBox_3);
  266. dataRemaining->setObjectName(QString::fromUtf8("dataRemaining"));
  267. horizontalLayout_2->addWidget(dataRemaining);
  268. verticalLayout_2->addLayout(horizontalLayout_2);
  269. verticalLayout_4->addWidget(groupBox_3);
  270. groupBox_4 = new QGroupBox(groupBox_2);
  271. groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
  272. verticalLayout_3 = new QVBoxLayout(groupBox_4);
  273. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  274. verticalLayout_3->setContentsMargins(6, 6, 6, 6);
  275. horizontalLayout_4 = new QHBoxLayout();
  276. horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
  277. label_6 = new QLabel(groupBox_4);
  278. label_6->setObjectName(QString::fromUtf8("label_6"));
  279. label_6->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft);
  280. horizontalLayout_4->addWidget(label_6);
  281. horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  282. horizontalLayout_4->addItem(horizontalSpacer_3);
  283. label_5 = new QLabel(groupBox_4);
  284. label_5->setObjectName(QString::fromUtf8("label_5"));
  285. label_5->setAlignment(Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing);
  286. horizontalLayout_4->addWidget(label_5);
  287. verticalLayout_3->addLayout(horizontalLayout_4);
  288. modelSample = new QSlider(groupBox_4);
  289. modelSample->setObjectName(QString::fromUtf8("modelSample"));
  290. modelSample->setMaximum(10000000);
  291. modelSample->setValue(1000);
  292. modelSample->setOrientation(Qt::Horizontal);
  293. verticalLayout_3->addWidget(modelSample);
  294. horizontalLayout_3 = new QHBoxLayout();
  295. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  296. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  297. horizontalLayout_3->addItem(horizontalSpacer_2);
  298. modelSamplingRate = new QDoubleSpinBox(groupBox_4);
  299. modelSamplingRate->setObjectName(QString::fromUtf8("modelSamplingRate"));
  300. modelSamplingRate->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  301. modelSamplingRate->setDecimals(4);
  302. modelSamplingRate->setMaximum(100.000000000000000);
  303. modelSamplingRate->setSingleStep(0.010000000000000);
  304. modelSamplingRate->setValue(100.000000000000000);
  305. horizontalLayout_3->addWidget(modelSamplingRate);
  306. modelRemaining = new QLabel(groupBox_4);
  307. modelRemaining->setObjectName(QString::fromUtf8("modelRemaining"));
  308. horizontalLayout_3->addWidget(modelRemaining);
  309. verticalLayout_3->addLayout(horizontalLayout_3);
  310. verticalLayout_4->addWidget(groupBox_4);
  311. verticalLayout_6->addWidget(groupBox_2);
  312. buttonBox = new QDialogButtonBox(AlignDialog);
  313. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  314. buttonBox->setOrientation(Qt::Horizontal);
  315. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  316. verticalLayout_6->addWidget(buttonBox);
  317. horizontalLayout_13->addLayout(verticalLayout_6);
  318. retranslateUi(AlignDialog);
  319. QObject::connect(buttonBox, SIGNAL(accepted()), AlignDialog, SLOT(accept()));
  320. QObject::connect(buttonBox, SIGNAL(rejected()), AlignDialog, SLOT(reject()));
  321. QMetaObject::connectSlotsByName(AlignDialog);
  322. } // setupUi
  323. void retranslateUi(QDialog *AlignDialog)
  324. {
  325. AlignDialog->setWindowTitle(QCoreApplication::translate("AlignDialog", "Clouds alignment", nullptr));
  326. groupBox_5->setTitle(QCoreApplication::translate("AlignDialog", "Model and data", nullptr));
  327. label_10->setText(QCoreApplication::translate("AlignDialog", "Data:", nullptr));
  328. #if QT_CONFIG(tooltip)
  329. dataCloud->setToolTip(QCoreApplication::translate("AlignDialog", "the data cloud is the entity to align with the model cloud: it will be displaced (green cloud)", nullptr));
  330. #endif // QT_CONFIG(tooltip)
  331. label_9->setText(QCoreApplication::translate("AlignDialog", "Model:", nullptr));
  332. #if QT_CONFIG(tooltip)
  333. modelCloud->setToolTip(QCoreApplication::translate("AlignDialog", "the model cloud is the reference: it won't move (red cloud)", nullptr));
  334. #endif // QT_CONFIG(tooltip)
  335. #if QT_CONFIG(tooltip)
  336. swapButton->setToolTip(QCoreApplication::translate("AlignDialog", "press once to exchange model and data clouds", nullptr));
  337. #endif // QT_CONFIG(tooltip)
  338. #if QT_CONFIG(statustip)
  339. swapButton->setStatusTip(QCoreApplication::translate("AlignDialog", "press once to exchange model and data clouds", nullptr));
  340. #endif // QT_CONFIG(statustip)
  341. swapButton->setText(QCoreApplication::translate("AlignDialog", "swap", nullptr));
  342. groupBox->setTitle(QCoreApplication::translate("AlignDialog", "Alignment parameters", nullptr));
  343. label->setText(QCoreApplication::translate("AlignDialog", "Number of trials:", nullptr));
  344. #if QT_CONFIG(tooltip)
  345. nbTries->setToolTip(QCoreApplication::translate("AlignDialog", "Number of 4 points bases tested to find the best rigid transform. Great values may lead to long computation time.", nullptr));
  346. #endif // QT_CONFIG(tooltip)
  347. label_2->setText(QCoreApplication::translate("AlignDialog", "Overlap:", nullptr));
  348. #if QT_CONFIG(tooltip)
  349. overlap->setToolTip(QCoreApplication::translate("AlignDialog", "Rough estimation of the two clouds overlap rate (between 0 and 1)", nullptr));
  350. #endif // QT_CONFIG(tooltip)
  351. label_3->setText(QCoreApplication::translate("AlignDialog", "Delta:", nullptr));
  352. #if QT_CONFIG(tooltip)
  353. delta->setToolTip(QCoreApplication::translate("AlignDialog", "Estimation of the distance wished between the two clouds after registration.", nullptr));
  354. #endif // QT_CONFIG(tooltip)
  355. #if QT_CONFIG(tooltip)
  356. deltaEstimation->setToolTip(QCoreApplication::translate("AlignDialog", "The computer will estimate the best delta parameter", nullptr));
  357. #endif // QT_CONFIG(tooltip)
  358. #if QT_CONFIG(statustip)
  359. deltaEstimation->setStatusTip(QCoreApplication::translate("AlignDialog", "The computer will estimate the best delta parameter", nullptr));
  360. #endif // QT_CONFIG(statustip)
  361. deltaEstimation->setText(QCoreApplication::translate("AlignDialog", "Estimate", nullptr));
  362. #if QT_CONFIG(tooltip)
  363. isNbCandLimited->setToolTip(QCoreApplication::translate("AlignDialog", "For each attempt (see above parameter), candidate bases are found. If there are too much candidates, the program may take a long time to finish. Check this box to bound the number of candidates.", nullptr));
  364. #endif // QT_CONFIG(tooltip)
  365. isNbCandLimited->setText(QCoreApplication::translate("AlignDialog", "Limit max. number of candidates", nullptr));
  366. #if QT_CONFIG(tooltip)
  367. nbMaxCandidates->setToolTip(QCoreApplication::translate("AlignDialog", "Maximal number of candidates allowed (check the left box to use this parameter)", nullptr));
  368. #endif // QT_CONFIG(tooltip)
  369. groupBox_2->setTitle(QCoreApplication::translate("AlignDialog", "Sampling", nullptr));
  370. label_4->setText(QCoreApplication::translate("AlignDialog", "Method:", nullptr));
  371. groupBox_3->setTitle(QCoreApplication::translate("AlignDialog", "Data", nullptr));
  372. label_7->setText(QCoreApplication::translate("AlignDialog", "None", nullptr));
  373. label_8->setText(QCoreApplication::translate("AlignDialog", "All", nullptr));
  374. #if QT_CONFIG(tooltip)
  375. dataSample->setToolTip(QCoreApplication::translate("AlignDialog", "Move to the left (none) to decrease the number of points to keep in the data cloud.", nullptr));
  376. #endif // QT_CONFIG(tooltip)
  377. #if QT_CONFIG(statustip)
  378. dataSample->setStatusTip(QCoreApplication::translate("AlignDialog", "Move to the left (none) to decrease the number of points to keep in the data cloud.", nullptr));
  379. #endif // QT_CONFIG(statustip)
  380. dataRemaining->setText(QCoreApplication::translate("AlignDialog", "remaining points", nullptr));
  381. groupBox_4->setTitle(QCoreApplication::translate("AlignDialog", "Model", nullptr));
  382. label_6->setText(QCoreApplication::translate("AlignDialog", "None", nullptr));
  383. label_5->setText(QCoreApplication::translate("AlignDialog", "All", nullptr));
  384. #if QT_CONFIG(tooltip)
  385. modelSample->setToolTip(QCoreApplication::translate("AlignDialog", "Move to the left (none) to decrease the number of points to keep in the model cloud.", nullptr));
  386. #endif // QT_CONFIG(tooltip)
  387. #if QT_CONFIG(statustip)
  388. modelSample->setStatusTip(QCoreApplication::translate("AlignDialog", "Move to the left (none) to decrease the number of points to keep in the model cloud.", nullptr));
  389. #endif // QT_CONFIG(statustip)
  390. modelRemaining->setText(QCoreApplication::translate("AlignDialog", "remaining points", nullptr));
  391. } // retranslateUi
  392. };
  393. namespace Ui {
  394. class AlignDialog: public Ui_AlignDialog {};
  395. } // namespace Ui
  396. QT_END_NAMESPACE
  397. #endif // UI_ALIGNDLG_H