ui_sensorComputeScatteringAnglesDlg.h 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'sensorComputeScatteringAnglesDlg.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_SENSORCOMPUTESCATTERINGANGLESDLG_H
  9. #define UI_SENSORCOMPUTESCATTERINGANGLESDLG_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_sensorComputeScatteringAnglesDlg
  18. {
  19. public:
  20. QVBoxLayout *verticalLayout;
  21. QCheckBox *anglesToDegCheckbox;
  22. QDialogButtonBox *buttonBox;
  23. void setupUi(QDialog *sensorComputeScatteringAnglesDlg)
  24. {
  25. if (sensorComputeScatteringAnglesDlg->objectName().isEmpty())
  26. sensorComputeScatteringAnglesDlg->setObjectName(QString::fromUtf8("sensorComputeScatteringAnglesDlg"));
  27. sensorComputeScatteringAnglesDlg->resize(178, 67);
  28. verticalLayout = new QVBoxLayout(sensorComputeScatteringAnglesDlg);
  29. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  30. anglesToDegCheckbox = new QCheckBox(sensorComputeScatteringAnglesDlg);
  31. anglesToDegCheckbox->setObjectName(QString::fromUtf8("anglesToDegCheckbox"));
  32. verticalLayout->addWidget(anglesToDegCheckbox);
  33. buttonBox = new QDialogButtonBox(sensorComputeScatteringAnglesDlg);
  34. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  35. buttonBox->setOrientation(Qt::Horizontal);
  36. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  37. verticalLayout->addWidget(buttonBox);
  38. retranslateUi(sensorComputeScatteringAnglesDlg);
  39. QObject::connect(buttonBox, SIGNAL(accepted()), sensorComputeScatteringAnglesDlg, SLOT(accept()));
  40. QObject::connect(buttonBox, SIGNAL(rejected()), sensorComputeScatteringAnglesDlg, SLOT(reject()));
  41. QMetaObject::connectSlotsByName(sensorComputeScatteringAnglesDlg);
  42. } // setupUi
  43. void retranslateUi(QDialog *sensorComputeScatteringAnglesDlg)
  44. {
  45. sensorComputeScatteringAnglesDlg->setWindowTitle(QCoreApplication::translate("sensorComputeScatteringAnglesDlg", "Compute scattering angles", nullptr));
  46. anglesToDegCheckbox->setText(QCoreApplication::translate("sensorComputeScatteringAnglesDlg", "Convert angles to degree", nullptr));
  47. } // retranslateUi
  48. };
  49. namespace Ui {
  50. class sensorComputeScatteringAnglesDlg: public Ui_sensorComputeScatteringAnglesDlg {};
  51. } // namespace Ui
  52. QT_END_NAMESPACE
  53. #endif // UI_SENSORCOMPUTESCATTERINGANGLESDLG_H