ui_pqKeyFrameEditor.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqKeyFrameEditor.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_PQKEYFRAMEEDITOR_H
10 #define UI_PQKEYFRAMEEDITOR_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QGridLayout>
15 #include <QtWidgets/QHeaderView>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QTableView>
20 #include <QtWidgets/QWidget>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QGridLayout *gridLayout;
28  QLabel *label;
29  QTableView *tableView;
30  QPushButton *pbNew;
31  QPushButton *pbDelete;
32  QPushButton *pbDeleteAll;
33  QSpacerItem *spacerItem;
34 
35  void setupUi(QWidget *pqKeyFrameEditor)
36  {
37  if (pqKeyFrameEditor->objectName().isEmpty())
38  pqKeyFrameEditor->setObjectName(QString::fromUtf8("pqKeyFrameEditor"));
39  pqKeyFrameEditor->resize(395, 270);
40  gridLayout = new QGridLayout(pqKeyFrameEditor);
41  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
42  gridLayout->setHorizontalSpacing(6);
43  gridLayout->setVerticalSpacing(6);
44  gridLayout->setContentsMargins(0, 0, 0, 0);
45  label = new QLabel(pqKeyFrameEditor);
46  label->setObjectName(QString::fromUtf8("label"));
47 
48  gridLayout->addWidget(label, 0, 0, 1, 2);
49 
50  tableView = new QTableView(pqKeyFrameEditor);
51  tableView->setObjectName(QString::fromUtf8("tableView"));
52  tableView->setSelectionMode(QAbstractItemView::SingleSelection);
53  tableView->setSelectionBehavior(QAbstractItemView::SelectRows);
54 
55  gridLayout->addWidget(tableView, 1, 0, 4, 1);
56 
57  pbNew = new QPushButton(pqKeyFrameEditor);
58  pbNew->setObjectName(QString::fromUtf8("pbNew"));
59 
60  gridLayout->addWidget(pbNew, 1, 1, 1, 1);
61 
62  pbDelete = new QPushButton(pqKeyFrameEditor);
63  pbDelete->setObjectName(QString::fromUtf8("pbDelete"));
64 
65  gridLayout->addWidget(pbDelete, 2, 1, 1, 1);
66 
67  pbDeleteAll = new QPushButton(pqKeyFrameEditor);
68  pbDeleteAll->setObjectName(QString::fromUtf8("pbDeleteAll"));
69 
70  gridLayout->addWidget(pbDeleteAll, 3, 1, 1, 1);
71 
72  spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
73 
74  gridLayout->addItem(spacerItem, 4, 1, 1, 1);
75 
76 
77  retranslateUi(pqKeyFrameEditor);
78 
79  QMetaObject::connectSlotsByName(pqKeyFrameEditor);
80  } // setupUi
81 
83  {
84  pqKeyFrameEditor->setWindowTitle(QCoreApplication::translate("pqKeyFrameEditor", "Form", nullptr));
85  label->setText(QCoreApplication::translate("pqKeyFrameEditor", "Label", nullptr));
86  pbNew->setText(QCoreApplication::translate("pqKeyFrameEditor", "New", nullptr));
87  pbDelete->setText(QCoreApplication::translate("pqKeyFrameEditor", "Delete", nullptr));
88  pbDeleteAll->setText(QCoreApplication::translate("pqKeyFrameEditor", "Delete All", nullptr));
89  } // retranslateUi
90 
91 };
92 
93 namespace Ui {
95 } // namespace Ui
96 
97 QT_END_NAMESPACE
98 
99 #endif // UI_PQKEYFRAMEEDITOR_H
editor for editing animation key frames
void setupUi(QWidget *pqKeyFrameEditor)
void retranslateUi(QWidget *pqKeyFrameEditor)