ui_distanceMapDlg.h 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'distanceMapDlg.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_DISTANCEMAPDLG_H
  9. #define UI_DISTANCEMAPDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QDialog>
  14. #include <QtWidgets/QDialogButtonBox>
  15. #include <QtWidgets/QDoubleSpinBox>
  16. #include <QtWidgets/QFrame>
  17. #include <QtWidgets/QHBoxLayout>
  18. #include <QtWidgets/QLabel>
  19. #include <QtWidgets/QSpacerItem>
  20. #include <QtWidgets/QSpinBox>
  21. #include <QtWidgets/QVBoxLayout>
  22. QT_BEGIN_NAMESPACE
  23. class Ui_DistanceMapDialog
  24. {
  25. public:
  26. QVBoxLayout *verticalLayout;
  27. QHBoxLayout *horizontalLayout_2;
  28. QLabel *label;
  29. QSpinBox *stepsSpinBox;
  30. QSpacerItem *horizontalSpacer;
  31. QLabel *label_3;
  32. QDoubleSpinBox *marginDoubleSpinBox;
  33. QHBoxLayout *horizontalLayout_3;
  34. QCheckBox *rangeCheckBox;
  35. QFrame *rangeFrame;
  36. QHBoxLayout *horizontalLayout;
  37. QDoubleSpinBox *minDistDoubleSpinBox;
  38. QLabel *label_2;
  39. QDoubleSpinBox *maxDistDoubleSpinBox;
  40. QSpacerItem *verticalSpacer;
  41. QDialogButtonBox *buttonBox;
  42. void setupUi(QDialog *DistanceMapDialog)
  43. {
  44. if (DistanceMapDialog->objectName().isEmpty())
  45. DistanceMapDialog->setObjectName(QString::fromUtf8("DistanceMapDialog"));
  46. DistanceMapDialog->resize(429, 135);
  47. verticalLayout = new QVBoxLayout(DistanceMapDialog);
  48. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  49. horizontalLayout_2 = new QHBoxLayout();
  50. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  51. label = new QLabel(DistanceMapDialog);
  52. label->setObjectName(QString::fromUtf8("label"));
  53. horizontalLayout_2->addWidget(label);
  54. stepsSpinBox = new QSpinBox(DistanceMapDialog);
  55. stepsSpinBox->setObjectName(QString::fromUtf8("stepsSpinBox"));
  56. stepsSpinBox->setMinimum(8);
  57. stepsSpinBox->setMaximum(2048);
  58. stepsSpinBox->setSingleStep(8);
  59. stepsSpinBox->setValue(128);
  60. horizontalLayout_2->addWidget(stepsSpinBox);
  61. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  62. horizontalLayout_2->addItem(horizontalSpacer);
  63. label_3 = new QLabel(DistanceMapDialog);
  64. label_3->setObjectName(QString::fromUtf8("label_3"));
  65. horizontalLayout_2->addWidget(label_3);
  66. marginDoubleSpinBox = new QDoubleSpinBox(DistanceMapDialog);
  67. marginDoubleSpinBox->setObjectName(QString::fromUtf8("marginDoubleSpinBox"));
  68. marginDoubleSpinBox->setDecimals(3);
  69. marginDoubleSpinBox->setMaximum(1000000.000000000000000);
  70. horizontalLayout_2->addWidget(marginDoubleSpinBox);
  71. verticalLayout->addLayout(horizontalLayout_2);
  72. horizontalLayout_3 = new QHBoxLayout();
  73. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  74. rangeCheckBox = new QCheckBox(DistanceMapDialog);
  75. rangeCheckBox->setObjectName(QString::fromUtf8("rangeCheckBox"));
  76. horizontalLayout_3->addWidget(rangeCheckBox);
  77. rangeFrame = new QFrame(DistanceMapDialog);
  78. rangeFrame->setObjectName(QString::fromUtf8("rangeFrame"));
  79. rangeFrame->setEnabled(false);
  80. horizontalLayout = new QHBoxLayout(rangeFrame);
  81. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  82. horizontalLayout->setContentsMargins(0, 0, 0, 0);
  83. minDistDoubleSpinBox = new QDoubleSpinBox(rangeFrame);
  84. minDistDoubleSpinBox->setObjectName(QString::fromUtf8("minDistDoubleSpinBox"));
  85. minDistDoubleSpinBox->setDecimals(6);
  86. minDistDoubleSpinBox->setMinimum(0.000000000000000);
  87. minDistDoubleSpinBox->setMaximum(1000000000.000000000000000);
  88. minDistDoubleSpinBox->setValue(0.000000000000000);
  89. horizontalLayout->addWidget(minDistDoubleSpinBox);
  90. label_2 = new QLabel(rangeFrame);
  91. label_2->setObjectName(QString::fromUtf8("label_2"));
  92. label_2->setText(QString::fromUtf8("-"));
  93. horizontalLayout->addWidget(label_2);
  94. maxDistDoubleSpinBox = new QDoubleSpinBox(rangeFrame);
  95. maxDistDoubleSpinBox->setObjectName(QString::fromUtf8("maxDistDoubleSpinBox"));
  96. maxDistDoubleSpinBox->setDecimals(6);
  97. maxDistDoubleSpinBox->setMinimum(0.000000000000000);
  98. maxDistDoubleSpinBox->setMaximum(1000000000.000000000000000);
  99. maxDistDoubleSpinBox->setValue(0.000000000000000);
  100. horizontalLayout->addWidget(maxDistDoubleSpinBox);
  101. horizontalLayout_3->addWidget(rangeFrame);
  102. verticalLayout->addLayout(horizontalLayout_3);
  103. verticalSpacer = new QSpacerItem(20, 4, QSizePolicy::Minimum, QSizePolicy::Expanding);
  104. verticalLayout->addItem(verticalSpacer);
  105. buttonBox = new QDialogButtonBox(DistanceMapDialog);
  106. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  107. buttonBox->setOrientation(Qt::Horizontal);
  108. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  109. verticalLayout->addWidget(buttonBox);
  110. retranslateUi(DistanceMapDialog);
  111. QObject::connect(buttonBox, SIGNAL(accepted()), DistanceMapDialog, SLOT(accept()));
  112. QObject::connect(buttonBox, SIGNAL(rejected()), DistanceMapDialog, SLOT(reject()));
  113. QObject::connect(rangeCheckBox, SIGNAL(toggled(bool)), rangeFrame, SLOT(setEnabled(bool)));
  114. QMetaObject::connectSlotsByName(DistanceMapDialog);
  115. } // setupUi
  116. void retranslateUi(QDialog *DistanceMapDialog)
  117. {
  118. DistanceMapDialog->setWindowTitle(QCoreApplication::translate("DistanceMapDialog", "Distance Map", nullptr));
  119. label->setText(QCoreApplication::translate("DistanceMapDialog", "Steps", nullptr));
  120. #if QT_CONFIG(tooltip)
  121. stepsSpinBox->setToolTip(QCoreApplication::translate("DistanceMapDialog", "Map steps (in each direction).\n"
  122. "The bigger the more accurate the map will be\n"
  123. "(but the more points will be created)", nullptr));
  124. #endif // QT_CONFIG(tooltip)
  125. label_3->setText(QCoreApplication::translate("DistanceMapDialog", "Outer margin", nullptr));
  126. #if QT_CONFIG(tooltip)
  127. marginDoubleSpinBox->setToolTip(QCoreApplication::translate("DistanceMapDialog", "Margin added around the cloud bounding-box", nullptr));
  128. #endif // QT_CONFIG(tooltip)
  129. #if QT_CONFIG(tooltip)
  130. rangeCheckBox->setToolTip(QCoreApplication::translate("DistanceMapDialog", "reduce result to the specified range", nullptr));
  131. #endif // QT_CONFIG(tooltip)
  132. rangeCheckBox->setText(QCoreApplication::translate("DistanceMapDialog", "Range", nullptr));
  133. } // retranslateUi
  134. };
  135. namespace Ui {
  136. class DistanceMapDialog: public Ui_DistanceMapDialog {};
  137. } // namespace Ui
  138. QT_END_NAMESPACE
  139. #endif // UI_DISTANCEMAPDLG_H