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