mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
70 lines
2.2 KiB
C++
70 lines
2.2 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'viewerinstructors.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_VIEWERINSTRUCTORS_H
|
|
#define UI_VIEWERINSTRUCTORS_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QTreeWidget>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_ViewerInstructors
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QTreeWidget *treeWidget;
|
|
|
|
void setupUi(QWidget *ViewerInstructors)
|
|
{
|
|
if (ViewerInstructors->objectName().isEmpty())
|
|
ViewerInstructors->setObjectName(QString::fromUtf8("ViewerInstructors"));
|
|
ViewerInstructors->resize(400, 300);
|
|
QFont font;
|
|
font.setFamily(QString::fromUtf8("Tahoma"));
|
|
ViewerInstructors->setFont(font);
|
|
gridLayout = new QGridLayout(ViewerInstructors);
|
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
treeWidget = new QTreeWidget(ViewerInstructors);
|
|
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));
|
|
|
|
gridLayout->addWidget(treeWidget, 0, 0, 1, 1);
|
|
|
|
|
|
retranslateUi(ViewerInstructors);
|
|
|
|
QMetaObject::connectSlotsByName(ViewerInstructors);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *ViewerInstructors)
|
|
{
|
|
ViewerInstructors->setWindowTitle(QCoreApplication::translate("ViewerInstructors", "Instructors", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class ViewerInstructors: public Ui_ViewerInstructors {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_VIEWERINSTRUCTORS_H
|