mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
PSQL 30.10.2024
This commit is contained in:
@@ -0,0 +1,193 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'dialogeditinstructor.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.14.2
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_DIALOGEDITINSTRUCTOR_H
|
||||
#define UI_DIALOGEDITINSTRUCTOR_H
|
||||
|
||||
#include <QtCore/QLocale>
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtGui/QIcon>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QCheckBox>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QDialogButtonBox>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QHBoxLayout>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QVBoxLayout>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_DialogEditInstructor
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout;
|
||||
QVBoxLayout *verticalLayout;
|
||||
QHBoxLayout *horizontalLayout;
|
||||
QLabel *label_2;
|
||||
QLineEdit *editName;
|
||||
QHBoxLayout *horizontalLayout_2;
|
||||
QLabel *label_3;
|
||||
QLineEdit *editLogin;
|
||||
QHBoxLayout *horizontalLayout_3;
|
||||
QLabel *label_4;
|
||||
QLineEdit *editPassword;
|
||||
QHBoxLayout *horizontalLayout_5;
|
||||
QCheckBox *checkIsAdmin;
|
||||
QHBoxLayout *horizontalLayout_4;
|
||||
QCheckBox *checkArchived;
|
||||
QHBoxLayout *horizontalLayout_7;
|
||||
QCheckBox *checkLoggedIn;
|
||||
QDialogButtonBox *buttonBox;
|
||||
|
||||
void setupUi(QDialog *DialogEditInstructor)
|
||||
{
|
||||
if (DialogEditInstructor->objectName().isEmpty())
|
||||
DialogEditInstructor->setObjectName(QString::fromUtf8("DialogEditInstructor"));
|
||||
DialogEditInstructor->resize(300, 286);
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("Tahoma"));
|
||||
DialogEditInstructor->setFont(font);
|
||||
gridLayout = new QGridLayout(DialogEditInstructor);
|
||||
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||||
verticalLayout = new QVBoxLayout();
|
||||
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
||||
horizontalLayout = new QHBoxLayout();
|
||||
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||||
label_2 = new QLabel(DialogEditInstructor);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
|
||||
horizontalLayout->addWidget(label_2);
|
||||
|
||||
editName = new QLineEdit(DialogEditInstructor);
|
||||
editName->setObjectName(QString::fromUtf8("editName"));
|
||||
editName->setEnabled(true);
|
||||
|
||||
horizontalLayout->addWidget(editName);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout);
|
||||
|
||||
horizontalLayout_2 = new QHBoxLayout();
|
||||
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
||||
label_3 = new QLabel(DialogEditInstructor);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
|
||||
horizontalLayout_2->addWidget(label_3);
|
||||
|
||||
editLogin = new QLineEdit(DialogEditInstructor);
|
||||
editLogin->setObjectName(QString::fromUtf8("editLogin"));
|
||||
|
||||
horizontalLayout_2->addWidget(editLogin);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout_2);
|
||||
|
||||
horizontalLayout_3 = new QHBoxLayout();
|
||||
horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
|
||||
label_4 = new QLabel(DialogEditInstructor);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
|
||||
horizontalLayout_3->addWidget(label_4);
|
||||
|
||||
editPassword = new QLineEdit(DialogEditInstructor);
|
||||
editPassword->setObjectName(QString::fromUtf8("editPassword"));
|
||||
|
||||
horizontalLayout_3->addWidget(editPassword);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout_3);
|
||||
|
||||
horizontalLayout_5 = new QHBoxLayout();
|
||||
horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
|
||||
checkIsAdmin = new QCheckBox(DialogEditInstructor);
|
||||
checkIsAdmin->setObjectName(QString::fromUtf8("checkIsAdmin"));
|
||||
checkIsAdmin->setEnabled(false);
|
||||
QIcon icon;
|
||||
icon.addFile(QString::fromUtf8(":/icons/admin.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
icon.addFile(QString::fromUtf8(":/icons/admin.png"), QSize(), QIcon::Disabled, QIcon::Off);
|
||||
checkIsAdmin->setIcon(icon);
|
||||
checkIsAdmin->setCheckable(true);
|
||||
|
||||
horizontalLayout_5->addWidget(checkIsAdmin);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout_5);
|
||||
|
||||
horizontalLayout_4 = new QHBoxLayout();
|
||||
horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
|
||||
checkArchived = new QCheckBox(DialogEditInstructor);
|
||||
checkArchived->setObjectName(QString::fromUtf8("checkArchived"));
|
||||
checkArchived->setEnabled(false);
|
||||
QIcon icon1;
|
||||
icon1.addFile(QString::fromUtf8(":/icons/archive.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
icon1.addFile(QString::fromUtf8(":/icons/archive.png"), QSize(), QIcon::Disabled, QIcon::Off);
|
||||
checkArchived->setIcon(icon1);
|
||||
checkArchived->setCheckable(true);
|
||||
|
||||
horizontalLayout_4->addWidget(checkArchived);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout_4);
|
||||
|
||||
horizontalLayout_7 = new QHBoxLayout();
|
||||
horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
|
||||
checkLoggedIn = new QCheckBox(DialogEditInstructor);
|
||||
checkLoggedIn->setObjectName(QString::fromUtf8("checkLoggedIn"));
|
||||
checkLoggedIn->setEnabled(false);
|
||||
QIcon icon2;
|
||||
icon2.addFile(QString::fromUtf8(":/icons/circleGreen.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
icon2.addFile(QString::fromUtf8(":/icons/circleGreen.png"), QSize(), QIcon::Disabled, QIcon::Off);
|
||||
checkLoggedIn->setIcon(icon2);
|
||||
checkLoggedIn->setCheckable(true);
|
||||
|
||||
horizontalLayout_7->addWidget(checkLoggedIn);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout_7);
|
||||
|
||||
|
||||
gridLayout->addLayout(verticalLayout, 0, 0, 1, 1);
|
||||
|
||||
buttonBox = new QDialogButtonBox(DialogEditInstructor);
|
||||
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
||||
buttonBox->setLocale(QLocale(QLocale::English, QLocale::UnitedStates));
|
||||
buttonBox->setOrientation(Qt::Horizontal);
|
||||
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
||||
|
||||
gridLayout->addWidget(buttonBox, 1, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(DialogEditInstructor);
|
||||
QObject::connect(buttonBox, SIGNAL(accepted()), DialogEditInstructor, SLOT(accept()));
|
||||
QObject::connect(buttonBox, SIGNAL(rejected()), DialogEditInstructor, SLOT(reject()));
|
||||
|
||||
QMetaObject::connectSlotsByName(DialogEditInstructor);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *DialogEditInstructor)
|
||||
{
|
||||
DialogEditInstructor->setWindowTitle(QCoreApplication::translate("DialogEditInstructor", "Instructor", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("DialogEditInstructor", "Name", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("DialogEditInstructor", "Login", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("DialogEditInstructor", "Password", nullptr));
|
||||
checkIsAdmin->setText(QCoreApplication::translate("DialogEditInstructor", "Administrator", nullptr));
|
||||
checkArchived->setText(QCoreApplication::translate("DialogEditInstructor", "Archived", nullptr));
|
||||
checkLoggedIn->setText(QCoreApplication::translate("DialogEditInstructor", "Logged", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class DialogEditInstructor: public Ui_DialogEditInstructor {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_DIALOGEDITINSTRUCTOR_H
|
||||
Reference in New Issue
Block a user