1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'import.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_IMPORT_H |
10 | #define UI_IMPORT_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QApplication> |
14 | #include <QtWidgets/QDialog> |
15 | #include <QtWidgets/QDialogButtonBox> |
16 | #include <QtWidgets/QFormLayout> |
17 | #include <QtWidgets/QLabel> |
18 | #include <QtWidgets/QLineEdit> |
19 | #include <QtWidgets/QWidget> |
20 | |
21 | QT_BEGIN_NAMESPACE |
22 | |
23 | class Ui_ImportDialog |
24 | { |
25 | public: |
26 | QDialogButtonBox *buttonBox; |
27 | QWidget *formLayoutWidget; |
28 | QFormLayout *formLayout; |
29 | QLabel *label; |
30 | QLabel *label_3; |
31 | QLabel *label_4; |
32 | QLineEdit *inInfluenceEdit; |
33 | QLineEdit *inSlopeEdit; |
34 | QLineEdit *outInfluenceEdit; |
35 | QLineEdit *outSlopeEdit; |
36 | QLabel *label_2; |
37 | |
38 | void setupUi(QDialog *ImportDialog) |
39 | { |
40 | if (ImportDialog->objectName().isEmpty()) |
41 | ImportDialog->setObjectName(QString::fromUtf8(str: "ImportDialog" )); |
42 | ImportDialog->resize(w: 400, h: 164); |
43 | buttonBox = new QDialogButtonBox(ImportDialog); |
44 | buttonBox->setObjectName(QString::fromUtf8(str: "buttonBox" )); |
45 | buttonBox->setGeometry(QRect(40, 130, 341, 32)); |
46 | buttonBox->setOrientation(Qt::Horizontal); |
47 | buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); |
48 | formLayoutWidget = new QWidget(ImportDialog); |
49 | formLayoutWidget->setObjectName(QString::fromUtf8(str: "formLayoutWidget" )); |
50 | formLayoutWidget->setGeometry(QRect(20, 10, 361, 101)); |
51 | formLayout = new QFormLayout(formLayoutWidget); |
52 | formLayout->setObjectName(QString::fromUtf8(str: "formLayout" )); |
53 | formLayout->setLabelAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); |
54 | formLayout->setContentsMargins(left: 0, top: 0, right: 0, bottom: 0); |
55 | label = new QLabel(formLayoutWidget); |
56 | label->setObjectName(QString::fromUtf8(str: "label" )); |
57 | |
58 | formLayout->setWidget(row: 0, role: QFormLayout::LabelRole, widget: label); |
59 | |
60 | label_3 = new QLabel(formLayoutWidget); |
61 | label_3->setObjectName(QString::fromUtf8(str: "label_3" )); |
62 | |
63 | formLayout->setWidget(row: 2, role: QFormLayout::LabelRole, widget: label_3); |
64 | |
65 | label_4 = new QLabel(formLayoutWidget); |
66 | label_4->setObjectName(QString::fromUtf8(str: "label_4" )); |
67 | |
68 | formLayout->setWidget(row: 3, role: QFormLayout::LabelRole, widget: label_4); |
69 | |
70 | inInfluenceEdit = new QLineEdit(formLayoutWidget); |
71 | inInfluenceEdit->setObjectName(QString::fromUtf8(str: "inInfluenceEdit" )); |
72 | |
73 | formLayout->setWidget(row: 0, role: QFormLayout::FieldRole, widget: inInfluenceEdit); |
74 | |
75 | inSlopeEdit = new QLineEdit(formLayoutWidget); |
76 | inSlopeEdit->setObjectName(QString::fromUtf8(str: "inSlopeEdit" )); |
77 | |
78 | formLayout->setWidget(row: 1, role: QFormLayout::FieldRole, widget: inSlopeEdit); |
79 | |
80 | outInfluenceEdit = new QLineEdit(formLayoutWidget); |
81 | outInfluenceEdit->setObjectName(QString::fromUtf8(str: "outInfluenceEdit" )); |
82 | |
83 | formLayout->setWidget(row: 2, role: QFormLayout::FieldRole, widget: outInfluenceEdit); |
84 | |
85 | outSlopeEdit = new QLineEdit(formLayoutWidget); |
86 | outSlopeEdit->setObjectName(QString::fromUtf8(str: "outSlopeEdit" )); |
87 | |
88 | formLayout->setWidget(row: 3, role: QFormLayout::FieldRole, widget: outSlopeEdit); |
89 | |
90 | label_2 = new QLabel(formLayoutWidget); |
91 | label_2->setObjectName(QString::fromUtf8(str: "label_2" )); |
92 | |
93 | formLayout->setWidget(row: 1, role: QFormLayout::LabelRole, widget: label_2); |
94 | |
95 | |
96 | retranslateUi(ImportDialog); |
97 | QObject::connect(sender: buttonBox, SIGNAL(accepted()), receiver: ImportDialog, SLOT(accept())); |
98 | QObject::connect(sender: buttonBox, SIGNAL(rejected()), receiver: ImportDialog, SLOT(reject())); |
99 | |
100 | QMetaObject::connectSlotsByName(o: ImportDialog); |
101 | } // setupUi |
102 | |
103 | void retranslateUi(QDialog *ImportDialog) |
104 | { |
105 | ImportDialog->setWindowTitle(QCoreApplication::translate(context: "ImportDialog" , key: "Import After Effects Curve" , disambiguation: nullptr)); |
106 | label->setText(QCoreApplication::translate(context: "ImportDialog" , key: "Input Influence:" , disambiguation: nullptr)); |
107 | label_3->setText(QCoreApplication::translate(context: "ImportDialog" , key: "Output Influence:" , disambiguation: nullptr)); |
108 | label_4->setText(QCoreApplication::translate(context: "ImportDialog" , key: "Output Slope:" , disambiguation: nullptr)); |
109 | inInfluenceEdit->setText(QCoreApplication::translate(context: "ImportDialog" , key: "33" , disambiguation: nullptr)); |
110 | inSlopeEdit->setText(QCoreApplication::translate(context: "ImportDialog" , key: "0" , disambiguation: nullptr)); |
111 | outInfluenceEdit->setText(QCoreApplication::translate(context: "ImportDialog" , key: "33" , disambiguation: nullptr)); |
112 | outSlopeEdit->setText(QCoreApplication::translate(context: "ImportDialog" , key: "0" , disambiguation: nullptr)); |
113 | label_2->setText(QCoreApplication::translate(context: "ImportDialog" , key: "Input Slope:" , disambiguation: nullptr)); |
114 | } // retranslateUi |
115 | |
116 | }; |
117 | |
118 | namespace Ui { |
119 | class ImportDialog: public Ui_ImportDialog {}; |
120 | } // namespace Ui |
121 | |
122 | QT_END_NAMESPACE |
123 | |
124 | #endif // UI_IMPORT_H |
125 | |