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.
92 lines
3.1 KiB
C++
92 lines
3.1 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'qshowimg.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_QSHOWIMG_H
|
|
#define UI_QSHOWIMG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QSpacerItem>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_QShowImg
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QPushButton *m_Close;
|
|
QPushButton *m_ChangePic_pb;
|
|
QSpacerItem *horizontalSpacer;
|
|
QLabel *label;
|
|
|
|
void setupUi(QDialog *QShowImg)
|
|
{
|
|
if (QShowImg->objectName().isEmpty())
|
|
QShowImg->setObjectName(QStringLiteral("QShowImg"));
|
|
QShowImg->resize(657, 422);
|
|
QShowImg->setStyleSheet(QStringLiteral("font: 11pt \"Consolas\";"));
|
|
gridLayout = new QGridLayout(QShowImg);
|
|
gridLayout->setSpacing(6);
|
|
gridLayout->setContentsMargins(11, 11, 11, 11);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
m_Close = new QPushButton(QShowImg);
|
|
m_Close->setObjectName(QStringLiteral("m_Close"));
|
|
|
|
gridLayout->addWidget(m_Close, 1, 2, 1, 1);
|
|
|
|
m_ChangePic_pb = new QPushButton(QShowImg);
|
|
m_ChangePic_pb->setObjectName(QStringLiteral("m_ChangePic_pb"));
|
|
|
|
gridLayout->addWidget(m_ChangePic_pb, 1, 1, 1, 1);
|
|
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
gridLayout->addItem(horizontalSpacer, 1, 0, 1, 1);
|
|
|
|
label = new QLabel(QShowImg);
|
|
label->setObjectName(QStringLiteral("label"));
|
|
QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
|
|
label->setSizePolicy(sizePolicy);
|
|
label->setAlignment(Qt::AlignCenter);
|
|
|
|
gridLayout->addWidget(label, 0, 0, 1, 3);
|
|
|
|
|
|
retranslateUi(QShowImg);
|
|
|
|
QMetaObject::connectSlotsByName(QShowImg);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *QShowImg)
|
|
{
|
|
QShowImg->setWindowTitle(QApplication::translate("QShowImg", "\346\243\200\346\265\213\350\203\214\346\231\257\345\233\276\345\203\217\346\230\276\347\244\272", Q_NULLPTR));
|
|
m_Close->setText(QApplication::translate("QShowImg", "\351\200\200\345\207\272", Q_NULLPTR));
|
|
m_ChangePic_pb->setText(QApplication::translate("QShowImg", "\346\210\221\350\246\201\346\233\264\346\215\242\350\203\214\346\231\257", Q_NULLPTR));
|
|
label->setText(QApplication::translate("QShowImg", "pic", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class QShowImg: public Ui_QShowImg {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_QSHOWIMG_H
|