197 lines
7.9 KiB
C
197 lines
7.9 KiB
C
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'QOrthSlrRaster.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_QORTHSLRRASTER_H
|
||
|
#define UI_QORTHSLRRASTER_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtWidgets/QApplication>
|
||
|
#include <QtWidgets/QDialog>
|
||
|
#include <QtWidgets/QDialogButtonBox>
|
||
|
#include <QtWidgets/QFrame>
|
||
|
#include <QtWidgets/QHBoxLayout>
|
||
|
#include <QtWidgets/QLabel>
|
||
|
#include <QtWidgets/QLineEdit>
|
||
|
#include <QtWidgets/QListWidget>
|
||
|
#include <QtWidgets/QPushButton>
|
||
|
#include <QtWidgets/QSpacerItem>
|
||
|
#include <QtWidgets/QVBoxLayout>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_QOrthSlrRasterClass
|
||
|
{
|
||
|
public:
|
||
|
QVBoxLayout *verticalLayout_2;
|
||
|
QFrame *frame;
|
||
|
QHBoxLayout *horizontalLayout;
|
||
|
QListWidget *listWidgetMetaxml;
|
||
|
QFrame *frame_2;
|
||
|
QVBoxLayout *verticalLayout;
|
||
|
QPushButton *pushButtonAdd;
|
||
|
QPushButton *pushButtonRemove;
|
||
|
QSpacerItem *verticalSpacer;
|
||
|
QFrame *frame_4;
|
||
|
QHBoxLayout *horizontalLayout_3;
|
||
|
QLabel *label_2;
|
||
|
QLineEdit *lineEditDEM;
|
||
|
QPushButton *pushButtonDEMSelect;
|
||
|
QFrame *frame_3;
|
||
|
QHBoxLayout *horizontalLayout_2;
|
||
|
QLabel *label;
|
||
|
QLineEdit *lineEditWorkDir;
|
||
|
QPushButton *pushButtonWorkSpace;
|
||
|
QDialogButtonBox *buttonBox;
|
||
|
|
||
|
void setupUi(QDialog *QOrthSlrRasterClass)
|
||
|
{
|
||
|
if (QOrthSlrRasterClass->objectName().isEmpty())
|
||
|
QOrthSlrRasterClass->setObjectName(QString::fromUtf8("QOrthSlrRasterClass"));
|
||
|
QOrthSlrRasterClass->resize(600, 400);
|
||
|
verticalLayout_2 = new QVBoxLayout(QOrthSlrRasterClass);
|
||
|
verticalLayout_2->setSpacing(6);
|
||
|
verticalLayout_2->setContentsMargins(11, 11, 11, 11);
|
||
|
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
|
||
|
frame = new QFrame(QOrthSlrRasterClass);
|
||
|
frame->setObjectName(QString::fromUtf8("frame"));
|
||
|
frame->setFrameShape(QFrame::StyledPanel);
|
||
|
frame->setFrameShadow(QFrame::Raised);
|
||
|
horizontalLayout = new QHBoxLayout(frame);
|
||
|
horizontalLayout->setSpacing(6);
|
||
|
horizontalLayout->setContentsMargins(11, 11, 11, 11);
|
||
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||
|
listWidgetMetaxml = new QListWidget(frame);
|
||
|
listWidgetMetaxml->setObjectName(QString::fromUtf8("listWidgetMetaxml"));
|
||
|
listWidgetMetaxml->setSelectionMode(QAbstractItemView::MultiSelection);
|
||
|
|
||
|
horizontalLayout->addWidget(listWidgetMetaxml);
|
||
|
|
||
|
frame_2 = new QFrame(frame);
|
||
|
frame_2->setObjectName(QString::fromUtf8("frame_2"));
|
||
|
frame_2->setFrameShape(QFrame::StyledPanel);
|
||
|
frame_2->setFrameShadow(QFrame::Raised);
|
||
|
verticalLayout = new QVBoxLayout(frame_2);
|
||
|
verticalLayout->setSpacing(6);
|
||
|
verticalLayout->setContentsMargins(11, 11, 11, 11);
|
||
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
||
|
pushButtonAdd = new QPushButton(frame_2);
|
||
|
pushButtonAdd->setObjectName(QString::fromUtf8("pushButtonAdd"));
|
||
|
pushButtonAdd->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
verticalLayout->addWidget(pushButtonAdd);
|
||
|
|
||
|
pushButtonRemove = new QPushButton(frame_2);
|
||
|
pushButtonRemove->setObjectName(QString::fromUtf8("pushButtonRemove"));
|
||
|
pushButtonRemove->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
verticalLayout->addWidget(pushButtonRemove);
|
||
|
|
||
|
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||
|
|
||
|
verticalLayout->addItem(verticalSpacer);
|
||
|
|
||
|
|
||
|
horizontalLayout->addWidget(frame_2);
|
||
|
|
||
|
|
||
|
verticalLayout_2->addWidget(frame);
|
||
|
|
||
|
frame_4 = new QFrame(QOrthSlrRasterClass);
|
||
|
frame_4->setObjectName(QString::fromUtf8("frame_4"));
|
||
|
frame_4->setFrameShape(QFrame::StyledPanel);
|
||
|
frame_4->setFrameShadow(QFrame::Raised);
|
||
|
horizontalLayout_3 = new QHBoxLayout(frame_4);
|
||
|
horizontalLayout_3->setSpacing(6);
|
||
|
horizontalLayout_3->setContentsMargins(11, 11, 11, 11);
|
||
|
horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
|
||
|
label_2 = new QLabel(frame_4);
|
||
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||
|
label_2->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_3->addWidget(label_2);
|
||
|
|
||
|
lineEditDEM = new QLineEdit(frame_4);
|
||
|
lineEditDEM->setObjectName(QString::fromUtf8("lineEditDEM"));
|
||
|
lineEditDEM->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_3->addWidget(lineEditDEM);
|
||
|
|
||
|
pushButtonDEMSelect = new QPushButton(frame_4);
|
||
|
pushButtonDEMSelect->setObjectName(QString::fromUtf8("pushButtonDEMSelect"));
|
||
|
pushButtonDEMSelect->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_3->addWidget(pushButtonDEMSelect);
|
||
|
|
||
|
|
||
|
verticalLayout_2->addWidget(frame_4);
|
||
|
|
||
|
frame_3 = new QFrame(QOrthSlrRasterClass);
|
||
|
frame_3->setObjectName(QString::fromUtf8("frame_3"));
|
||
|
frame_3->setFrameShape(QFrame::StyledPanel);
|
||
|
frame_3->setFrameShadow(QFrame::Raised);
|
||
|
horizontalLayout_2 = new QHBoxLayout(frame_3);
|
||
|
horizontalLayout_2->setSpacing(6);
|
||
|
horizontalLayout_2->setContentsMargins(11, 11, 11, 11);
|
||
|
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
||
|
label = new QLabel(frame_3);
|
||
|
label->setObjectName(QString::fromUtf8("label"));
|
||
|
label->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_2->addWidget(label);
|
||
|
|
||
|
lineEditWorkDir = new QLineEdit(frame_3);
|
||
|
lineEditWorkDir->setObjectName(QString::fromUtf8("lineEditWorkDir"));
|
||
|
lineEditWorkDir->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_2->addWidget(lineEditWorkDir);
|
||
|
|
||
|
pushButtonWorkSpace = new QPushButton(frame_3);
|
||
|
pushButtonWorkSpace->setObjectName(QString::fromUtf8("pushButtonWorkSpace"));
|
||
|
pushButtonWorkSpace->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_2->addWidget(pushButtonWorkSpace);
|
||
|
|
||
|
|
||
|
verticalLayout_2->addWidget(frame_3);
|
||
|
|
||
|
buttonBox = new QDialogButtonBox(QOrthSlrRasterClass);
|
||
|
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
||
|
buttonBox->setMinimumSize(QSize(0, 32));
|
||
|
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
||
|
|
||
|
verticalLayout_2->addWidget(buttonBox);
|
||
|
|
||
|
|
||
|
retranslateUi(QOrthSlrRasterClass);
|
||
|
QObject::connect(buttonBox, SIGNAL(accepted()), QOrthSlrRasterClass, SLOT(accept()));
|
||
|
QObject::connect(buttonBox, SIGNAL(rejected()), QOrthSlrRasterClass, SLOT(reject()));
|
||
|
|
||
|
QMetaObject::connectSlotsByName(QOrthSlrRasterClass);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *QOrthSlrRasterClass)
|
||
|
{
|
||
|
QOrthSlrRasterClass->setWindowTitle(QCoreApplication::translate("QOrthSlrRasterClass", "\346\240\271\346\215\256\346\237\245\346\211\276\350\241\250\346\255\243\345\260\204\345\233\276\345\203\217", nullptr));
|
||
|
pushButtonAdd->setText(QCoreApplication::translate("QOrthSlrRasterClass", "\351\200\211\346\213\251", nullptr));
|
||
|
pushButtonRemove->setText(QCoreApplication::translate("QOrthSlrRasterClass", "\345\210\240\351\231\244", nullptr));
|
||
|
label_2->setText(QCoreApplication::translate("QOrthSlrRasterClass", "LookTable\350\267\257\345\276\204\357\274\232", nullptr));
|
||
|
pushButtonDEMSelect->setText(QCoreApplication::translate("QOrthSlrRasterClass", "\351\200\211\346\213\251", nullptr));
|
||
|
label->setText(QCoreApplication::translate("QOrthSlrRasterClass", "\350\276\223\345\207\272\345\234\260\345\235\200\357\274\232", nullptr));
|
||
|
pushButtonWorkSpace->setText(QCoreApplication::translate("QOrthSlrRasterClass", "\351\200\211\346\213\251", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class QOrthSlrRasterClass: public Ui_QOrthSlrRasterClass {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_QORTHSLRRASTER_H
|