/******************************************************************************** ** Form generated from reading UI file 'QClipRasterByRowCols.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_QCLIPRASTERBYROWCOLS_H #define UI_QCLIPRASTERBYROWCOLS_H #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_QClipRasterByRowColsClass { public: QVBoxLayout *verticalLayout; QFrame *frame; QGridLayout *gridLayout; QLabel *label; QLineEdit *lineEdit_InRaster; QPushButton *InRasterBtn; QLabel *label_2; QLineEdit *lineEdit_OutRaster; QPushButton *OutRasterBtn; QFrame *frame_2; QGridLayout *gridLayout_2; QSpinBox *lineEdit_bottomRow; QSpinBox *lineEdit_LeftCol; QSpinBox *lineEdit_topRow; QSpinBox *lineEdit_RightCol; QLabel *label_3; QSpacerItem *verticalSpacer; QProgressBar *progressBar; QDialogButtonBox *accepBtn; void setupUi(QDialog *QClipRasterByRowColsClass) { if (QClipRasterByRowColsClass->objectName().isEmpty()) QClipRasterByRowColsClass->setObjectName(QString::fromUtf8("QClipRasterByRowColsClass")); QClipRasterByRowColsClass->resize(600, 400); verticalLayout = new QVBoxLayout(QClipRasterByRowColsClass); verticalLayout->setSpacing(6); verticalLayout->setContentsMargins(11, 11, 11, 11); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); frame = new QFrame(QClipRasterByRowColsClass); frame->setObjectName(QString::fromUtf8("frame")); frame->setFrameShape(QFrame::StyledPanel); frame->setFrameShadow(QFrame::Raised); gridLayout = new QGridLayout(frame); gridLayout->setSpacing(6); gridLayout->setContentsMargins(11, 11, 11, 11); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); label = new QLabel(frame); label->setObjectName(QString::fromUtf8("label")); label->setMinimumSize(QSize(0, 30)); label->setMaximumSize(QSize(16777215, 30)); gridLayout->addWidget(label, 0, 0, 1, 1); lineEdit_InRaster = new QLineEdit(frame); lineEdit_InRaster->setObjectName(QString::fromUtf8("lineEdit_InRaster")); lineEdit_InRaster->setMinimumSize(QSize(0, 30)); lineEdit_InRaster->setMaximumSize(QSize(16777215, 30)); gridLayout->addWidget(lineEdit_InRaster, 0, 1, 1, 1); InRasterBtn = new QPushButton(frame); InRasterBtn->setObjectName(QString::fromUtf8("InRasterBtn")); InRasterBtn->setMinimumSize(QSize(0, 30)); InRasterBtn->setMaximumSize(QSize(16777215, 30)); gridLayout->addWidget(InRasterBtn, 0, 2, 1, 1); label_2 = new QLabel(frame); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setMinimumSize(QSize(0, 30)); label_2->setMaximumSize(QSize(16777215, 30)); gridLayout->addWidget(label_2, 1, 0, 1, 1); lineEdit_OutRaster = new QLineEdit(frame); lineEdit_OutRaster->setObjectName(QString::fromUtf8("lineEdit_OutRaster")); lineEdit_OutRaster->setMinimumSize(QSize(0, 30)); lineEdit_OutRaster->setMaximumSize(QSize(16777215, 30)); gridLayout->addWidget(lineEdit_OutRaster, 1, 1, 1, 1); OutRasterBtn = new QPushButton(frame); OutRasterBtn->setObjectName(QString::fromUtf8("OutRasterBtn")); OutRasterBtn->setMinimumSize(QSize(0, 30)); OutRasterBtn->setMaximumSize(QSize(16777215, 30)); gridLayout->addWidget(OutRasterBtn, 1, 2, 1, 1); verticalLayout->addWidget(frame); frame_2 = new QFrame(QClipRasterByRowColsClass); frame_2->setObjectName(QString::fromUtf8("frame_2")); frame_2->setFrameShape(QFrame::StyledPanel); frame_2->setFrameShadow(QFrame::Raised); gridLayout_2 = new QGridLayout(frame_2); gridLayout_2->setSpacing(6); gridLayout_2->setContentsMargins(11, 11, 11, 11); gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); lineEdit_bottomRow = new QSpinBox(frame_2); lineEdit_bottomRow->setObjectName(QString::fromUtf8("lineEdit_bottomRow")); lineEdit_bottomRow->setMinimumSize(QSize(0, 30)); lineEdit_bottomRow->setMinimum(0); lineEdit_bottomRow->setMaximum(999999999); gridLayout_2->addWidget(lineEdit_bottomRow, 3, 3, 1, 1); lineEdit_LeftCol = new QSpinBox(frame_2); lineEdit_LeftCol->setObjectName(QString::fromUtf8("lineEdit_LeftCol")); lineEdit_LeftCol->setMinimumSize(QSize(0, 30)); lineEdit_LeftCol->setMinimum(0); lineEdit_LeftCol->setMaximum(999999999); lineEdit_LeftCol->setProperty("decimals", QVariant(0)); gridLayout_2->addWidget(lineEdit_LeftCol, 2, 2, 1, 1); lineEdit_topRow = new QSpinBox(frame_2); lineEdit_topRow->setObjectName(QString::fromUtf8("lineEdit_topRow")); lineEdit_topRow->setMinimumSize(QSize(0, 30)); lineEdit_topRow->setMinimum(0); lineEdit_topRow->setMaximum(999999999); gridLayout_2->addWidget(lineEdit_topRow, 1, 3, 1, 1); lineEdit_RightCol = new QSpinBox(frame_2); lineEdit_RightCol->setObjectName(QString::fromUtf8("lineEdit_RightCol")); lineEdit_RightCol->setMinimumSize(QSize(0, 30)); lineEdit_RightCol->setMinimum(0); lineEdit_RightCol->setMaximum(999999999); gridLayout_2->addWidget(lineEdit_RightCol, 2, 4, 1, 1); label_3 = new QLabel(frame_2); label_3->setObjectName(QString::fromUtf8("label_3")); label_3->setMaximumSize(QSize(16777215, 25)); gridLayout_2->addWidget(label_3, 0, 2, 1, 1); verticalLayout->addWidget(frame_2); verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout->addItem(verticalSpacer); progressBar = new QProgressBar(QClipRasterByRowColsClass); progressBar->setObjectName(QString::fromUtf8("progressBar")); progressBar->setValue(0); verticalLayout->addWidget(progressBar); accepBtn = new QDialogButtonBox(QClipRasterByRowColsClass); accepBtn->setObjectName(QString::fromUtf8("accepBtn")); accepBtn->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); verticalLayout->addWidget(accepBtn); retranslateUi(QClipRasterByRowColsClass); QMetaObject::connectSlotsByName(QClipRasterByRowColsClass); } // setupUi void retranslateUi(QDialog *QClipRasterByRowColsClass) { QClipRasterByRowColsClass->setWindowTitle(QCoreApplication::translate("QClipRasterByRowColsClass", "\346\240\271\346\215\256\350\241\214\345\210\227\346\225\260\350\243\201\345\211\252\345\275\261\345\203\217", nullptr)); label->setText(QCoreApplication::translate("QClipRasterByRowColsClass", "\350\276\223\345\205\245\345\275\261\345\203\217\357\274\232", nullptr)); InRasterBtn->setText(QCoreApplication::translate("QClipRasterByRowColsClass", "\351\200\211\346\213\251", nullptr)); label_2->setText(QCoreApplication::translate("QClipRasterByRowColsClass", "\350\243\201\345\211\252\347\273\223\346\236\234:", nullptr)); OutRasterBtn->setText(QCoreApplication::translate("QClipRasterByRowColsClass", "\351\200\211\346\213\251", nullptr)); label_3->setText(QCoreApplication::translate("QClipRasterByRowColsClass", "\345\217\202\350\247\201\350\214\203\345\233\264", nullptr)); } // retranslateUi }; namespace Ui { class QClipRasterByRowColsClass: public Ui_QClipRasterByRowColsClass {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QCLIPRASTERBYROWCOLS_H