!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Sandbox / Plugins / LodGeneratorPlugin / UIs / ui_cgeometrylodgeneratortaskpanel.h
blob3cc3286475c24d5e57801685328902800e1b3927
1 /********************************************************************************
2 ** Form generated from reading UI file 'cgeometrylodgeneratortaskpanel.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.4.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
9 #pragma once
11 #include <QtCore/QVariant>
12 #include <QtWidgets/QAction>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QButtonGroup>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QHeaderView>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QProgressBar>
19 #include <QtWidgets/QPushButton>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
23 QT_BEGIN_NAMESPACE
25 class Ui_CGeometryLodGeneratorTaskPanel
27 public:
28 QHBoxLayout *horizontalLayout_4;
29 QVBoxLayout *verticalLayout;
30 QHBoxLayout *horizontalLayout_3;
31 QPushButton *GenerateLodChainButton;
32 QPushButton *CanelGenerateLodChainButton;
33 QHBoxLayout *horizontalLayout;
34 QProgressBar *GenerateLodChainButtonProgressBar;
35 QHBoxLayout *horizontalLayout_2;
36 QLabel *GenerateLodChainButtonLabel;
38 void setupUi(QWidget *CGeometryLodGeneratorTaskPanel)
40 if (CGeometryLodGeneratorTaskPanel->objectName().isEmpty())
41 CGeometryLodGeneratorTaskPanel->setObjectName(QStringLiteral("CGeometryLodGeneratorTaskPanel"));
42 CGeometryLodGeneratorTaskPanel->resize(543, 141);
43 horizontalLayout_4 = new QHBoxLayout(CGeometryLodGeneratorTaskPanel);
44 horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
45 horizontalLayout_4->setContentsMargins(0, 0, 0, 0);
46 verticalLayout = new QVBoxLayout();
47 verticalLayout->setSpacing(0);
48 verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
49 horizontalLayout_3 = new QHBoxLayout();
50 horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
51 GenerateLodChainButton = new QPushButton(CGeometryLodGeneratorTaskPanel);
52 GenerateLodChainButton->setObjectName(QStringLiteral("GenerateLodChainButton"));
53 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
54 sizePolicy.setHorizontalStretch(0);
55 sizePolicy.setVerticalStretch(0);
56 sizePolicy.setHeightForWidth(GenerateLodChainButton->sizePolicy().hasHeightForWidth());
57 GenerateLodChainButton->setSizePolicy(sizePolicy);
59 horizontalLayout_3->addWidget(GenerateLodChainButton);
61 CanelGenerateLodChainButton = new QPushButton(CGeometryLodGeneratorTaskPanel);
62 CanelGenerateLodChainButton->setObjectName(QStringLiteral("CanelGenerateLodChainButton"));
63 CanelGenerateLodChainButton->setEnabled(true);
64 sizePolicy.setHeightForWidth(CanelGenerateLodChainButton->sizePolicy().hasHeightForWidth());
65 CanelGenerateLodChainButton->setSizePolicy(sizePolicy);
67 horizontalLayout_3->addWidget(CanelGenerateLodChainButton);
70 verticalLayout->addLayout(horizontalLayout_3);
72 horizontalLayout = new QHBoxLayout();
73 horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
74 GenerateLodChainButtonProgressBar = new QProgressBar(CGeometryLodGeneratorTaskPanel);
75 GenerateLodChainButtonProgressBar->setObjectName(QStringLiteral("GenerateLodChainButtonProgressBar"));
76 GenerateLodChainButtonProgressBar->setValue(24);
78 horizontalLayout->addWidget(GenerateLodChainButtonProgressBar);
81 verticalLayout->addLayout(horizontalLayout);
83 horizontalLayout_2 = new QHBoxLayout();
84 horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
85 GenerateLodChainButtonLabel = new QLabel(CGeometryLodGeneratorTaskPanel);
86 GenerateLodChainButtonLabel->setObjectName(QStringLiteral("GenerateLodChainButtonLabel"));
87 QFont font;
88 font.setPointSize(13);
89 GenerateLodChainButtonLabel->setFont(font);
90 GenerateLodChainButtonLabel->setAlignment(Qt::AlignCenter);
92 horizontalLayout_2->addWidget(GenerateLodChainButtonLabel);
95 verticalLayout->addLayout(horizontalLayout_2);
98 horizontalLayout_4->addLayout(verticalLayout);
101 retranslateUi(CGeometryLodGeneratorTaskPanel);
103 QMetaObject::connectSlotsByName(CGeometryLodGeneratorTaskPanel);
104 } // setupUi
106 void retranslateUi(QWidget *CGeometryLodGeneratorTaskPanel)
108 CGeometryLodGeneratorTaskPanel->setWindowTitle(QApplication::translate("CGeometryLodGeneratorTaskPanel", "Form", 0));
109 GenerateLodChainButton->setText(QApplication::translate("CGeometryLodGeneratorTaskPanel", "Generate LOD Chain", 0));
110 CanelGenerateLodChainButton->setText(QApplication::translate("CGeometryLodGeneratorTaskPanel", "Canel Generation", 0));
111 GenerateLodChainButtonLabel->setText(QApplication::translate("CGeometryLodGeneratorTaskPanel", "Waiting for task..", 0));
112 } // retranslateUi
116 namespace Ui {
117 class CGeometryLodGeneratorTaskPanel: public Ui_CGeometryLodGeneratorTaskPanel {};
118 } // namespace Ui
120 QT_END_NAMESPACE