!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Sandbox / Plugins / LodGeneratorPlugin / UIs / ui_cgeometrylodgeneratoroptionspanel.h
blob80273924d53dc89fe37b2ddc905f1577973a64b5
1 /********************************************************************************
2 ** Form generated from reading UI file 'cgeometrylodgeneratoroptionspanel.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/QHeaderView>
16 #include <QtWidgets/QVBoxLayout>
17 #include <QtWidgets/QWidget>
18 #include <Qtwidgets/QBoxLayout>
19 #include <Serialization/QPropertyTree/QPropertyTree.h>
21 QT_BEGIN_NAMESPACE
23 class Ui_CGeometryLodGeneratorOptionsPanel
25 public:
26 QVBoxLayout *verticalLayout;
27 QPropertyTree* m_propertyTree;
28 void setupUi(QWidget *CGeometryLodGeneratorOptionsPanel)
30 if (CGeometryLodGeneratorOptionsPanel->objectName().isEmpty())
31 CGeometryLodGeneratorOptionsPanel->setObjectName(QStringLiteral("CGeometryLodGeneratorOptionsPanel"));
32 CGeometryLodGeneratorOptionsPanel->resize(501, 531);
34 verticalLayout = new QVBoxLayout(CGeometryLodGeneratorOptionsPanel);
35 verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
36 m_propertyTree = new QPropertyTree(CGeometryLodGeneratorOptionsPanel);
37 m_propertyTree->setObjectName(QStringLiteral("m_propertyTree"));
39 verticalLayout->addWidget(m_propertyTree);
42 retranslateUi(CGeometryLodGeneratorOptionsPanel);
44 QMetaObject::connectSlotsByName(CGeometryLodGeneratorOptionsPanel);
45 } // setupUi
47 void retranslateUi(QWidget *CGeometryLodGeneratorOptionsPanel)
49 CGeometryLodGeneratorOptionsPanel->setWindowTitle(QApplication::translate("CGeometryLodGeneratorOptionsPanel", "Form", 0));
50 } // retranslateUi
54 namespace Ui {
55 class CGeometryLodGeneratorOptionsPanel: public Ui_CGeometryLodGeneratorOptionsPanel {};
56 } // namespace Ui
58 QT_END_NAMESPACE