mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-29 20:05:38 +03:00
before task parser
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
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);
|
||||
@@ -59,6 +60,9 @@ public:
|
||||
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);
|
||||
@@ -71,11 +75,13 @@ public:
|
||||
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||||
label_2 = new QLabel(DialogEditTrainee);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setFont(font1);
|
||||
|
||||
horizontalLayout->addWidget(label_2);
|
||||
|
||||
editName = new QLineEdit(DialogEditTrainee);
|
||||
editName->setObjectName(QString::fromUtf8("editName"));
|
||||
editName->setFont(font1);
|
||||
|
||||
horizontalLayout->addWidget(editName);
|
||||
|
||||
@@ -86,11 +92,13 @@ public:
|
||||
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
||||
label_3 = new QLabel(DialogEditTrainee);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setFont(font1);
|
||||
|
||||
horizontalLayout_2->addWidget(label_3);
|
||||
|
||||
editLogin = new QLineEdit(DialogEditTrainee);
|
||||
editLogin->setObjectName(QString::fromUtf8("editLogin"));
|
||||
editLogin->setFont(font1);
|
||||
|
||||
horizontalLayout_2->addWidget(editLogin);
|
||||
|
||||
@@ -101,11 +109,13 @@ public:
|
||||
horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
|
||||
label_4 = new QLabel(DialogEditTrainee);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setFont(font1);
|
||||
|
||||
horizontalLayout_3->addWidget(label_4);
|
||||
|
||||
editPassword = new QLineEdit(DialogEditTrainee);
|
||||
editPassword->setObjectName(QString::fromUtf8("editPassword"));
|
||||
editPassword->setFont(font1);
|
||||
|
||||
horizontalLayout_3->addWidget(editPassword);
|
||||
|
||||
@@ -117,6 +127,7 @@ public:
|
||||
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);
|
||||
@@ -133,6 +144,7 @@ public:
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user