| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- /********************************************************************************
- ** Form generated from reading UI file 'formedituserinfo.ui'
- **
- ** Created: Mon Apr 22 12:41:55 2019
- ** by: Qt User Interface Compiler version 4.8.4
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_FORMEDITUSERINFO_H
- #define UI_FORMEDITUSERINFO_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QGridLayout>
- #include <QtGui/QGroupBox>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QLineEdit>
- #include <QtGui/QPushButton>
- #include <QtGui/QSpacerItem>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormEditUserInfo
- {
- public:
- QVBoxLayout *verticalLayout;
- QGroupBox *groupBox;
- QGridLayout *gridLayout;
- QHBoxLayout *horizontalLayout_5;
- QLabel *label_6;
- QLineEdit *lineEditName;
- QHBoxLayout *horizontalLayout_3;
- QLabel *label_3;
- QLineEdit *lineEditEmail;
- QHBoxLayout *horizontalLayout_7;
- QLabel *labelCity;
- QLineEdit *lineEditCity;
- QHBoxLayout *horizontalLayout_2;
- QLabel *label_4;
- QLineEdit *lineEditWW;
- QHBoxLayout *horizontalLayout_6;
- QSpacerItem *horizontalSpacer;
- QPushButton *pushButtonRefresh;
- QPushButton *pushButtonEdit;
- QHBoxLayout *horizontalLayout;
- QLabel *label;
- QLineEdit *lineEditQQ;
- QHBoxLayout *horizontalLayout_9;
- QLabel *label_7;
- QLineEdit *lineEditCorp;
- QHBoxLayout *horizontalLayout_10;
- QLabel *label_8;
- QLineEdit *lineEditPhone;
- QSpacerItem *verticalSpacer;
- void setupUi(QWidget *FormEditUserInfo)
- {
- if (FormEditUserInfo->objectName().isEmpty())
- FormEditUserInfo->setObjectName(QString::fromUtf8("FormEditUserInfo"));
- FormEditUserInfo->resize(499, 377);
- verticalLayout = new QVBoxLayout(FormEditUserInfo);
- #ifndef Q_OS_MAC
- verticalLayout->setSpacing(6);
- #endif
- verticalLayout->setContentsMargins(0, 0, 0, 0);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- groupBox = new QGroupBox(FormEditUserInfo);
- groupBox->setObjectName(QString::fromUtf8("groupBox"));
- gridLayout = new QGridLayout(groupBox);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- horizontalLayout_5 = new QHBoxLayout();
- horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
- label_6 = new QLabel(groupBox);
- label_6->setObjectName(QString::fromUtf8("label_6"));
- horizontalLayout_5->addWidget(label_6);
- lineEditName = new QLineEdit(groupBox);
- lineEditName->setObjectName(QString::fromUtf8("lineEditName"));
- horizontalLayout_5->addWidget(lineEditName);
- gridLayout->addLayout(horizontalLayout_5, 0, 0, 1, 1);
- horizontalLayout_3 = new QHBoxLayout();
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- label_3 = new QLabel(groupBox);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- horizontalLayout_3->addWidget(label_3);
- lineEditEmail = new QLineEdit(groupBox);
- lineEditEmail->setObjectName(QString::fromUtf8("lineEditEmail"));
- horizontalLayout_3->addWidget(lineEditEmail);
- gridLayout->addLayout(horizontalLayout_3, 0, 2, 1, 1);
- horizontalLayout_7 = new QHBoxLayout();
- horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
- labelCity = new QLabel(groupBox);
- labelCity->setObjectName(QString::fromUtf8("labelCity"));
- horizontalLayout_7->addWidget(labelCity);
- lineEditCity = new QLineEdit(groupBox);
- lineEditCity->setObjectName(QString::fromUtf8("lineEditCity"));
- horizontalLayout_7->addWidget(lineEditCity);
- gridLayout->addLayout(horizontalLayout_7, 1, 0, 1, 1);
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- label_4 = new QLabel(groupBox);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- horizontalLayout_2->addWidget(label_4);
- lineEditWW = new QLineEdit(groupBox);
- lineEditWW->setObjectName(QString::fromUtf8("lineEditWW"));
- horizontalLayout_2->addWidget(lineEditWW);
- gridLayout->addLayout(horizontalLayout_2, 1, 1, 1, 1);
- horizontalLayout_6 = new QHBoxLayout();
- horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_6->addItem(horizontalSpacer);
- pushButtonRefresh = new QPushButton(groupBox);
- pushButtonRefresh->setObjectName(QString::fromUtf8("pushButtonRefresh"));
- horizontalLayout_6->addWidget(pushButtonRefresh);
- pushButtonEdit = new QPushButton(groupBox);
- pushButtonEdit->setObjectName(QString::fromUtf8("pushButtonEdit"));
- horizontalLayout_6->addWidget(pushButtonEdit);
- gridLayout->addLayout(horizontalLayout_6, 3, 0, 1, 3);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- label = new QLabel(groupBox);
- label->setObjectName(QString::fromUtf8("label"));
- horizontalLayout->addWidget(label);
- lineEditQQ = new QLineEdit(groupBox);
- lineEditQQ->setObjectName(QString::fromUtf8("lineEditQQ"));
- horizontalLayout->addWidget(lineEditQQ);
- gridLayout->addLayout(horizontalLayout, 1, 2, 1, 1);
- horizontalLayout_9 = new QHBoxLayout();
- horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9"));
- label_7 = new QLabel(groupBox);
- label_7->setObjectName(QString::fromUtf8("label_7"));
- horizontalLayout_9->addWidget(label_7);
- lineEditCorp = new QLineEdit(groupBox);
- lineEditCorp->setObjectName(QString::fromUtf8("lineEditCorp"));
- horizontalLayout_9->addWidget(lineEditCorp);
- gridLayout->addLayout(horizontalLayout_9, 2, 0, 1, 3);
- horizontalLayout_10 = new QHBoxLayout();
- horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10"));
- label_8 = new QLabel(groupBox);
- label_8->setObjectName(QString::fromUtf8("label_8"));
- horizontalLayout_10->addWidget(label_8);
- lineEditPhone = new QLineEdit(groupBox);
- lineEditPhone->setObjectName(QString::fromUtf8("lineEditPhone"));
- horizontalLayout_10->addWidget(lineEditPhone);
- gridLayout->addLayout(horizontalLayout_10, 0, 1, 1, 1);
- verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout->addItem(verticalSpacer, 4, 0, 1, 1);
- verticalLayout->addWidget(groupBox);
- retranslateUi(FormEditUserInfo);
- QMetaObject::connectSlotsByName(FormEditUserInfo);
- } // setupUi
- void retranslateUi(QWidget *FormEditUserInfo)
- {
- FormEditUserInfo->setWindowTitle(QApplication::translate("FormEditUserInfo", "Form", 0, QApplication::UnicodeUTF8));
- groupBox->setTitle(QApplication::translate("FormEditUserInfo", "\345\237\272\346\234\254\344\277\241\346\201\257", 0, QApplication::UnicodeUTF8));
- label_6->setText(QApplication::translate("FormEditUserInfo", "\345\247\223\345\220\215\357\274\232", 0, QApplication::UnicodeUTF8));
- label_3->setText(QApplication::translate("FormEditUserInfo", "\351\202\256\347\256\261\357\274\232", 0, QApplication::UnicodeUTF8));
- labelCity->setText(QApplication::translate("FormEditUserInfo", "\345\237\216\345\270\202\357\274\232", 0, QApplication::UnicodeUTF8));
- label_4->setText(QApplication::translate("FormEditUserInfo", "\346\227\272\346\227\272\357\274\232", 0, QApplication::UnicodeUTF8));
- pushButtonRefresh->setText(QApplication::translate("FormEditUserInfo", "\345\210\267\346\226\260", 0, QApplication::UnicodeUTF8));
- pushButtonEdit->setText(QApplication::translate("FormEditUserInfo", "\344\277\256\346\224\271", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("FormEditUserInfo", "Q Q\357\274\232 ", 0, QApplication::UnicodeUTF8));
- label_7->setText(QApplication::translate("FormEditUserInfo", "\345\205\254\345\217\270\357\274\232", 0, QApplication::UnicodeUTF8));
- label_8->setText(QApplication::translate("FormEditUserInfo", "\346\211\213\346\234\272\357\274\232", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormEditUserInfo: public Ui_FormEditUserInfo {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMEDITUSERINFO_H
|