ui_pqAbortAnimation.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqAbortAnimation.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQABORTANIMATION_H
10 #define UI_PQABORTANIMATION_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QPushButton>
18 
19 QT_BEGIN_NAMESPACE
20 
22 {
23 public:
24  QGridLayout *gridLayout;
25  QHBoxLayout *hboxLayout;
26  QPushButton *abortAnimationButton;
27 
28  void setupUi(QDialog *AbortAnimation)
29  {
30  if (AbortAnimation->objectName().isEmpty())
31  AbortAnimation->setObjectName(QString::fromUtf8("AbortAnimation"));
32  AbortAnimation->resize(140, 58);
33  gridLayout = new QGridLayout(AbortAnimation);
34 #ifndef Q_OS_MAC
35  gridLayout->setSpacing(6);
36 #endif
37 #ifndef Q_OS_MAC
38  gridLayout->setContentsMargins(9, 9, 9, 9);
39 #endif
40  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
41  hboxLayout = new QHBoxLayout();
42 #ifndef Q_OS_MAC
43  hboxLayout->setSpacing(6);
44 #endif
45 #ifndef Q_OS_MAC
46  hboxLayout->setContentsMargins(0, 0, 0, 0);
47 #endif
48  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
49  abortAnimationButton = new QPushButton(AbortAnimation);
50  abortAnimationButton->setObjectName(QString::fromUtf8("abortAnimationButton"));
51 
52  hboxLayout->addWidget(abortAnimationButton);
53 
54 
55  gridLayout->addLayout(hboxLayout, 0, 0, 1, 1);
56 
57 
58  retranslateUi(AbortAnimation);
59  QObject::connect(abortAnimationButton, SIGNAL(clicked()), AbortAnimation, SLOT(accept()));
60 
61  QMetaObject::connectSlotsByName(AbortAnimation);
62  } // setupUi
63 
64  void retranslateUi(QDialog *AbortAnimation)
65  {
66  AbortAnimation->setWindowTitle(QCoreApplication::translate("AbortAnimation", "Dialog", nullptr));
67 #if QT_CONFIG(tooltip)
68  abortAnimationButton->setToolTip(QCoreApplication::translate("AbortAnimation", "Abort Saving Animation", nullptr));
69 #endif // QT_CONFIG(tooltip)
70 #if QT_CONFIG(statustip)
71  abortAnimationButton->setStatusTip(QCoreApplication::translate("AbortAnimation", "Interrupts the saving of animation and aborts it.", nullptr));
72 #endif // QT_CONFIG(statustip)
73 #if QT_CONFIG(tooltip)
74  abortAnimationButton->setToolTip(QCoreApplication::translate("AbortAnimation", "Interrupts the saving of animation and aborts it.", nullptr));
75 #endif // QT_CONFIG(tooltip)
76  abortAnimationButton->setText(QCoreApplication::translate("AbortAnimation", "Abort Animation", nullptr));
77  } // retranslateUi
78 
79 };
80 
81 namespace Ui {
83 } // namespace Ui
84 
85 QT_END_NAMESPACE
86 
87 #endif // UI_PQABORTANIMATION_H
void setupUi(QDialog *AbortAnimation)
QPushButton * abortAnimationButton
QGridLayout * gridLayout
void retranslateUi(QDialog *AbortAnimation)
QHBoxLayout * hboxLayout