mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Доделал стилизацию интерфейса
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
QLabel *lblLoggedInInstructor;
|
||||
QSpacerItem *horizontalSpacer;
|
||||
QToolButton *btnDocTasks;
|
||||
QToolButton *toolButton;
|
||||
|
||||
void setupUi(QWidget *InstructorsAndTraineesWidget)
|
||||
{
|
||||
@@ -140,6 +141,12 @@ public:
|
||||
|
||||
horizontalLayout_2->addWidget(btnDocTasks);
|
||||
|
||||
toolButton = new QToolButton(groupBox);
|
||||
toolButton->setObjectName(QString::fromUtf8("toolButton"));
|
||||
toolButton->setMinimumSize(QSize(58, 58));
|
||||
|
||||
horizontalLayout_2->addWidget(toolButton);
|
||||
|
||||
|
||||
verticalLayout_2->addLayout(horizontalLayout_2);
|
||||
|
||||
@@ -172,6 +179,7 @@ public:
|
||||
#if QT_CONFIG(shortcut)
|
||||
btnDocTasks->setShortcut(QCoreApplication::translate("InstructorsAndTraineesWidget", "Ctrl+Shift+S", nullptr));
|
||||
#endif // QT_CONFIG(shortcut)
|
||||
toolButton->setText(QCoreApplication::translate("InstructorsAndTraineesWidget", "Update StyleSheet", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user