/******************************************************************************** ** 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 #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DialogEditTrainee { public: QGridLayout *gridLayout; QDialogButtonBox *buttonBox; QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout; QVBoxLayout *verticalLayout_2; QLabel *label_2; QLabel *label_3; QLabel *label_4; QVBoxLayout *verticalLayout_3; QLineEdit *editName; QLineEdit *editLogin; 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")); font.setPointSize(10); 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")); QFont font1; font1.setPointSize(10); buttonBox->setFont(font1); 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")); verticalLayout_2 = new QVBoxLayout(); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); label_2 = new QLabel(DialogEditTrainee); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setFont(font1); verticalLayout_2->addWidget(label_2); label_3 = new QLabel(DialogEditTrainee); label_3->setObjectName(QString::fromUtf8("label_3")); label_3->setFont(font1); verticalLayout_2->addWidget(label_3); label_4 = new QLabel(DialogEditTrainee); label_4->setObjectName(QString::fromUtf8("label_4")); label_4->setFont(font1); verticalLayout_2->addWidget(label_4); horizontalLayout->addLayout(verticalLayout_2); verticalLayout_3 = new QVBoxLayout(); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); editName = new QLineEdit(DialogEditTrainee); editName->setObjectName(QString::fromUtf8("editName")); editName->setFont(font1); verticalLayout_3->addWidget(editName); editLogin = new QLineEdit(DialogEditTrainee); editLogin->setObjectName(QString::fromUtf8("editLogin")); editLogin->setFont(font1); verticalLayout_3->addWidget(editLogin); editPassword = new QLineEdit(DialogEditTrainee); editPassword->setObjectName(QString::fromUtf8("editPassword")); editPassword->setFont(font1); verticalLayout_3->addWidget(editPassword); horizontalLayout->addLayout(verticalLayout_3); verticalLayout->addLayout(horizontalLayout); horizontalLayout_4 = new QHBoxLayout(); horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); checkArchived = new QCheckBox(DialogEditTrainee); checkArchived->setObjectName(QString::fromUtf8("checkArchived")); checkArchived->setEnabled(false); checkArchived->setFont(font1); 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); checkLoggedIn->setFont(font1); 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