/******************************************************************************** ** 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 #include #include #include #include #include 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