mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
126 lines
4.4 KiB
C++
126 lines
4.4 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/QHeaderView>
|
|
#include <QtWidgets/QSpacerItem>
|
|
#include <QtWidgets/QToolButton>
|
|
#include <QtWidgets/QTreeWidget>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_ViewerTrainees
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QHBoxLayout *horizontalLayout_1;
|
|
QGroupBox *groupBox;
|
|
QGridLayout *gridLayout_2;
|
|
QHBoxLayout *horizontalLayout_2;
|
|
QVBoxLayout *verticalLayout;
|
|
QToolButton *btnEditorTrainees;
|
|
QSpacerItem *verticalSpacer;
|
|
QTreeWidget *treeWidget;
|
|
|
|
void setupUi(QWidget *ViewerTrainees)
|
|
{
|
|
if (ViewerTrainees->objectName().isEmpty())
|
|
ViewerTrainees->setObjectName(QString::fromUtf8("ViewerTrainees"));
|
|
ViewerTrainees->resize(400, 300);
|
|
QFont font;
|
|
font.setFamily(QString::fromUtf8("Tahoma"));
|
|
ViewerTrainees->setFont(font);
|
|
gridLayout = new QGridLayout(ViewerTrainees);
|
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
horizontalLayout_1 = new QHBoxLayout();
|
|
horizontalLayout_1->setObjectName(QString::fromUtf8("horizontalLayout_1"));
|
|
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"));
|
|
horizontalLayout_2 = new QHBoxLayout();
|
|
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
|
verticalLayout = new QVBoxLayout();
|
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
btnEditorTrainees = new QToolButton(groupBox);
|
|
btnEditorTrainees->setObjectName(QString::fromUtf8("btnEditorTrainees"));
|
|
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);
|
|
|
|
verticalLayout->addWidget(btnEditorTrainees);
|
|
|
|
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
|
|
verticalLayout->addItem(verticalSpacer);
|
|
|
|
|
|
horizontalLayout_2->addLayout(verticalLayout);
|
|
|
|
treeWidget = new QTreeWidget(groupBox);
|
|
QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
|
|
__qtreewidgetitem->setText(0, QString::fromUtf8("1"));
|
|
treeWidget->setHeaderItem(__qtreewidgetitem);
|
|
treeWidget->setObjectName(QString::fromUtf8("treeWidget"));
|
|
QFont font2;
|
|
font2.setFamily(QString::fromUtf8("Tahoma"));
|
|
font2.setPointSize(10);
|
|
treeWidget->setFont(font2);
|
|
treeWidget->setIconSize(QSize(20, 20));
|
|
treeWidget->setColumnCount(1);
|
|
|
|
horizontalLayout_2->addWidget(treeWidget);
|
|
|
|
|
|
gridLayout_2->addLayout(horizontalLayout_2, 0, 0, 1, 1);
|
|
|
|
|
|
horizontalLayout_1->addWidget(groupBox);
|
|
|
|
|
|
gridLayout->addLayout(horizontalLayout_1, 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
|