/******************************************************************************** ** Form generated from reading UI file 'QSARLookTableSimualtionGUI.ui' ** ** Created by: Qt User Interface Compiler version 5.15.13 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_QSARLOOKTABLESIMUALTIONGUI_H #define UI_QSARLOOKTABLESIMUALTIONGUI_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_QSARLookTableSimualtionGUIClass { public: QVBoxLayout *verticalLayout; QGroupBox *groupBox; QGridLayout *gridLayout; QPushButton *OrbitBtn; QLineEdit *lineEdit_Orbit; QPushButton *DEMBtn; QLabel *label; QLineEdit *lineEdit_SateParams; QLabel *label_2; QLineEdit *lineEdit_DEM; QLabel *label_3; QPushButton *SateParamsBtn; QGroupBox *groupBox_3; QGridLayout *gridLayout_2; QLabel *label_5; QLineEdit *lineEdit_Inc; QPushButton *IncBtn; QLabel *label_6; QLineEdit *lineEdit_LkTbl; QPushButton *LkTblBtn; QSpacerItem *verticalSpacer; QDialogButtonBox *acpRjBtn; void setupUi(QDialog *QSARLookTableSimualtionGUIClass) { if (QSARLookTableSimualtionGUIClass->objectName().isEmpty()) QSARLookTableSimualtionGUIClass->setObjectName(QString::fromUtf8("QSARLookTableSimualtionGUIClass")); QSARLookTableSimualtionGUIClass->resize(590, 342); verticalLayout = new QVBoxLayout(QSARLookTableSimualtionGUIClass); verticalLayout->setSpacing(6); verticalLayout->setContentsMargins(11, 11, 11, 11); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); groupBox = new QGroupBox(QSARLookTableSimualtionGUIClass); groupBox->setObjectName(QString::fromUtf8("groupBox")); groupBox->setMaximumSize(QSize(16777215, 150)); gridLayout = new QGridLayout(groupBox); gridLayout->setSpacing(6); gridLayout->setContentsMargins(11, 11, 11, 11); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); OrbitBtn = new QPushButton(groupBox); OrbitBtn->setObjectName(QString::fromUtf8("OrbitBtn")); OrbitBtn->setMinimumSize(QSize(0, 30)); gridLayout->addWidget(OrbitBtn, 2, 2, 1, 1); lineEdit_Orbit = new QLineEdit(groupBox); lineEdit_Orbit->setObjectName(QString::fromUtf8("lineEdit_Orbit")); lineEdit_Orbit->setMinimumSize(QSize(0, 30)); gridLayout->addWidget(lineEdit_Orbit, 2, 1, 1, 1); DEMBtn = new QPushButton(groupBox); DEMBtn->setObjectName(QString::fromUtf8("DEMBtn")); DEMBtn->setMinimumSize(QSize(0, 30)); gridLayout->addWidget(DEMBtn, 1, 2, 1, 1); label = new QLabel(groupBox); label->setObjectName(QString::fromUtf8("label")); label->setMinimumSize(QSize(0, 30)); gridLayout->addWidget(label, 0, 0, 1, 1); lineEdit_SateParams = new QLineEdit(groupBox); lineEdit_SateParams->setObjectName(QString::fromUtf8("lineEdit_SateParams")); lineEdit_SateParams->setMinimumSize(QSize(0, 30)); gridLayout->addWidget(lineEdit_SateParams, 0, 1, 1, 1); label_2 = new QLabel(groupBox); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setMinimumSize(QSize(0, 30)); gridLayout->addWidget(label_2, 1, 0, 1, 1); lineEdit_DEM = new QLineEdit(groupBox); lineEdit_DEM->setObjectName(QString::fromUtf8("lineEdit_DEM")); lineEdit_DEM->setMinimumSize(QSize(0, 30)); gridLayout->addWidget(lineEdit_DEM, 1, 1, 1, 1); label_3 = new QLabel(groupBox); label_3->setObjectName(QString::fromUtf8("label_3")); label_3->setMinimumSize(QSize(0, 30)); gridLayout->addWidget(label_3, 2, 0, 1, 1); SateParamsBtn = new QPushButton(groupBox); SateParamsBtn->setObjectName(QString::fromUtf8("SateParamsBtn")); SateParamsBtn->setMinimumSize(QSize(0, 30)); gridLayout->addWidget(SateParamsBtn, 0, 2, 1, 1); verticalLayout->addWidget(groupBox); groupBox_3 = new QGroupBox(QSARLookTableSimualtionGUIClass); groupBox_3->setObjectName(QString::fromUtf8("groupBox_3")); groupBox_3->setMaximumSize(QSize(16777215, 120)); gridLayout_2 = new QGridLayout(groupBox_3); gridLayout_2->setSpacing(6); gridLayout_2->setContentsMargins(11, 11, 11, 11); gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); label_5 = new QLabel(groupBox_3); label_5->setObjectName(QString::fromUtf8("label_5")); label_5->setMinimumSize(QSize(0, 30)); gridLayout_2->addWidget(label_5, 0, 0, 1, 1); lineEdit_Inc = new QLineEdit(groupBox_3); lineEdit_Inc->setObjectName(QString::fromUtf8("lineEdit_Inc")); lineEdit_Inc->setMinimumSize(QSize(0, 30)); gridLayout_2->addWidget(lineEdit_Inc, 0, 1, 1, 1); IncBtn = new QPushButton(groupBox_3); IncBtn->setObjectName(QString::fromUtf8("IncBtn")); IncBtn->setMinimumSize(QSize(0, 30)); gridLayout_2->addWidget(IncBtn, 0, 2, 1, 1); label_6 = new QLabel(groupBox_3); label_6->setObjectName(QString::fromUtf8("label_6")); label_6->setMinimumSize(QSize(0, 30)); gridLayout_2->addWidget(label_6, 1, 0, 1, 1); lineEdit_LkTbl = new QLineEdit(groupBox_3); lineEdit_LkTbl->setObjectName(QString::fromUtf8("lineEdit_LkTbl")); lineEdit_LkTbl->setMinimumSize(QSize(0, 30)); gridLayout_2->addWidget(lineEdit_LkTbl, 1, 1, 1, 1); LkTblBtn = new QPushButton(groupBox_3); LkTblBtn->setObjectName(QString::fromUtf8("LkTblBtn")); LkTblBtn->setMinimumSize(QSize(0, 30)); gridLayout_2->addWidget(LkTblBtn, 1, 2, 1, 1); verticalLayout->addWidget(groupBox_3); verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout->addItem(verticalSpacer); acpRjBtn = new QDialogButtonBox(QSARLookTableSimualtionGUIClass); acpRjBtn->setObjectName(QString::fromUtf8("acpRjBtn")); acpRjBtn->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); verticalLayout->addWidget(acpRjBtn); retranslateUi(QSARLookTableSimualtionGUIClass); QMetaObject::connectSlotsByName(QSARLookTableSimualtionGUIClass); } // setupUi void retranslateUi(QDialog *QSARLookTableSimualtionGUIClass) { QSARLookTableSimualtionGUIClass->setWindowTitle(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "SAR\346\237\245\346\211\276\350\241\250\346\250\241\346\213\237", nullptr)); groupBox->setTitle(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\350\276\223\345\205\245\345\217\202\346\225\260", nullptr)); OrbitBtn->setText(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\351\200\211\346\213\251", nullptr)); DEMBtn->setText(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\351\200\211\346\213\251", nullptr)); label->setText(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\345\215\253\346\230\237\345\217\202\346\225\260\346\226\207\344\273\266", nullptr)); label_2->setText(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "DEM\346\226\207\344\273\266", nullptr)); label_3->setText(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\345\215\253\346\230\237\350\275\250\351\201\223\345\217\202\346\225\260", nullptr)); SateParamsBtn->setText(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\351\200\211\346\213\251", nullptr)); groupBox_3->setTitle(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\350\276\223\345\207\272\345\217\202\346\225\260", nullptr)); label_5->setText(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\345\205\245\345\260\204\350\247\222\345\217\202\346\225\260\346\226\207\344\273\266", nullptr)); IncBtn->setText(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\351\200\211\346\213\251", nullptr)); label_6->setText(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\346\237\245\346\211\276\350\241\250", nullptr)); LkTblBtn->setText(QCoreApplication::translate("QSARLookTableSimualtionGUIClass", "\351\200\211\346\213\251", nullptr)); } // retranslateUi }; namespace Ui { class QSARLookTableSimualtionGUIClass: public Ui_QSARLookTableSimualtionGUIClass {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QSARLOOKTABLESIMUALTIONGUI_H