ui_pqAnimationTimeWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqAnimationTimeWidget.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_PQANIMATIONTIMEWIDGET_H
10 #define UI_PQANIMATIONTIMEWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QComboBox>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QWidget>
18 #include "pqSpinBox.h"
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QHBoxLayout *horizontalLayout;
26  QLabel *timeLabel;
27  QComboBox *timeValueComboBox;
30 
31  void setupUi(QWidget *AnimationTimeWidget)
32  {
33  if (AnimationTimeWidget->objectName().isEmpty())
34  AnimationTimeWidget->setObjectName(QString::fromUtf8("AnimationTimeWidget"));
35  AnimationTimeWidget->resize(311, 32);
36  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
37  sizePolicy.setHorizontalStretch(0);
38  sizePolicy.setVerticalStretch(0);
39  sizePolicy.setHeightForWidth(AnimationTimeWidget->sizePolicy().hasHeightForWidth());
40  AnimationTimeWidget->setSizePolicy(sizePolicy);
41  horizontalLayout = new QHBoxLayout(AnimationTimeWidget);
42  horizontalLayout->setSpacing(2);
43  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
44  horizontalLayout->setContentsMargins(0, 0, 0, 0);
45  timeLabel = new QLabel(AnimationTimeWidget);
46  timeLabel->setObjectName(QString::fromUtf8("timeLabel"));
47 
48  horizontalLayout->addWidget(timeLabel);
49 
50  timeValueComboBox = new QComboBox(AnimationTimeWidget);
51  timeValueComboBox->setObjectName(QString::fromUtf8("timeValueComboBox"));
52  timeValueComboBox->setEditable(true);
53  timeValueComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
54 
55  horizontalLayout->addWidget(timeValueComboBox);
56 
57  timestepValue = new pqSpinBox(AnimationTimeWidget);
58  timestepValue->setObjectName(QString::fromUtf8("timestepValue"));
59  timestepValue->setEnabled(true);
60  timestepValue->setMaximum(10000);
61 
62  horizontalLayout->addWidget(timestepValue);
63 
64  timestepCountLabel = new QLabel(AnimationTimeWidget);
65  timestepCountLabel->setObjectName(QString::fromUtf8("timestepCountLabel"));
66 
67  horizontalLayout->addWidget(timestepCountLabel);
68 
69 
70  retranslateUi(AnimationTimeWidget);
71 
72  QMetaObject::connectSlotsByName(AnimationTimeWidget);
73  } // setupUi
74 
75  void retranslateUi(QWidget *AnimationTimeWidget)
76  {
77  AnimationTimeWidget->setWindowTitle(QCoreApplication::translate("AnimationTimeWidget", "Form", nullptr));
78  timeLabel->setText(QCoreApplication::translate("AnimationTimeWidget", "Time:", nullptr));
79  timestepCountLabel->setText(QCoreApplication::translate("AnimationTimeWidget", "max is N", nullptr));
80  } // retranslateUi
81 
82 };
83 
84 namespace Ui {
86 } // namespace Ui
87 
88 QT_END_NAMESPACE
89 
90 #endif // UI_PQANIMATIONTIMEWIDGET_H
QSpinBox which fires editingFinished() signal when the value is changed by steps (increments).
Definition: pqSpinBox.h:17
void setupUi(QWidget *AnimationTimeWidget)
void retranslateUi(QWidget *AnimationTimeWidget)