210 lines
8.4 KiB
C
210 lines
8.4 KiB
C
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'QComplex2AmpPhase.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_QCOMPLEX2AMPPHASE_H
|
||
|
#define UI_QCOMPLEX2AMPPHASE_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/QRadioButton>
|
||
|
#include <QtWidgets/QSpacerItem>
|
||
|
#include <QtWidgets/QVBoxLayout>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_QComplex2AmpPhaseClass
|
||
|
{
|
||
|
public:
|
||
|
QVBoxLayout *verticalLayout_2;
|
||
|
QFrame *frame;
|
||
|
QHBoxLayout *horizontalLayout;
|
||
|
QListWidget *listWidgetImg;
|
||
|
QFrame *frame_2;
|
||
|
QVBoxLayout *verticalLayout;
|
||
|
QPushButton *pushButtonAdd;
|
||
|
QPushButton *pushButtonRemove;
|
||
|
QSpacerItem *verticalSpacer;
|
||
|
QFrame *frame_4;
|
||
|
QHBoxLayout *horizontalLayout_3;
|
||
|
QRadioButton *radioButtonAmp;
|
||
|
QRadioButton *radioButtonPhase;
|
||
|
QRadioButton *radioButtonSigma0;
|
||
|
QLabel *label_2;
|
||
|
QLineEdit *lineEditHZ;
|
||
|
QFrame *frame_3;
|
||
|
QHBoxLayout *horizontalLayout_2;
|
||
|
QLabel *label;
|
||
|
QLineEdit *lineEditWorkDir;
|
||
|
QPushButton *pushButtonWorkSpace;
|
||
|
QDialogButtonBox *buttonBox;
|
||
|
|
||
|
void setupUi(QDialog *QComplex2AmpPhaseClass)
|
||
|
{
|
||
|
if (QComplex2AmpPhaseClass->objectName().isEmpty())
|
||
|
QComplex2AmpPhaseClass->setObjectName(QString::fromUtf8("QComplex2AmpPhaseClass"));
|
||
|
QComplex2AmpPhaseClass->resize(596, 400);
|
||
|
verticalLayout_2 = new QVBoxLayout(QComplex2AmpPhaseClass);
|
||
|
verticalLayout_2->setSpacing(6);
|
||
|
verticalLayout_2->setContentsMargins(11, 11, 11, 11);
|
||
|
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
|
||
|
frame = new QFrame(QComplex2AmpPhaseClass);
|
||
|
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"));
|
||
|
listWidgetImg = new QListWidget(frame);
|
||
|
listWidgetImg->setObjectName(QString::fromUtf8("listWidgetImg"));
|
||
|
|
||
|
horizontalLayout->addWidget(listWidgetImg);
|
||
|
|
||
|
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(QComplex2AmpPhaseClass);
|
||
|
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"));
|
||
|
radioButtonAmp = new QRadioButton(frame_4);
|
||
|
radioButtonAmp->setObjectName(QString::fromUtf8("radioButtonAmp"));
|
||
|
radioButtonAmp->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_3->addWidget(radioButtonAmp);
|
||
|
|
||
|
radioButtonPhase = new QRadioButton(frame_4);
|
||
|
radioButtonPhase->setObjectName(QString::fromUtf8("radioButtonPhase"));
|
||
|
radioButtonPhase->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_3->addWidget(radioButtonPhase);
|
||
|
|
||
|
radioButtonSigma0 = new QRadioButton(frame_4);
|
||
|
radioButtonSigma0->setObjectName(QString::fromUtf8("radioButtonSigma0"));
|
||
|
|
||
|
horizontalLayout_3->addWidget(radioButtonSigma0);
|
||
|
|
||
|
label_2 = new QLabel(frame_4);
|
||
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||
|
label_2->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_3->addWidget(label_2);
|
||
|
|
||
|
lineEditHZ = new QLineEdit(frame_4);
|
||
|
lineEditHZ->setObjectName(QString::fromUtf8("lineEditHZ"));
|
||
|
lineEditHZ->setMinimumSize(QSize(0, 30));
|
||
|
|
||
|
horizontalLayout_3->addWidget(lineEditHZ);
|
||
|
|
||
|
|
||
|
verticalLayout_2->addWidget(frame_4);
|
||
|
|
||
|
frame_3 = new QFrame(QComplex2AmpPhaseClass);
|
||
|
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(QComplex2AmpPhaseClass);
|
||
|
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
||
|
buttonBox->setMinimumSize(QSize(0, 32));
|
||
|
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
||
|
|
||
|
verticalLayout_2->addWidget(buttonBox);
|
||
|
|
||
|
|
||
|
retranslateUi(QComplex2AmpPhaseClass);
|
||
|
|
||
|
QMetaObject::connectSlotsByName(QComplex2AmpPhaseClass);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *QComplex2AmpPhaseClass)
|
||
|
{
|
||
|
QComplex2AmpPhaseClass->setWindowTitle(QCoreApplication::translate("QComplex2AmpPhaseClass", "\345\244\215\346\225\260\345\233\276\345\203\217\350\275\254\346\215\242\344\270\272", nullptr));
|
||
|
pushButtonAdd->setText(QCoreApplication::translate("QComplex2AmpPhaseClass", "\351\200\211\346\213\251", nullptr));
|
||
|
pushButtonRemove->setText(QCoreApplication::translate("QComplex2AmpPhaseClass", "\345\210\240\351\231\244", nullptr));
|
||
|
radioButtonAmp->setText(QCoreApplication::translate("QComplex2AmpPhaseClass", "\346\214\257\345\271\205", nullptr));
|
||
|
radioButtonPhase->setText(QCoreApplication::translate("QComplex2AmpPhaseClass", "\347\233\270\344\275\215", nullptr));
|
||
|
radioButtonSigma0->setText(QCoreApplication::translate("QComplex2AmpPhaseClass", "dB", nullptr));
|
||
|
label_2->setText(QCoreApplication::translate("QComplex2AmpPhaseClass", "\345\220\216\347\274\200\357\274\232", nullptr));
|
||
|
label->setText(QCoreApplication::translate("QComplex2AmpPhaseClass", "\350\276\223\345\207\272\345\234\260\345\235\200\357\274\232", nullptr));
|
||
|
pushButtonWorkSpace->setText(QCoreApplication::translate("QComplex2AmpPhaseClass", "\351\200\211\346\213\251", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class QComplex2AmpPhaseClass: public Ui_QComplex2AmpPhaseClass {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_QCOMPLEX2AMPPHASE_H
|