ui_sensorComputeDistancesDlg.h 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'sensorComputeDistancesDlg.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_SENSORCOMPUTEDISTANCESDLG_H
  9. #define UI_SENSORCOMPUTEDISTANCESDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QDialog>
  14. #include <QtWidgets/QDialogButtonBox>
  15. #include <QtWidgets/QVBoxLayout>
  16. QT_BEGIN_NAMESPACE
  17. class Ui_sensorComputeDistancesDlg
  18. {
  19. public:
  20. QVBoxLayout *verticalLayout;
  21. QCheckBox *checkSquaredDistance;
  22. QDialogButtonBox *buttonBox;
  23. void setupUi(QDialog *sensorComputeDistancesDlg)
  24. {
  25. if (sensorComputeDistancesDlg->objectName().isEmpty())
  26. sensorComputeDistancesDlg->setObjectName(QString::fromUtf8("sensorComputeDistancesDlg"));
  27. sensorComputeDistancesDlg->resize(178, 67);
  28. verticalLayout = new QVBoxLayout(sensorComputeDistancesDlg);
  29. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  30. checkSquaredDistance = new QCheckBox(sensorComputeDistancesDlg);
  31. checkSquaredDistance->setObjectName(QString::fromUtf8("checkSquaredDistance"));
  32. verticalLayout->addWidget(checkSquaredDistance);
  33. buttonBox = new QDialogButtonBox(sensorComputeDistancesDlg);
  34. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  35. buttonBox->setOrientation(Qt::Horizontal);
  36. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  37. verticalLayout->addWidget(buttonBox);
  38. retranslateUi(sensorComputeDistancesDlg);
  39. QObject::connect(buttonBox, SIGNAL(accepted()), sensorComputeDistancesDlg, SLOT(accept()));
  40. QObject::connect(buttonBox, SIGNAL(rejected()), sensorComputeDistancesDlg, SLOT(reject()));
  41. QMetaObject::connectSlotsByName(sensorComputeDistancesDlg);
  42. } // setupUi
  43. void retranslateUi(QDialog *sensorComputeDistancesDlg)
  44. {
  45. sensorComputeDistancesDlg->setWindowTitle(QCoreApplication::translate("sensorComputeDistancesDlg", "Sensor range computation", nullptr));
  46. checkSquaredDistance->setText(QCoreApplication::translate("sensorComputeDistancesDlg", "Squared distances", nullptr));
  47. } // retranslateUi
  48. };
  49. namespace Ui {
  50. class sensorComputeDistancesDlg: public Ui_sensorComputeDistancesDlg {};
  51. } // namespace Ui
  52. QT_END_NAMESPACE
  53. #endif // UI_SENSORCOMPUTEDISTANCESDLG_H