| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- /********************************************************************************
- ** Form generated from reading UI file 'sensorComputeScatteringAnglesDlg.ui'
- **
- ** Created by: Qt User Interface Compiler version 5.15.10
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_SENSORCOMPUTESCATTERINGANGLESDLG_H
- #define UI_SENSORCOMPUTESCATTERINGANGLESDLG_H
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QCheckBox>
- #include <QtWidgets/QDialog>
- #include <QtWidgets/QDialogButtonBox>
- #include <QtWidgets/QVBoxLayout>
- QT_BEGIN_NAMESPACE
- class Ui_sensorComputeScatteringAnglesDlg
- {
- public:
- QVBoxLayout *verticalLayout;
- QCheckBox *anglesToDegCheckbox;
- QDialogButtonBox *buttonBox;
- void setupUi(QDialog *sensorComputeScatteringAnglesDlg)
- {
- if (sensorComputeScatteringAnglesDlg->objectName().isEmpty())
- sensorComputeScatteringAnglesDlg->setObjectName(QString::fromUtf8("sensorComputeScatteringAnglesDlg"));
- sensorComputeScatteringAnglesDlg->resize(178, 67);
- verticalLayout = new QVBoxLayout(sensorComputeScatteringAnglesDlg);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- anglesToDegCheckbox = new QCheckBox(sensorComputeScatteringAnglesDlg);
- anglesToDegCheckbox->setObjectName(QString::fromUtf8("anglesToDegCheckbox"));
- verticalLayout->addWidget(anglesToDegCheckbox);
- buttonBox = new QDialogButtonBox(sensorComputeScatteringAnglesDlg);
- buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
- buttonBox->setOrientation(Qt::Horizontal);
- buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
- verticalLayout->addWidget(buttonBox);
- retranslateUi(sensorComputeScatteringAnglesDlg);
- QObject::connect(buttonBox, SIGNAL(accepted()), sensorComputeScatteringAnglesDlg, SLOT(accept()));
- QObject::connect(buttonBox, SIGNAL(rejected()), sensorComputeScatteringAnglesDlg, SLOT(reject()));
- QMetaObject::connectSlotsByName(sensorComputeScatteringAnglesDlg);
- } // setupUi
- void retranslateUi(QDialog *sensorComputeScatteringAnglesDlg)
- {
- sensorComputeScatteringAnglesDlg->setWindowTitle(QCoreApplication::translate("sensorComputeScatteringAnglesDlg", "Compute scattering angles", nullptr));
- anglesToDegCheckbox->setText(QCoreApplication::translate("sensorComputeScatteringAnglesDlg", "Convert angles to degree", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class sensorComputeScatteringAnglesDlg: public Ui_sensorComputeScatteringAnglesDlg {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_SENSORCOMPUTESCATTERINGANGLESDLG_H
|