You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
147 lines
5.4 KiB
C++
147 lines
5.4 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'qmodnamedlg.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.9.4
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_QMODNAMEDLG_H
|
|
#define UI_QMODNAMEDLG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QLineEdit>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QSpacerItem>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_QModNamedlg
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout_2;
|
|
QPushButton *m_pbOK;
|
|
QPushButton *m_pbCancel;
|
|
QSpacerItem *horizontalSpacer;
|
|
QGroupBox *groupBox;
|
|
QGridLayout *gridLayout_3;
|
|
QLabel *label_Pic;
|
|
QGridLayout *gridLayout;
|
|
QLabel *label;
|
|
QLineEdit *lineEdit;
|
|
QLabel *label_2;
|
|
QLineEdit *lineEdit_2;
|
|
|
|
void setupUi(QDialog *QModNamedlg)
|
|
{
|
|
if (QModNamedlg->objectName().isEmpty())
|
|
QModNamedlg->setObjectName(QStringLiteral("QModNamedlg"));
|
|
QModNamedlg->resize(258, 362);
|
|
QModNamedlg->setStyleSheet(QStringLiteral("font: 11pt \"Consolas\";"));
|
|
gridLayout_2 = new QGridLayout(QModNamedlg);
|
|
gridLayout_2->setSpacing(6);
|
|
gridLayout_2->setContentsMargins(11, 11, 11, 11);
|
|
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
|
m_pbOK = new QPushButton(QModNamedlg);
|
|
m_pbOK->setObjectName(QStringLiteral("m_pbOK"));
|
|
QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Preferred);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(m_pbOK->sizePolicy().hasHeightForWidth());
|
|
m_pbOK->setSizePolicy(sizePolicy);
|
|
|
|
gridLayout_2->addWidget(m_pbOK, 2, 1, 1, 1);
|
|
|
|
m_pbCancel = new QPushButton(QModNamedlg);
|
|
m_pbCancel->setObjectName(QStringLiteral("m_pbCancel"));
|
|
sizePolicy.setHeightForWidth(m_pbCancel->sizePolicy().hasHeightForWidth());
|
|
m_pbCancel->setSizePolicy(sizePolicy);
|
|
|
|
gridLayout_2->addWidget(m_pbCancel, 2, 2, 1, 1);
|
|
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
gridLayout_2->addItem(horizontalSpacer, 2, 0, 1, 1);
|
|
|
|
groupBox = new QGroupBox(QModNamedlg);
|
|
groupBox->setObjectName(QStringLiteral("groupBox"));
|
|
gridLayout_3 = new QGridLayout(groupBox);
|
|
gridLayout_3->setSpacing(6);
|
|
gridLayout_3->setContentsMargins(11, 11, 11, 11);
|
|
gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
|
|
label_Pic = new QLabel(groupBox);
|
|
label_Pic->setObjectName(QStringLiteral("label_Pic"));
|
|
label_Pic->setMinimumSize(QSize(200, 200));
|
|
label_Pic->setAlignment(Qt::AlignCenter);
|
|
|
|
gridLayout_3->addWidget(label_Pic, 0, 0, 1, 1);
|
|
|
|
|
|
gridLayout_2->addWidget(groupBox, 1, 0, 1, 3);
|
|
|
|
gridLayout = new QGridLayout();
|
|
gridLayout->setSpacing(6);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
label = new QLabel(QModNamedlg);
|
|
label->setObjectName(QStringLiteral("label"));
|
|
|
|
gridLayout->addWidget(label, 0, 0, 1, 1);
|
|
|
|
lineEdit = new QLineEdit(QModNamedlg);
|
|
lineEdit->setObjectName(QStringLiteral("lineEdit"));
|
|
lineEdit->setMinimumSize(QSize(0, 30));
|
|
lineEdit->setAlignment(Qt::AlignCenter);
|
|
lineEdit->setReadOnly(true);
|
|
|
|
gridLayout->addWidget(lineEdit, 0, 1, 1, 1);
|
|
|
|
label_2 = new QLabel(QModNamedlg);
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
|
|
|
gridLayout->addWidget(label_2, 1, 0, 1, 1);
|
|
|
|
lineEdit_2 = new QLineEdit(QModNamedlg);
|
|
lineEdit_2->setObjectName(QStringLiteral("lineEdit_2"));
|
|
lineEdit_2->setMinimumSize(QSize(0, 30));
|
|
lineEdit_2->setAlignment(Qt::AlignCenter);
|
|
|
|
gridLayout->addWidget(lineEdit_2, 1, 1, 1, 1);
|
|
|
|
|
|
gridLayout_2->addLayout(gridLayout, 0, 0, 1, 3);
|
|
|
|
|
|
retranslateUi(QModNamedlg);
|
|
|
|
QMetaObject::connectSlotsByName(QModNamedlg);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *QModNamedlg)
|
|
{
|
|
QModNamedlg->setWindowTitle(QApplication::translate("QModNamedlg", "\346\250\241\346\235\277\345\220\215\344\277\256\346\224\271", Q_NULLPTR));
|
|
m_pbOK->setText(QApplication::translate("QModNamedlg", "\347\241\256\350\256\244\344\277\256\346\224\271", Q_NULLPTR));
|
|
m_pbCancel->setText(QApplication::translate("QModNamedlg", "\345\217\226\346\266\210", Q_NULLPTR));
|
|
groupBox->setTitle(QApplication::translate("QModNamedlg", "\347\274\251\347\225\245\345\233\276\357\274\232", Q_NULLPTR));
|
|
label_Pic->setText(QApplication::translate("QModNamedlg", "TextLabel", Q_NULLPTR));
|
|
label->setText(QApplication::translate("QModNamedlg", "\346\227\247\345\236\213\345\217\267\345\220\215\357\274\232", Q_NULLPTR));
|
|
label_2->setText(QApplication::translate("QModNamedlg", "\346\226\260\345\236\213\345\217\267\345\220\215\357\274\232", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class QModNamedlg: public Ui_QModNamedlg {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_QMODNAMEDLG_H
|