Files
RRJServer/DB_IaT/Debug64/InstructorsAndTrainees_autogen/include/ui_viewertrainees.h
2024-11-28 14:41:15 +03:00

117 lines
4.0 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'viewertrainees.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_VIEWERTRAINEES_H
#define UI_VIEWERTRAINEES_H
#include <QtCore/QVariant>
#include <QtGui/QIcon>
#include <QtWidgets/QApplication>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_ViewerTrainees
{
public:
QGridLayout *gridLayout;
QHBoxLayout *horizontalLayout_0;
QGroupBox *groupBox;
QGridLayout *gridLayout_2;
QVBoxLayout *verticalLayout;
QHBoxLayout *horizontalLayout_1;
QHBoxLayout *horizontalLayout_2;
QSpacerItem *horizontalSpacer;
QToolButton *btnEditorTrainees;
void setupUi(QWidget *ViewerTrainees)
{
if (ViewerTrainees->objectName().isEmpty())
ViewerTrainees->setObjectName(QString::fromUtf8("ViewerTrainees"));
ViewerTrainees->resize(400, 300);
QFont font;
font.setFamily(QString::fromUtf8("Tahoma"));
font.setPointSize(10);
ViewerTrainees->setFont(font);
gridLayout = new QGridLayout(ViewerTrainees);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
horizontalLayout_0 = new QHBoxLayout();
horizontalLayout_0->setObjectName(QString::fromUtf8("horizontalLayout_0"));
groupBox = new QGroupBox(ViewerTrainees);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
QFont font1;
font1.setPointSize(10);
groupBox->setFont(font1);
gridLayout_2 = new QGridLayout(groupBox);
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
verticalLayout = new QVBoxLayout();
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
horizontalLayout_1 = new QHBoxLayout();
horizontalLayout_1->setObjectName(QString::fromUtf8("horizontalLayout_1"));
verticalLayout->addLayout(horizontalLayout_1);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer);
btnEditorTrainees = new QToolButton(groupBox);
btnEditorTrainees->setObjectName(QString::fromUtf8("btnEditorTrainees"));
btnEditorTrainees->setEnabled(false);
btnEditorTrainees->setMinimumSize(QSize(130, 58));
QIcon icon;
icon.addFile(QString::fromUtf8(":/icons/DB-trainees.png"), QSize(), QIcon::Normal, QIcon::Off);
btnEditorTrainees->setIcon(icon);
btnEditorTrainees->setIconSize(QSize(32, 32));
btnEditorTrainees->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
horizontalLayout_2->addWidget(btnEditorTrainees);
verticalLayout->addLayout(horizontalLayout_2);
gridLayout_2->addLayout(verticalLayout, 0, 0, 1, 1);
horizontalLayout_0->addWidget(groupBox);
gridLayout->addLayout(horizontalLayout_0, 0, 2, 2, 1);
retranslateUi(ViewerTrainees);
QMetaObject::connectSlotsByName(ViewerTrainees);
} // setupUi
void retranslateUi(QWidget *ViewerTrainees)
{
ViewerTrainees->setWindowTitle(QCoreApplication::translate("ViewerTrainees", "Trainees", nullptr));
groupBox->setTitle(QCoreApplication::translate("ViewerTrainees", "Trainees", nullptr));
btnEditorTrainees->setText(QCoreApplication::translate("ViewerTrainees", "Editor of Trainees", nullptr));
} // retranslateUi
};
namespace Ui {
class ViewerTrainees: public Ui_ViewerTrainees {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_VIEWERTRAINEES_H