147 lines
6.0 KiB
C
147 lines
6.0 KiB
C
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'QSimulationBPImage.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_QSIMULATIONBPIMAGE_H
|
||
|
#define UI_QSIMULATIONBPIMAGE_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/QPushButton>
|
||
|
#include <QtWidgets/QSpacerItem>
|
||
|
#include <QtWidgets/QVBoxLayout>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_QSimulationBPImageClass
|
||
|
{
|
||
|
public:
|
||
|
QVBoxLayout *verticalLayout;
|
||
|
QFrame *frame;
|
||
|
QHBoxLayout *horizontalLayout;
|
||
|
QLabel *label;
|
||
|
QLineEdit *lineEditEchoPath;
|
||
|
QPushButton *pushButtonEchoSelect;
|
||
|
QFrame *frame_2;
|
||
|
QHBoxLayout *horizontalLayout_2;
|
||
|
QLabel *label_2;
|
||
|
QLineEdit *lineEditImagePath;
|
||
|
QPushButton *pushButtonImageSelect;
|
||
|
QSpacerItem *verticalSpacer;
|
||
|
QDialogButtonBox *buttonBox;
|
||
|
|
||
|
void setupUi(QDialog *QSimulationBPImageClass)
|
||
|
{
|
||
|
if (QSimulationBPImageClass->objectName().isEmpty())
|
||
|
QSimulationBPImageClass->setObjectName(QString::fromUtf8("QSimulationBPImageClass"));
|
||
|
QSimulationBPImageClass->resize(995, 400);
|
||
|
verticalLayout = new QVBoxLayout(QSimulationBPImageClass);
|
||
|
verticalLayout->setSpacing(6);
|
||
|
verticalLayout->setContentsMargins(11, 11, 11, 11);
|
||
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
||
|
frame = new QFrame(QSimulationBPImageClass);
|
||
|
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"));
|
||
|
label = new QLabel(frame);
|
||
|
label->setObjectName(QString::fromUtf8("label"));
|
||
|
label->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout->addWidget(label);
|
||
|
|
||
|
lineEditEchoPath = new QLineEdit(frame);
|
||
|
lineEditEchoPath->setObjectName(QString::fromUtf8("lineEditEchoPath"));
|
||
|
lineEditEchoPath->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout->addWidget(lineEditEchoPath);
|
||
|
|
||
|
pushButtonEchoSelect = new QPushButton(frame);
|
||
|
pushButtonEchoSelect->setObjectName(QString::fromUtf8("pushButtonEchoSelect"));
|
||
|
pushButtonEchoSelect->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout->addWidget(pushButtonEchoSelect);
|
||
|
|
||
|
|
||
|
verticalLayout->addWidget(frame);
|
||
|
|
||
|
frame_2 = new QFrame(QSimulationBPImageClass);
|
||
|
frame_2->setObjectName(QString::fromUtf8("frame_2"));
|
||
|
frame_2->setFrameShape(QFrame::StyledPanel);
|
||
|
frame_2->setFrameShadow(QFrame::Raised);
|
||
|
horizontalLayout_2 = new QHBoxLayout(frame_2);
|
||
|
horizontalLayout_2->setSpacing(6);
|
||
|
horizontalLayout_2->setContentsMargins(11, 11, 11, 11);
|
||
|
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
||
|
label_2 = new QLabel(frame_2);
|
||
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||
|
label_2->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_2->addWidget(label_2);
|
||
|
|
||
|
lineEditImagePath = new QLineEdit(frame_2);
|
||
|
lineEditImagePath->setObjectName(QString::fromUtf8("lineEditImagePath"));
|
||
|
lineEditImagePath->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_2->addWidget(lineEditImagePath);
|
||
|
|
||
|
pushButtonImageSelect = new QPushButton(frame_2);
|
||
|
pushButtonImageSelect->setObjectName(QString::fromUtf8("pushButtonImageSelect"));
|
||
|
pushButtonImageSelect->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_2->addWidget(pushButtonImageSelect);
|
||
|
|
||
|
|
||
|
verticalLayout->addWidget(frame_2);
|
||
|
|
||
|
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||
|
|
||
|
verticalLayout->addItem(verticalSpacer);
|
||
|
|
||
|
buttonBox = new QDialogButtonBox(QSimulationBPImageClass);
|
||
|
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
||
|
buttonBox->setMinimumSize(QSize(0, 30));
|
||
|
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
||
|
|
||
|
verticalLayout->addWidget(buttonBox);
|
||
|
|
||
|
|
||
|
retranslateUi(QSimulationBPImageClass);
|
||
|
|
||
|
QMetaObject::connectSlotsByName(QSimulationBPImageClass);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *QSimulationBPImageClass)
|
||
|
{
|
||
|
QSimulationBPImageClass->setWindowTitle(QCoreApplication::translate("QSimulationBPImageClass", "\344\273\277\347\234\237\345\233\276\345\203\217TimeBP\346\226\271\346\263\225", nullptr));
|
||
|
label->setText(QCoreApplication::translate("QSimulationBPImageClass", "\345\233\236\346\263\242\345\234\260\345\235\200\357\274\232", nullptr));
|
||
|
lineEditEchoPath->setText(QCoreApplication::translate("QSimulationBPImageClass", "D:\\Programme\\vs2022\\RasterMergeTest\\LAMPCAE_SCANE\\GF3_Simulation.xml", nullptr));
|
||
|
pushButtonEchoSelect->setText(QCoreApplication::translate("QSimulationBPImageClass", "\351\200\211\346\213\251", nullptr));
|
||
|
label_2->setText(QCoreApplication::translate("QSimulationBPImageClass", "\344\273\277\347\234\237\345\233\276\345\203\217\357\274\232", nullptr));
|
||
|
lineEditImagePath->setText(QCoreApplication::translate("QSimulationBPImageClass", "D:\\Programme\\vs2022\\RasterMergeTest\\LAMPCAE_SCANE_TBPImage\\GF3BPImage", nullptr));
|
||
|
pushButtonImageSelect->setText(QCoreApplication::translate("QSimulationBPImageClass", "\351\200\211\346\213\251", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class QSimulationBPImageClass: public Ui_QSimulationBPImageClass {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_QSIMULATIONBPIMAGE_H
|