ui_pqPythonAnimationCue.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqPythonAnimationCue.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQPYTHONANIMATIONCUE_H
10 #define UI_PQPYTHONANIMATIONCUE_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QTextEdit>
18 #include <QtWidgets/QVBoxLayout>
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QVBoxLayout *verticalLayout;
26  QLabel *label;
27  QTextEdit *script;
28  QDialogButtonBox *buttonBox;
29 
30  void setupUi(QDialog *PythonAnimationCue)
31  {
32  if (PythonAnimationCue->objectName().isEmpty())
33  PythonAnimationCue->setObjectName(QString::fromUtf8("PythonAnimationCue"));
34  PythonAnimationCue->resize(367, 446);
35  verticalLayout = new QVBoxLayout(PythonAnimationCue);
36  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
37  label = new QLabel(PythonAnimationCue);
38  label->setObjectName(QString::fromUtf8("label"));
39 
40  verticalLayout->addWidget(label);
41 
42  script = new QTextEdit(PythonAnimationCue);
43  script->setObjectName(QString::fromUtf8("script"));
44 
45  verticalLayout->addWidget(script);
46 
47  buttonBox = new QDialogButtonBox(PythonAnimationCue);
48  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
49  buttonBox->setOrientation(Qt::Horizontal);
50  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
51 
52  verticalLayout->addWidget(buttonBox);
53 
54 
55  retranslateUi(PythonAnimationCue);
56  QObject::connect(buttonBox, SIGNAL(accepted()), PythonAnimationCue, SLOT(accept()));
57  QObject::connect(buttonBox, SIGNAL(rejected()), PythonAnimationCue, SLOT(reject()));
58 
59  QMetaObject::connectSlotsByName(PythonAnimationCue);
60  } // setupUi
61 
62  void retranslateUi(QDialog *PythonAnimationCue)
63  {
64  PythonAnimationCue->setWindowTitle(QCoreApplication::translate("PythonAnimationCue", "Edit Python Animation Track", nullptr));
65  label->setText(QCoreApplication::translate("PythonAnimationCue", "Script:", nullptr));
66  } // retranslateUi
67 
68 };
69 
70 namespace Ui {
72 } // namespace Ui
73 
74 QT_END_NAMESPACE
75 
76 #endif // UI_PQPYTHONANIMATIONCUE_H
void retranslateUi(QDialog *PythonAnimationCue)
QDialogButtonBox * buttonBox
void setupUi(QDialog *PythonAnimationCue)