mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Закончил стилизацию css
This commit is contained in:
@@ -31,13 +31,13 @@ public:
|
||||
QDialogButtonBox *buttonBox;
|
||||
QVBoxLayout *verticalLayout;
|
||||
QHBoxLayout *horizontalLayout;
|
||||
QVBoxLayout *verticalLayout_2;
|
||||
QLabel *label_2;
|
||||
QLineEdit *editName;
|
||||
QHBoxLayout *horizontalLayout_2;
|
||||
QLabel *label_3;
|
||||
QLineEdit *editLogin;
|
||||
QHBoxLayout *horizontalLayout_3;
|
||||
QLabel *label_4;
|
||||
QVBoxLayout *verticalLayout_3;
|
||||
QLineEdit *editName;
|
||||
QLineEdit *editLogin;
|
||||
QLineEdit *editPassword;
|
||||
QHBoxLayout *horizontalLayout_4;
|
||||
QCheckBox *checkArchived;
|
||||
@@ -73,54 +73,54 @@ public:
|
||||
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);
|
||||
|
||||
horizontalLayout->addWidget(label_2);
|
||||
verticalLayout_2->addWidget(label_2);
|
||||
|
||||
editName = new QLineEdit(DialogEditTrainee);
|
||||
editName->setObjectName(QString::fromUtf8("editName"));
|
||||
editName->setFont(font1);
|
||||
|
||||
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"));
|
||||
label_3->setFont(font1);
|
||||
|
||||
horizontalLayout_2->addWidget(label_3);
|
||||
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);
|
||||
|
||||
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"));
|
||||
label_4->setFont(font1);
|
||||
|
||||
horizontalLayout_3->addWidget(label_4);
|
||||
verticalLayout_3->addWidget(editLogin);
|
||||
|
||||
editPassword = new QLineEdit(DialogEditTrainee);
|
||||
editPassword->setObjectName(QString::fromUtf8("editPassword"));
|
||||
editPassword->setFont(font1);
|
||||
|
||||
horizontalLayout_3->addWidget(editPassword);
|
||||
verticalLayout_3->addWidget(editPassword);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout_3);
|
||||
horizontalLayout->addLayout(verticalLayout_3);
|
||||
|
||||
|
||||
verticalLayout->addLayout(horizontalLayout);
|
||||
|
||||
horizontalLayout_4 = new QHBoxLayout();
|
||||
horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
|
||||
|
||||
Reference in New Issue
Block a user