ui_pqKeyFrameTypeWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqKeyFrameTypeWidget.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_PQKEYFRAMETYPEWIDGET_H
10 #define UI_PQKEYFRAMETYPEWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QComboBox>
15 #include <QtWidgets/QDoubleSpinBox>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QGroupBox>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QLineEdit>
20 #include <QtWidgets/QSpacerItem>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QComboBox *Type;
30  QLabel *label;
31  QGroupBox *exponentialGroup;
32  QGridLayout *gridLayout1;
33  QLineEdit *StartPower;
34  QLabel *label_2;
35  QLabel *label_3;
36  QLineEdit *Base;
37  QLabel *label_4;
38  QLineEdit *EndPower;
39  QSpacerItem *spacerItem;
40  QGroupBox *sinusoidGroup;
41  QGridLayout *gridLayout2;
42  QLabel *label_7;
43  QLabel *label_6;
44  QLabel *label_5;
45  QDoubleSpinBox *Phase;
46  QLineEdit *Offset;
47  QLineEdit *Frequency;
48 
50  {
51  if (pqKeyFrameTypeWidget->objectName().isEmpty())
52  pqKeyFrameTypeWidget->setObjectName(QString::fromUtf8("pqKeyFrameTypeWidget"));
53  pqKeyFrameTypeWidget->resize(251, 316);
54  QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
55  sizePolicy.setHorizontalStretch(0);
56  sizePolicy.setVerticalStretch(0);
57  sizePolicy.setHeightForWidth(pqKeyFrameTypeWidget->sizePolicy().hasHeightForWidth());
58  pqKeyFrameTypeWidget->setSizePolicy(sizePolicy);
59  gridLayout = new QGridLayout(pqKeyFrameTypeWidget);
60 #ifndef Q_OS_MAC
61  gridLayout->setSpacing(6);
62 #endif
63  gridLayout->setContentsMargins(0, 0, 0, 0);
64  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
65  Type = new QComboBox(pqKeyFrameTypeWidget);
66  Type->setObjectName(QString::fromUtf8("Type"));
67 
68  gridLayout->addWidget(Type, 0, 1, 1, 1);
69 
70  label = new QLabel(pqKeyFrameTypeWidget);
71  label->setObjectName(QString::fromUtf8("label"));
72 
73  gridLayout->addWidget(label, 0, 0, 1, 1);
74 
75  exponentialGroup = new QGroupBox(pqKeyFrameTypeWidget);
76  exponentialGroup->setObjectName(QString::fromUtf8("exponentialGroup"));
77  gridLayout1 = new QGridLayout(exponentialGroup);
78 #ifndef Q_OS_MAC
79  gridLayout1->setSpacing(6);
80 #endif
81 #ifndef Q_OS_MAC
82  gridLayout1->setContentsMargins(9, 9, 9, 9);
83 #endif
84  gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
85  StartPower = new QLineEdit(exponentialGroup);
86  StartPower->setObjectName(QString::fromUtf8("StartPower"));
87 
88  gridLayout1->addWidget(StartPower, 1, 1, 1, 1);
89 
90  label_2 = new QLabel(exponentialGroup);
91  label_2->setObjectName(QString::fromUtf8("label_2"));
92 
93  gridLayout1->addWidget(label_2, 0, 0, 1, 1);
94 
95  label_3 = new QLabel(exponentialGroup);
96  label_3->setObjectName(QString::fromUtf8("label_3"));
97 
98  gridLayout1->addWidget(label_3, 1, 0, 1, 1);
99 
100  Base = new QLineEdit(exponentialGroup);
101  Base->setObjectName(QString::fromUtf8("Base"));
102 
103  gridLayout1->addWidget(Base, 0, 1, 1, 1);
104 
105  label_4 = new QLabel(exponentialGroup);
106  label_4->setObjectName(QString::fromUtf8("label_4"));
107 
108  gridLayout1->addWidget(label_4, 2, 0, 1, 1);
109 
110  EndPower = new QLineEdit(exponentialGroup);
111  EndPower->setObjectName(QString::fromUtf8("EndPower"));
112 
113  gridLayout1->addWidget(EndPower, 2, 1, 1, 1);
114 
115 
116  gridLayout->addWidget(exponentialGroup, 1, 0, 1, 2);
117 
118  spacerItem = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Minimum);
119 
120  gridLayout->addItem(spacerItem, 3, 0, 1, 2);
121 
122  sinusoidGroup = new QGroupBox(pqKeyFrameTypeWidget);
123  sinusoidGroup->setObjectName(QString::fromUtf8("sinusoidGroup"));
124  gridLayout2 = new QGridLayout(sinusoidGroup);
125 #ifndef Q_OS_MAC
126  gridLayout2->setSpacing(6);
127 #endif
128 #ifndef Q_OS_MAC
129  gridLayout2->setContentsMargins(9, 9, 9, 9);
130 #endif
131  gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
132  label_7 = new QLabel(sinusoidGroup);
133  label_7->setObjectName(QString::fromUtf8("label_7"));
134 
135  gridLayout2->addWidget(label_7, 2, 0, 1, 1);
136 
137  label_6 = new QLabel(sinusoidGroup);
138  label_6->setObjectName(QString::fromUtf8("label_6"));
139 
140  gridLayout2->addWidget(label_6, 1, 0, 1, 1);
141 
142  label_5 = new QLabel(sinusoidGroup);
143  label_5->setObjectName(QString::fromUtf8("label_5"));
144 
145  gridLayout2->addWidget(label_5, 0, 0, 1, 1);
146 
147  Phase = new QDoubleSpinBox(sinusoidGroup);
148  Phase->setObjectName(QString::fromUtf8("Phase"));
149  Phase->setMaximum(180.000000000000000);
150  Phase->setMinimum(-180.000000000000000);
151 
152  gridLayout2->addWidget(Phase, 0, 1, 1, 1);
153 
154  Offset = new QLineEdit(sinusoidGroup);
155  Offset->setObjectName(QString::fromUtf8("Offset"));
156 
157  gridLayout2->addWidget(Offset, 2, 1, 1, 1);
158 
159  Frequency = new QLineEdit(sinusoidGroup);
160  Frequency->setObjectName(QString::fromUtf8("Frequency"));
161 
162  gridLayout2->addWidget(Frequency, 1, 1, 1, 1);
163 
164 
165  gridLayout->addWidget(sinusoidGroup, 2, 0, 1, 2);
166 
167  QWidget::setTabOrder(Base, StartPower);
168  QWidget::setTabOrder(StartPower, EndPower);
169  QWidget::setTabOrder(EndPower, Phase);
170  QWidget::setTabOrder(Phase, Frequency);
171  QWidget::setTabOrder(Frequency, Offset);
172 
173  retranslateUi(pqKeyFrameTypeWidget);
174 
175  QMetaObject::connectSlotsByName(pqKeyFrameTypeWidget);
176  } // setupUi
177 
179  {
180  pqKeyFrameTypeWidget->setWindowTitle(QCoreApplication::translate("pqKeyFrameTypeWidget", "Form", nullptr));
181  label->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "Interpolation:", nullptr));
182  exponentialGroup->setTitle(QCoreApplication::translate("pqKeyFrameTypeWidget", "Exponential", nullptr));
183  StartPower->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "0", nullptr));
184  label_2->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "Base", nullptr));
185  label_3->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "Start Power", nullptr));
186  Base->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "2", nullptr));
187  label_4->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "End Power", nullptr));
188  EndPower->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "1", nullptr));
189  sinusoidGroup->setTitle(QCoreApplication::translate("pqKeyFrameTypeWidget", "Sinusoid", nullptr));
190  label_7->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "Offset", nullptr));
191  label_6->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "Frequency", nullptr));
192  label_5->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "Phase", nullptr));
193  Offset->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "0", nullptr));
194  Frequency->setText(QCoreApplication::translate("pqKeyFrameTypeWidget", "1", nullptr));
195  } // retranslateUi
196 
197 };
198 
199 namespace Ui {
201 } // namespace Ui
202 
203 QT_END_NAMESPACE
204 
205 #endif // UI_PQKEYFRAMETYPEWIDGET_H
void setupUi(QWidget *pqKeyFrameTypeWidget)
void retranslateUi(QWidget *pqKeyFrameTypeWidget)