mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
84 lines
2.6 KiB
C++
84 lines
2.6 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 <QtWidgets/QApplication>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QTreeWidget>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_ViewerTrainees
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QGridLayout *gridLayout_2;
|
|
QVBoxLayout *verticalLayout;
|
|
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"));
|
|
gridLayout_2 = new QGridLayout();
|
|
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
|
|
verticalLayout = new QVBoxLayout();
|
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
treeWidget = new QTreeWidget(ViewerTrainees);
|
|
QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
|
|
__qtreewidgetitem->setText(0, QString::fromUtf8("1"));
|
|
treeWidget->setHeaderItem(__qtreewidgetitem);
|
|
treeWidget->setObjectName(QString::fromUtf8("treeWidget"));
|
|
QFont font1;
|
|
font1.setFamily(QString::fromUtf8("Tahoma"));
|
|
font1.setPointSize(10);
|
|
treeWidget->setFont(font1);
|
|
treeWidget->setIconSize(QSize(20, 20));
|
|
treeWidget->setColumnCount(1);
|
|
|
|
verticalLayout->addWidget(treeWidget);
|
|
|
|
|
|
gridLayout_2->addLayout(verticalLayout, 0, 0, 1, 1);
|
|
|
|
|
|
gridLayout->addLayout(gridLayout_2, 0, 0, 1, 1);
|
|
|
|
|
|
retranslateUi(ViewerTrainees);
|
|
|
|
QMetaObject::connectSlotsByName(ViewerTrainees);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *ViewerTrainees)
|
|
{
|
|
ViewerTrainees->setWindowTitle(QCoreApplication::translate("ViewerTrainees", "Trainees", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class ViewerTrainees: public Ui_ViewerTrainees {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_VIEWERTRAINEES_H
|