CuteLogger
Fast and simple logging solution for Qt based applications
ui_lumamixtransition.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'lumamixtransition.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.9.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_LUMAMIXTRANSITION_H
10 #define UI_LUMAMIXTRANSITION_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QComboBox>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QRadioButton>
23 #include <QtWidgets/QSlider>
24 #include <QtWidgets/QSpacerItem>
25 #include <QtWidgets/QSpinBox>
26 #include <QtWidgets/QVBoxLayout>
27 #include <QtWidgets/QWidget>
28 
29 QT_BEGIN_NAMESPACE
30 
31 class Ui_LumaMixTransition
32 {
33 public:
34  QVBoxLayout *verticalLayout;
35  QLabel *label_2;
36  QGridLayout *gridLayout;
37  QLabel *label;
38  QHBoxLayout *horizontalLayout;
39  QComboBox *lumaCombo;
40  QSpacerItem *horizontalSpacer;
41  QLabel *customLumaLabel;
42  QCheckBox *invertCheckBox;
43  QHBoxLayout *horizontalLayout_2;
44  QLabel *softnessLabel;
45  QSlider *softnessSlider;
46  QSpinBox *softnessSpinner;
47  QLabel *label_4;
48  QHBoxLayout *horizontalLayout_3;
49  QRadioButton *crossfadeRadioButton;
50  QHBoxLayout *horizontalLayout_4;
51  QRadioButton *mixRadioButton;
52  QLabel *label_6;
53  QSlider *mixSlider;
54  QLabel *label_7;
55  QSpinBox *mixSpinner;
56  QSpacerItem *verticalSpacer;
57  QButtonGroup *buttonGroup;
58 
59  void setupUi(QWidget *LumaMixTransition)
60  {
61  if (LumaMixTransition->objectName().isEmpty())
62  LumaMixTransition->setObjectName(QStringLiteral("LumaMixTransition"));
63  LumaMixTransition->resize(388, 306);
64  verticalLayout = new QVBoxLayout(LumaMixTransition);
65  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
66  label_2 = new QLabel(LumaMixTransition);
67  label_2->setObjectName(QStringLiteral("label_2"));
68  QFont font;
69  font.setBold(true);
70  font.setWeight(75);
71  label_2->setFont(font);
72  label_2->setAlignment(Qt::AlignCenter);
73 
74  verticalLayout->addWidget(label_2);
75 
76  gridLayout = new QGridLayout();
77  gridLayout->setObjectName(QStringLiteral("gridLayout"));
78  label = new QLabel(LumaMixTransition);
79  label->setObjectName(QStringLiteral("label"));
80  label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
81 
82  gridLayout->addWidget(label, 0, 0, 1, 1);
83 
84  horizontalLayout = new QHBoxLayout();
85  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
86  lumaCombo = new QComboBox(LumaMixTransition);
87  lumaCombo->setObjectName(QStringLiteral("lumaCombo"));
88  QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
89  sizePolicy.setHorizontalStretch(0);
90  sizePolicy.setVerticalStretch(0);
91  sizePolicy.setHeightForWidth(lumaCombo->sizePolicy().hasHeightForWidth());
92  lumaCombo->setSizePolicy(sizePolicy);
93 
94  horizontalLayout->addWidget(lumaCombo);
95 
96  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
97 
98  horizontalLayout->addItem(horizontalSpacer);
99 
100  horizontalLayout->setStretch(1, 1);
101 
102  gridLayout->addLayout(horizontalLayout, 0, 1, 1, 1);
103 
104  customLumaLabel = new QLabel(LumaMixTransition);
105  customLumaLabel->setObjectName(QStringLiteral("customLumaLabel"));
106 
107  gridLayout->addWidget(customLumaLabel, 1, 1, 1, 1);
108 
109  invertCheckBox = new QCheckBox(LumaMixTransition);
110  invertCheckBox->setObjectName(QStringLiteral("invertCheckBox"));
111 
112  gridLayout->addWidget(invertCheckBox, 2, 1, 1, 1);
113 
114  horizontalLayout_2 = new QHBoxLayout();
115  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
116  softnessLabel = new QLabel(LumaMixTransition);
117  softnessLabel->setObjectName(QStringLiteral("softnessLabel"));
118  softnessLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
119  softnessLabel->setWordWrap(true);
120 
121  horizontalLayout_2->addWidget(softnessLabel);
122 
123  softnessSlider = new QSlider(LumaMixTransition);
124  softnessSlider->setObjectName(QStringLiteral("softnessSlider"));
125  softnessSlider->setMaximum(100);
126  softnessSlider->setValue(20);
127  softnessSlider->setOrientation(Qt::Horizontal);
128 
129  horizontalLayout_2->addWidget(softnessSlider);
130 
131  softnessSpinner = new QSpinBox(LumaMixTransition);
132  softnessSpinner->setObjectName(QStringLiteral("softnessSpinner"));
133  softnessSpinner->setMaximum(100);
134  softnessSpinner->setValue(20);
135 
136  horizontalLayout_2->addWidget(softnessSpinner);
137 
138 
139  gridLayout->addLayout(horizontalLayout_2, 3, 1, 1, 1);
140 
141  label_4 = new QLabel(LumaMixTransition);
142  label_4->setObjectName(QStringLiteral("label_4"));
143  label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
144 
145  gridLayout->addWidget(label_4, 4, 0, 1, 1);
146 
147  horizontalLayout_3 = new QHBoxLayout();
148  horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
149  crossfadeRadioButton = new QRadioButton(LumaMixTransition);
150  buttonGroup = new QButtonGroup(LumaMixTransition);
151  buttonGroup->setObjectName(QStringLiteral("buttonGroup"));
152  buttonGroup->addButton(crossfadeRadioButton);
153  crossfadeRadioButton->setObjectName(QStringLiteral("crossfadeRadioButton"));
154 
155  horizontalLayout_3->addWidget(crossfadeRadioButton);
156 
157 
158  gridLayout->addLayout(horizontalLayout_3, 4, 1, 1, 1);
159 
160  horizontalLayout_4 = new QHBoxLayout();
161  horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
162  mixRadioButton = new QRadioButton(LumaMixTransition);
163  buttonGroup->addButton(mixRadioButton);
164  mixRadioButton->setObjectName(QStringLiteral("mixRadioButton"));
165 
166  horizontalLayout_4->addWidget(mixRadioButton);
167 
168  label_6 = new QLabel(LumaMixTransition);
169  label_6->setObjectName(QStringLiteral("label_6"));
170 
171  horizontalLayout_4->addWidget(label_6);
172 
173  mixSlider = new QSlider(LumaMixTransition);
174  mixSlider->setObjectName(QStringLiteral("mixSlider"));
175  mixSlider->setMaximum(100);
176  mixSlider->setOrientation(Qt::Horizontal);
177 
178  horizontalLayout_4->addWidget(mixSlider);
179 
180  label_7 = new QLabel(LumaMixTransition);
181  label_7->setObjectName(QStringLiteral("label_7"));
182 
183  horizontalLayout_4->addWidget(label_7);
184 
185  mixSpinner = new QSpinBox(LumaMixTransition);
186  mixSpinner->setObjectName(QStringLiteral("mixSpinner"));
187  mixSpinner->setMaximum(100);
188 
189  horizontalLayout_4->addWidget(mixSpinner);
190 
191  horizontalLayout_4->setStretch(2, 1);
192 
193  gridLayout->addLayout(horizontalLayout_4, 5, 1, 1, 1);
194 
195 
196  verticalLayout->addLayout(gridLayout);
197 
198  verticalSpacer = new QSpacerItem(20, 91, QSizePolicy::Minimum, QSizePolicy::Expanding);
199 
200  verticalLayout->addItem(verticalSpacer);
201 
202  QWidget::setTabOrder(lumaCombo, invertCheckBox);
203  QWidget::setTabOrder(invertCheckBox, softnessSlider);
204  QWidget::setTabOrder(softnessSlider, softnessSpinner);
205  QWidget::setTabOrder(softnessSpinner, crossfadeRadioButton);
206  QWidget::setTabOrder(crossfadeRadioButton, mixSlider);
207  QWidget::setTabOrder(mixSlider, mixSpinner);
208 
209  retranslateUi(LumaMixTransition);
210  QObject::connect(softnessSlider, SIGNAL(valueChanged(int)), softnessSpinner, SLOT(setValue(int)));
211  QObject::connect(softnessSpinner, SIGNAL(valueChanged(int)), softnessSlider, SLOT(setValue(int)));
212  QObject::connect(mixSlider, SIGNAL(valueChanged(int)), mixSpinner, SLOT(setValue(int)));
213  QObject::connect(mixSpinner, SIGNAL(valueChanged(int)), mixSlider, SLOT(setValue(int)));
214 
215  QMetaObject::connectSlotsByName(LumaMixTransition);
216  } // setupUi
217 
218  void retranslateUi(QWidget *LumaMixTransition)
219  {
220  LumaMixTransition->setWindowTitle(QApplication::translate("LumaMixTransition", "Form", Q_NULLPTR));
221  label_2->setText(QApplication::translate("LumaMixTransition", "Transition", Q_NULLPTR));
222  label->setText(QApplication::translate("LumaMixTransition", "Video", Q_NULLPTR));
223  lumaCombo->clear();
224  lumaCombo->insertItems(0, QStringList()
225  << QApplication::translate("LumaMixTransition", "Dissolve", Q_NULLPTR)
226  << QApplication::translate("LumaMixTransition", "Cut", Q_NULLPTR)
227  << QApplication::translate("LumaMixTransition", "Bar Horizontal", Q_NULLPTR)
228  << QApplication::translate("LumaMixTransition", "Bar Vertical", Q_NULLPTR)
229  << QApplication::translate("LumaMixTransition", "Barn Door Horizontal", Q_NULLPTR)
230  << QApplication::translate("LumaMixTransition", "Barn Door Vertical", Q_NULLPTR)
231  << QApplication::translate("LumaMixTransition", "Barn Door Diagonal SW-NE", Q_NULLPTR)
232  << QApplication::translate("LumaMixTransition", "Barn Door Diagonal NW-SE", Q_NULLPTR)
233  << QApplication::translate("LumaMixTransition", "Diagonal Top Left", Q_NULLPTR)
234  << QApplication::translate("LumaMixTransition", "Diagonal Top Right", Q_NULLPTR)
235  << QApplication::translate("LumaMixTransition", "Matrix Waterfall Horizontal", Q_NULLPTR)
236  << QApplication::translate("LumaMixTransition", "Matrix Waterfall Vertical", Q_NULLPTR)
237  << QApplication::translate("LumaMixTransition", "Matrix Snake Horizontal", Q_NULLPTR)
238  << QApplication::translate("LumaMixTransition", "Matrix Snake Parallel Horizontal", Q_NULLPTR)
239  << QApplication::translate("LumaMixTransition", "Matrix Snake Vertical", Q_NULLPTR)
240  << QApplication::translate("LumaMixTransition", "Matrix Snake Parallel Vertical", Q_NULLPTR)
241  << QApplication::translate("LumaMixTransition", "Barn V Up", Q_NULLPTR)
242  << QApplication::translate("LumaMixTransition", "Iris Circle", Q_NULLPTR)
243  << QApplication::translate("LumaMixTransition", "Double Iris", Q_NULLPTR)
244  << QApplication::translate("LumaMixTransition", "Iris Box", Q_NULLPTR)
245  << QApplication::translate("LumaMixTransition", "Box Bottom Right", Q_NULLPTR)
246  << QApplication::translate("LumaMixTransition", "Box Bottom Left", Q_NULLPTR)
247  << QApplication::translate("LumaMixTransition", "Box Right Center", Q_NULLPTR)
248  << QApplication::translate("LumaMixTransition", "Clock Top", Q_NULLPTR)
249  << QApplication::translate("LumaMixTransition", "Custom...", Q_NULLPTR)
250  );
251  customLumaLabel->setText(QApplication::translate("LumaMixTransition", "TextLabel", Q_NULLPTR));
252 #ifndef QT_NO_TOOLTIP
253  invertCheckBox->setToolTip(QApplication::translate("LumaMixTransition", "Swap the appearance of the A and B clips", Q_NULLPTR));
254 #endif // QT_NO_TOOLTIP
255  invertCheckBox->setText(QApplication::translate("LumaMixTransition", "Invert Wipe", Q_NULLPTR));
256  softnessLabel->setText(QApplication::translate("LumaMixTransition", "Softness", Q_NULLPTR));
257 #ifndef QT_NO_TOOLTIP
258  softnessSlider->setToolTip(QApplication::translate("LumaMixTransition", "Change the softness of the edge of the wipe", Q_NULLPTR));
259 #endif // QT_NO_TOOLTIP
260  softnessSpinner->setSuffix(QApplication::translate("LumaMixTransition", " %", Q_NULLPTR));
261  label_4->setText(QApplication::translate("LumaMixTransition", "Audio", Q_NULLPTR));
262 #ifndef QT_NO_TOOLTIP
263  crossfadeRadioButton->setToolTip(QApplication::translate("LumaMixTransition", "Automatically fade-out the audio of clip A\n"
264 "and fade-in the audio of clip B over the\n"
265 "duration of the transition.", Q_NULLPTR));
266 #endif // QT_NO_TOOLTIP
267  crossfadeRadioButton->setText(QApplication::translate("LumaMixTransition", "Cross-fade", Q_NULLPTR));
268 #ifndef QT_NO_TOOLTIP
269  mixRadioButton->setToolTip(QApplication::translate("LumaMixTransition", "Do not alter the audio levels during the\n"
270 "course of the transition. Instead, set a\n"
271 "fixed mixing level, or choose only clip A's\n"
272 "audio (0%) or clip B's audio (100%).", Q_NULLPTR));
273 #endif // QT_NO_TOOLTIP
274  mixRadioButton->setText(QApplication::translate("LumaMixTransition", "Mix:", Q_NULLPTR));
275  label_6->setText(QApplication::translate("LumaMixTransition", "A", Q_NULLPTR));
276  label_7->setText(QApplication::translate("LumaMixTransition", "B", Q_NULLPTR));
277  mixSpinner->setSuffix(QApplication::translate("LumaMixTransition", " %", Q_NULLPTR));
278  } // retranslateUi
279 
280 };
281 
282 namespace Ui {
283  class LumaMixTransition: public Ui_LumaMixTransition {};
284 } // namespace Ui
285 
286 QT_END_NAMESPACE
287 
288 #endif // UI_LUMAMIXTRANSITION_H
Definition: addencodepresetdialog.h:24