mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Перед внедрением списочной модели БД в GUI
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
QLabel *lblLoggedInInstructor;
|
||||
QSpacerItem *horizontalSpacer;
|
||||
QToolButton *btnUpdateStyleSheet;
|
||||
QToolButton *btnQueryGetListInstructors;
|
||||
QToolButton *btnQueryGetAllLists;
|
||||
|
||||
void setupUi(QWidget *InstructorsAndTraineesWidget)
|
||||
{
|
||||
@@ -145,11 +145,11 @@ public:
|
||||
|
||||
horizontalLayout_1->addWidget(btnUpdateStyleSheet);
|
||||
|
||||
btnQueryGetListInstructors = new QToolButton(groupBox);
|
||||
btnQueryGetListInstructors->setObjectName(QString::fromUtf8("btnQueryGetListInstructors"));
|
||||
btnQueryGetListInstructors->setMinimumSize(QSize(58, 58));
|
||||
btnQueryGetAllLists = new QToolButton(groupBox);
|
||||
btnQueryGetAllLists->setObjectName(QString::fromUtf8("btnQueryGetAllLists"));
|
||||
btnQueryGetAllLists->setMinimumSize(QSize(58, 58));
|
||||
|
||||
horizontalLayout_1->addWidget(btnQueryGetListInstructors);
|
||||
horizontalLayout_1->addWidget(btnQueryGetAllLists);
|
||||
|
||||
|
||||
gridLayout_2->addLayout(horizontalLayout_1, 0, 0, 1, 1);
|
||||
@@ -177,7 +177,7 @@ public:
|
||||
lblLoggedInPrefix->setText(QCoreApplication::translate("InstructorsAndTraineesWidget", "Logged in Instructor: ", nullptr));
|
||||
lblLoggedInInstructor->setText(QCoreApplication::translate("InstructorsAndTraineesWidget", "none", nullptr));
|
||||
btnUpdateStyleSheet->setText(QCoreApplication::translate("InstructorsAndTraineesWidget", "Update StyleSheet", nullptr));
|
||||
btnQueryGetListInstructors->setText(QCoreApplication::translate("InstructorsAndTraineesWidget", "GET_LIST_INSTRUCTORS", nullptr));
|
||||
btnQueryGetAllLists->setText(QCoreApplication::translate("InstructorsAndTraineesWidget", "GET_ALL_LISTS", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user