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.
101 lines
3.6 KiB
C
101 lines
3.6 KiB
C
1 year ago
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'AuthorityDialog.ui'
|
||
|
**
|
||
|
** Created by: Qt User Interface Compiler version 5.14.1
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
********************************************************************************/
|
||
|
|
||
|
#ifndef UI_AUTHORITYDIALOG_H
|
||
|
#define UI_AUTHORITYDIALOG_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtWidgets/QApplication>
|
||
|
#include <QtWidgets/QDialog>
|
||
|
#include <QtWidgets/QDialogButtonBox>
|
||
|
#include <QtWidgets/QHBoxLayout>
|
||
|
#include <QtWidgets/QLineEdit>
|
||
|
#include <QtWidgets/QVBoxLayout>
|
||
|
#include <QtWidgets/QWidget>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_AuthorityDialog
|
||
|
{
|
||
|
public:
|
||
|
QVBoxLayout *verticalLayout;
|
||
|
QWidget *widget;
|
||
|
QHBoxLayout *horizontalLayout;
|
||
|
QLineEdit *lineEditPassword;
|
||
|
QWidget *widget_2;
|
||
|
QHBoxLayout *horizontalLayout_2;
|
||
|
QDialogButtonBox *buttonBox;
|
||
|
|
||
|
void setupUi(QDialog *AuthorityDialog)
|
||
|
{
|
||
|
if (AuthorityDialog->objectName().isEmpty())
|
||
|
AuthorityDialog->setObjectName(QString::fromUtf8("AuthorityDialog"));
|
||
|
AuthorityDialog->resize(180, 112);
|
||
|
AuthorityDialog->setMinimumSize(QSize(180, 112));
|
||
|
AuthorityDialog->setMaximumSize(QSize(180, 112));
|
||
|
verticalLayout = new QVBoxLayout(AuthorityDialog);
|
||
|
verticalLayout->setSpacing(0);
|
||
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
||
|
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
||
|
widget = new QWidget(AuthorityDialog);
|
||
|
widget->setObjectName(QString::fromUtf8("widget"));
|
||
|
horizontalLayout = new QHBoxLayout(widget);
|
||
|
horizontalLayout->setSpacing(0);
|
||
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||
|
horizontalLayout->setContentsMargins(0, 0, 0, 0);
|
||
|
lineEditPassword = new QLineEdit(widget);
|
||
|
lineEditPassword->setObjectName(QString::fromUtf8("lineEditPassword"));
|
||
|
lineEditPassword->setMinimumSize(QSize(140, 36));
|
||
|
lineEditPassword->setMaximumSize(QSize(140, 36));
|
||
|
|
||
|
horizontalLayout->addWidget(lineEditPassword);
|
||
|
|
||
|
|
||
|
verticalLayout->addWidget(widget);
|
||
|
|
||
|
widget_2 = new QWidget(AuthorityDialog);
|
||
|
widget_2->setObjectName(QString::fromUtf8("widget_2"));
|
||
|
horizontalLayout_2 = new QHBoxLayout(widget_2);
|
||
|
horizontalLayout_2->setSpacing(0);
|
||
|
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
||
|
horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
|
||
|
buttonBox = new QDialogButtonBox(widget_2);
|
||
|
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
||
|
buttonBox->setMinimumSize(QSize(0, 36));
|
||
|
buttonBox->setMaximumSize(QSize(16777215, 36));
|
||
|
buttonBox->setOrientation(Qt::Horizontal);
|
||
|
buttonBox->setStandardButtons(QDialogButtonBox::Ok);
|
||
|
|
||
|
horizontalLayout_2->addWidget(buttonBox);
|
||
|
|
||
|
|
||
|
verticalLayout->addWidget(widget_2);
|
||
|
|
||
|
|
||
|
retranslateUi(AuthorityDialog);
|
||
|
QObject::connect(buttonBox, SIGNAL(accepted()), AuthorityDialog, SLOT(accept()));
|
||
|
QObject::connect(buttonBox, SIGNAL(rejected()), AuthorityDialog, SLOT(reject()));
|
||
|
|
||
|
QMetaObject::connectSlotsByName(AuthorityDialog);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *AuthorityDialog)
|
||
|
{
|
||
|
AuthorityDialog->setWindowTitle(QCoreApplication::translate("AuthorityDialog", "\346\216\210\346\235\203\351\252\214\350\257\201", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class AuthorityDialog: public Ui_AuthorityDialog {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_AUTHORITYDIALOG_H
|