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.
wheeldetect/tpvs17/QUserInfo/GeneratedFiles/ui_QUserManagerDlg.h

148 lines
5.4 KiB
C

/********************************************************************************
** Form generated from reading UI file 'QUserManagerDlg.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_QUSERMANAGERDLG_H
#define UI_QUSERMANAGERDLG_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTableView>
QT_BEGIN_NAMESPACE
class Ui_QUserManagerDlg
{
public:
QGridLayout *gridLayout;
QHBoxLayout *horizontalLayout;
QLabel *label;
QLabel *label_UserName;
QSpacerItem *horizontalSpacer;
QSpacerItem *verticalSpacer;
QPushButton *m_pbModifyUser;
QPushButton *m_pbDelUser;
QTableView *tableView;
QPushButton *m_pbAddUser;
QLabel *label_Status;
void setupUi(QDialog *QUserManagerDlg)
{
if (QUserManagerDlg->objectName().isEmpty())
QUserManagerDlg->setObjectName(QStringLiteral("QUserManagerDlg"));
QUserManagerDlg->setWindowModality(Qt::ApplicationModal);
QUserManagerDlg->resize(585, 355);
QFont font;
font.setFamily(QStringLiteral("Consolas"));
font.setPointSize(12);
font.setBold(false);
font.setItalic(false);
font.setWeight(50);
QUserManagerDlg->setFont(font);
QUserManagerDlg->setStyleSheet(QStringLiteral(""));
gridLayout = new QGridLayout(QUserManagerDlg);
gridLayout->setObjectName(QStringLiteral("gridLayout"));
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
label = new QLabel(QUserManagerDlg);
label->setObjectName(QStringLiteral("label"));
label->setFont(font);
horizontalLayout->addWidget(label);
label_UserName = new QLabel(QUserManagerDlg);
label_UserName->setObjectName(QStringLiteral("label_UserName"));
label_UserName->setMinimumSize(QSize(0, 30));
label_UserName->setFont(font);
horizontalLayout->addWidget(label_UserName);
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout->addItem(horizontalSpacer);
gridLayout->addLayout(horizontalLayout, 0, 0, 1, 1);
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
gridLayout->addItem(verticalSpacer, 4, 1, 1, 1);
m_pbModifyUser = new QPushButton(QUserManagerDlg);
m_pbModifyUser->setObjectName(QStringLiteral("m_pbModifyUser"));
m_pbModifyUser->setMinimumSize(QSize(0, 30));
QFont font1;
font1.setPointSize(12);
m_pbModifyUser->setFont(font1);
gridLayout->addWidget(m_pbModifyUser, 3, 1, 1, 1);
m_pbDelUser = new QPushButton(QUserManagerDlg);
m_pbDelUser->setObjectName(QStringLiteral("m_pbDelUser"));
m_pbDelUser->setMinimumSize(QSize(0, 30));
m_pbDelUser->setFont(font1);
gridLayout->addWidget(m_pbDelUser, 2, 1, 1, 1);
tableView = new QTableView(QUserManagerDlg);
tableView->setObjectName(QStringLiteral("tableView"));
QFont font2;
font2.setFamily(QStringLiteral("Arial"));
font2.setPointSize(12);
tableView->setFont(font2);
gridLayout->addWidget(tableView, 1, 0, 4, 1);
m_pbAddUser = new QPushButton(QUserManagerDlg);
m_pbAddUser->setObjectName(QStringLiteral("m_pbAddUser"));
m_pbAddUser->setMinimumSize(QSize(0, 30));
m_pbAddUser->setFont(font1);
gridLayout->addWidget(m_pbAddUser, 1, 1, 1, 1);
label_Status = new QLabel(QUserManagerDlg);
label_Status->setObjectName(QStringLiteral("label_Status"));
label_Status->setFont(font1);
gridLayout->addWidget(label_Status, 5, 0, 1, 2);
retranslateUi(QUserManagerDlg);
QMetaObject::connectSlotsByName(QUserManagerDlg);
} // setupUi
void retranslateUi(QDialog *QUserManagerDlg)
{
QUserManagerDlg->setWindowTitle(QApplication::translate("QUserManagerDlg", "\347\224\250\346\210\267\347\256\241\347\220\206", Q_NULLPTR));
label->setText(QApplication::translate("QUserManagerDlg", "\345\275\223\345\211\215\347\231\273\345\275\225\347\224\250\346\210\267\357\274\232", Q_NULLPTR));
label_UserName->setText(QApplication::translate("QUserManagerDlg", "UserName", Q_NULLPTR));
m_pbModifyUser->setText(QApplication::translate("QUserManagerDlg", "\344\277\256\346\224\271", Q_NULLPTR));
m_pbDelUser->setText(QApplication::translate("QUserManagerDlg", "\345\210\240\351\231\244\347\224\250\346\210\267", Q_NULLPTR));
m_pbAddUser->setText(QApplication::translate("QUserManagerDlg", "\346\267\273\345\212\240\347\224\250\346\210\267", Q_NULLPTR));
label_Status->setText(QApplication::translate("QUserManagerDlg", "TextLabel", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class QUserManagerDlg: public Ui_QUserManagerDlg {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_QUSERMANAGERDLG_H