mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-29 20:05:38 +03:00
PSQL 30.10.2024
This commit is contained in:
@@ -0,0 +1,175 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'dialogedittrainee.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_DIALOGEDITTRAINEE_H
|
||||
#define UI_DIALOGEDITTRAINEE_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_DialogEditTrainee
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout;
|
||||
QDialogButtonBox *buttonBox;
|
||||
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_4;
|
||||
QCheckBox *checkArchived;
|
||||
QHBoxLayout *horizontalLayout_7;
|
||||
QCheckBox *checkLoggedIn;
|
||||
|
||||
void setupUi(QDialog *DialogEditTrainee)
|
||||
{
|
||||
if (DialogEditTrainee->objectName().isEmpty())
|
||||
DialogEditTrainee->setObjectName(QString::fromUtf8("DialogEditTrainee"));
|
||||
DialogEditTrainee->resize(300, 252);
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("Tahoma"));
|
||||
DialogEditTrainee->setFont(font);
|
||||
QIcon icon;
|
||||
icon.addFile(QString::fromUtf8(":/icons/trainee.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
DialogEditTrainee->setWindowIcon(icon);
|
||||
gridLayout = new QGridLayout(DialogEditTrainee);
|
||||
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||||
buttonBox = new QDialogButtonBox(DialogEditTrainee);
|
||||
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);
|
||||
|
||||
verticalLayout = new QVBoxLayout();
|
||||
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
||||
horizontalLayout = new QHBoxLayout();
|
||||
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||||
label_2 = new QLabel(DialogEditTrainee);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
|
||||
horizontalLayout->addWidget(label_2);
|
||||
|
||||
editName = new QLineEdit(DialogEditTrainee);
|
||||
editName->setObjectName(QString::fromUtf8("editName"));
|
||||
|
||||
horizontalLayout->addWidget(editName);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout);
|
||||
|
||||
horizontalLayout_2 = new QHBoxLayout();
|
||||
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
||||
label_3 = new QLabel(DialogEditTrainee);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
|
||||
horizontalLayout_2->addWidget(label_3);
|
||||
|
||||
editLogin = new QLineEdit(DialogEditTrainee);
|
||||
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(DialogEditTrainee);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
|
||||
horizontalLayout_3->addWidget(label_4);
|
||||
|
||||
editPassword = new QLineEdit(DialogEditTrainee);
|
||||
editPassword->setObjectName(QString::fromUtf8("editPassword"));
|
||||
|
||||
horizontalLayout_3->addWidget(editPassword);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout_3);
|
||||
|
||||
horizontalLayout_4 = new QHBoxLayout();
|
||||
horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
|
||||
checkArchived = new QCheckBox(DialogEditTrainee);
|
||||
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(DialogEditTrainee);
|
||||
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);
|
||||
|
||||
horizontalLayout_7->addWidget(checkLoggedIn);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout_7);
|
||||
|
||||
|
||||
gridLayout->addLayout(verticalLayout, 0, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(DialogEditTrainee);
|
||||
QObject::connect(buttonBox, SIGNAL(accepted()), DialogEditTrainee, SLOT(accept()));
|
||||
QObject::connect(buttonBox, SIGNAL(rejected()), DialogEditTrainee, SLOT(reject()));
|
||||
|
||||
QMetaObject::connectSlotsByName(DialogEditTrainee);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *DialogEditTrainee)
|
||||
{
|
||||
DialogEditTrainee->setWindowTitle(QCoreApplication::translate("DialogEditTrainee", "Trainee", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("DialogEditTrainee", "Name", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("DialogEditTrainee", "Login", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("DialogEditTrainee", "Password", nullptr));
|
||||
checkArchived->setText(QCoreApplication::translate("DialogEditTrainee", "Archived", nullptr));
|
||||
checkLoggedIn->setText(QCoreApplication::translate("DialogEditTrainee", "Logged", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class DialogEditTrainee: public Ui_DialogEditTrainee {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_DIALOGEDITTRAINEE_H
|
||||
Reference in New Issue
Block a user