| 1 | /******************************************************************************** | 
| 2 | ** Form generated from reading UI file 'properties.ui' | 
| 3 | ** | 
| 4 | ** Created by: Qt User Interface Compiler version 5.15.9 | 
| 5 | ** | 
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! | 
| 7 | ********************************************************************************/ | 
| 8 |  | 
| 9 | #ifndef UI_PROPERTIES_H | 
| 10 | #define UI_PROPERTIES_H | 
| 11 |  | 
| 12 | #include <QtCore/QVariant> | 
| 13 | #include <QtWidgets/QApplication> | 
| 14 | #include <QtWidgets/QComboBox> | 
| 15 | #include <QtWidgets/QGridLayout> | 
| 16 | #include <QtWidgets/QGroupBox> | 
| 17 | #include <QtWidgets/QLabel> | 
| 18 | #include <QtWidgets/QPlainTextEdit> | 
| 19 | #include <QtWidgets/QPushButton> | 
| 20 | #include <QtWidgets/QSpacerItem> | 
| 21 | #include <QtWidgets/QSpinBox> | 
| 22 | #include <QtWidgets/QWidget> | 
| 23 |  | 
| 24 | QT_BEGIN_NAMESPACE | 
| 25 |  | 
| 26 | class Ui_Properties | 
| 27 | { | 
| 28 | public: | 
| 29 |     QGridLayout *gridLayout; | 
| 30 |     QSpacerItem *spacer; | 
| 31 |     QLabel *label_3; | 
| 32 |     QSpinBox *spinBox; | 
| 33 |     QLabel *label; | 
| 34 |     QPlainTextEdit *plainTextEdit; | 
| 35 |     QLabel *label_2; | 
| 36 |     QComboBox *comboBox; | 
| 37 |     QSpacerItem *spacer_2; | 
| 38 |     QGroupBox *groupBox; | 
| 39 |     QPushButton *importButton; | 
| 40 |  | 
| 41 |     void setupUi(QWidget *Properties) | 
| 42 |     { | 
| 43 |         if (Properties->objectName().isEmpty()) | 
| 44 |             Properties->setObjectName(QString::fromUtf8(str: "Properties" )); | 
| 45 |         Properties->resize(w: 487, h: 627); | 
| 46 |         QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); | 
| 47 |         sizePolicy.setHorizontalStretch(0); | 
| 48 |         sizePolicy.setVerticalStretch(0); | 
| 49 |         sizePolicy.setHeightForWidth(Properties->sizePolicy().hasHeightForWidth()); | 
| 50 |         Properties->setSizePolicy(sizePolicy); | 
| 51 |         gridLayout = new QGridLayout(Properties); | 
| 52 |         gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout" )); | 
| 53 |         spacer = new QSpacerItem(20, 13, QSizePolicy::Minimum, QSizePolicy::Fixed); | 
| 54 |  | 
| 55 |         gridLayout->addItem(item: spacer, row: 0, column: 2, rowSpan: 1, columnSpan: 1); | 
| 56 |  | 
| 57 |         label_3 = new QLabel(Properties); | 
| 58 |         label_3->setObjectName(QString::fromUtf8(str: "label_3" )); | 
| 59 |  | 
| 60 |         gridLayout->addWidget(label_3, row: 1, column: 0, rowSpan: 1, columnSpan: 1); | 
| 61 |  | 
| 62 |         spinBox = new QSpinBox(Properties); | 
| 63 |         spinBox->setObjectName(QString::fromUtf8(str: "spinBox" )); | 
| 64 |  | 
| 65 |         gridLayout->addWidget(spinBox, row: 1, column: 1, rowSpan: 1, columnSpan: 2); | 
| 66 |  | 
| 67 |         label = new QLabel(Properties); | 
| 68 |         label->setObjectName(QString::fromUtf8(str: "label" )); | 
| 69 |  | 
| 70 |         gridLayout->addWidget(label, row: 2, column: 0, rowSpan: 1, columnSpan: 1); | 
| 71 |  | 
| 72 |         plainTextEdit = new QPlainTextEdit(Properties); | 
| 73 |         plainTextEdit->setObjectName(QString::fromUtf8(str: "plainTextEdit" )); | 
| 74 |         plainTextEdit->setMaximumSize(QSize(16777215, 128)); | 
| 75 |         plainTextEdit->setReadOnly(false); | 
| 76 |         plainTextEdit->setPlainText(QString::fromUtf8(str: "" )); | 
| 77 |  | 
| 78 |         gridLayout->addWidget(plainTextEdit, row: 2, column: 1, rowSpan: 1, columnSpan: 2); | 
| 79 |  | 
| 80 |         label_2 = new QLabel(Properties); | 
| 81 |         label_2->setObjectName(QString::fromUtf8(str: "label_2" )); | 
| 82 |  | 
| 83 |         gridLayout->addWidget(label_2, row: 3, column: 0, rowSpan: 1, columnSpan: 1); | 
| 84 |  | 
| 85 |         comboBox = new QComboBox(Properties); | 
| 86 |         comboBox->setObjectName(QString::fromUtf8(str: "comboBox" )); | 
| 87 |         QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Fixed); | 
| 88 |         sizePolicy1.setHorizontalStretch(0); | 
| 89 |         sizePolicy1.setVerticalStretch(0); | 
| 90 |         sizePolicy1.setHeightForWidth(comboBox->sizePolicy().hasHeightForWidth()); | 
| 91 |         comboBox->setSizePolicy(sizePolicy1); | 
| 92 |  | 
| 93 |         gridLayout->addWidget(comboBox, row: 3, column: 1, rowSpan: 1, columnSpan: 2); | 
| 94 |  | 
| 95 |         spacer_2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed); | 
| 96 |  | 
| 97 |         gridLayout->addItem(item: spacer_2, row: 6, column: 1, rowSpan: 1, columnSpan: 1); | 
| 98 |  | 
| 99 |         groupBox = new QGroupBox(Properties); | 
| 100 |         groupBox->setObjectName(QString::fromUtf8(str: "groupBox" )); | 
| 101 |         QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Expanding); | 
| 102 |         sizePolicy2.setHorizontalStretch(0); | 
| 103 |         sizePolicy2.setVerticalStretch(0); | 
| 104 |         sizePolicy2.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth()); | 
| 105 |         groupBox->setSizePolicy(sizePolicy2); | 
| 106 |         groupBox->setMinimumSize(QSize(400, 0)); | 
| 107 |         groupBox->setFlat(true); | 
| 108 |  | 
| 109 |         gridLayout->addWidget(groupBox, row: 9, column: 0, rowSpan: 1, columnSpan: 3); | 
| 110 |  | 
| 111 |         importButton = new QPushButton(Properties); | 
| 112 |         importButton->setObjectName(QString::fromUtf8(str: "importButton" )); | 
| 113 |  | 
| 114 |         gridLayout->addWidget(importButton, row: 4, column: 1, rowSpan: 1, columnSpan: 2); | 
| 115 |  | 
| 116 |  | 
| 117 |         retranslateUi(Properties); | 
| 118 |  | 
| 119 |         QMetaObject::connectSlotsByName(o: Properties); | 
| 120 |     } // setupUi | 
| 121 |  | 
| 122 |     void retranslateUi(QWidget *Properties) | 
| 123 |     { | 
| 124 |         Properties->setWindowTitle(QCoreApplication::translate(context: "Properties" , key: "Form" , disambiguation: nullptr)); | 
| 125 |         label_3->setText(QCoreApplication::translate(context: "Properties" , key: "Duration" , disambiguation: nullptr)); | 
| 126 |         label->setText(QCoreApplication::translate(context: "Properties" , key: "Code" , disambiguation: nullptr)); | 
| 127 |         label_2->setText(QCoreApplication::translate(context: "Properties" , key: "Presets" , disambiguation: nullptr)); | 
| 128 |         groupBox->setTitle(QCoreApplication::translate(context: "Properties" , key: "Control Points" , disambiguation: nullptr)); | 
| 129 |         importButton->setText(QCoreApplication::translate(context: "Properties" , key: "Import AfterEffects Curve" , disambiguation: nullptr)); | 
| 130 |     } // retranslateUi | 
| 131 |  | 
| 132 | }; | 
| 133 |  | 
| 134 | namespace Ui { | 
| 135 |     class Properties: public Ui_Properties {}; | 
| 136 | } // namespace Ui | 
| 137 |  | 
| 138 | QT_END_NAMESPACE | 
| 139 |  | 
| 140 | #endif // UI_PROPERTIES_H | 
| 141 |  |