9#ifndef UI_TIMELINEPROPERTIESWIDGET_H
10#define UI_TIMELINEPROPERTIESWIDGET_H
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QGridLayout>
15#include <QtWidgets/QHBoxLayout>
16#include <QtWidgets/QLabel>
17#include <QtWidgets/QPushButton>
18#include <QtWidgets/QSpacerItem>
19#include <QtWidgets/QVBoxLayout>
20#include <QtWidgets/QWidget>
24class Ui_TimelinePropertiesWidget
27 QVBoxLayout *verticalLayout;
30 QGridLayout *gridLayout;
32 QHBoxLayout *horizontalLayout_8;
33 QLabel *aspectRatioLabel;
34 QSpacerItem *horizontalSpacer_8;
36 QHBoxLayout *horizontalLayout_2;
37 QLabel *colorspaceLabel;
38 QSpacerItem *horizontalSpacer;
41 QHBoxLayout *horizontalLayout_9;
42 QLabel *scanModeLabel;
43 QSpacerItem *horizontalSpacer_9;
44 QHBoxLayout *horizontalLayout_16;
45 QLabel *frameRateLabel;
46 QSpacerItem *horizontalSpacer_16;
51 QHBoxLayout *horizontalLayout_7;
52 QLabel *resolutionLabel;
53 QSpacerItem *horizontalSpacer_7;
56 QLabel *dynamicRangeLabel;
58 QHBoxLayout *horizontalLayout_dr;
59 QLabel *dynamicRangeValueLabel;
60 QSpacerItem *horizontalSpacer_dr;
61 QHBoxLayout *horizontalLayout;
62 QPushButton *editButton;
63 QSpacerItem *horizontalSpacer_2;
64 QSpacerItem *verticalSpacer_2;
66 void setupUi(QWidget *TimelinePropertiesWidget)
68 if (TimelinePropertiesWidget->objectName().isEmpty())
69 TimelinePropertiesWidget->setObjectName(
"TimelinePropertiesWidget");
70 TimelinePropertiesWidget->resize(269, 282);
71#if QT_CONFIG(whatsthis)
72 TimelinePropertiesWidget->setWhatsThis(QString::fromUtf8(
"https://forum.shotcut.org/t/timeline-output/19127/1"));
74 verticalLayout =
new QVBoxLayout(TimelinePropertiesWidget);
75 verticalLayout->setObjectName(
"verticalLayout");
76 nameLabel =
new QLabel(TimelinePropertiesWidget);
77 nameLabel->setObjectName(
"nameLabel");
80 nameLabel->setFont(font);
81 nameLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
83 verticalLayout->addWidget(nameLabel);
85 widget =
new QWidget(TimelinePropertiesWidget);
86 widget->setObjectName(
"widget");
87 gridLayout =
new QGridLayout(widget);
88 gridLayout->setObjectName(
"gridLayout");
89 label_22 =
new QLabel(widget);
90 label_22->setObjectName(
"label_22");
91 label_22->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
93 gridLayout->addWidget(label_22, 0, 0, 1, 1);
95 horizontalLayout_8 =
new QHBoxLayout();
96 horizontalLayout_8->setObjectName(
"horizontalLayout_8");
97 aspectRatioLabel =
new QLabel(widget);
98 aspectRatioLabel->setObjectName(
"aspectRatioLabel");
99 aspectRatioLabel->setText(QString::fromUtf8(
"16 : 9"));
101 horizontalLayout_8->addWidget(aspectRatioLabel);
103 horizontalSpacer_8 =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
105 horizontalLayout_8->addItem(horizontalSpacer_8);
108 gridLayout->addLayout(horizontalLayout_8, 1, 3, 1, 1);
110 label_5 =
new QLabel(widget);
111 label_5->setObjectName(
"label_5");
113 gridLayout->addWidget(label_5, 3, 1, 1, 1);
115 horizontalLayout_2 =
new QHBoxLayout();
116 horizontalLayout_2->setObjectName(
"horizontalLayout_2");
117 colorspaceLabel =
new QLabel(widget);
118 colorspaceLabel->setObjectName(
"colorspaceLabel");
119 colorspaceLabel->setText(QString::fromUtf8(
"ITU-R BT.709"));
121 horizontalLayout_2->addWidget(colorspaceLabel);
123 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
125 horizontalLayout_2->addItem(horizontalSpacer);
128 gridLayout->addLayout(horizontalLayout_2, 4, 3, 1, 1);
130 label_10 =
new QLabel(widget);
131 label_10->setObjectName(
"label_10");
132 label_10->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
134 gridLayout->addWidget(label_10, 2, 0, 1, 1);
136 label_3 =
new QLabel(widget);
137 label_3->setObjectName(
"label_3");
139 gridLayout->addWidget(label_3, 1, 1, 1, 1);
141 horizontalLayout_9 =
new QHBoxLayout();
142 horizontalLayout_9->setObjectName(
"horizontalLayout_9");
143 scanModeLabel =
new QLabel(widget);
144 scanModeLabel->setObjectName(
"scanModeLabel");
145 scanModeLabel->setText(QString::fromUtf8(
"Progressive"));
147 horizontalLayout_9->addWidget(scanModeLabel);
149 horizontalSpacer_9 =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
151 horizontalLayout_9->addItem(horizontalSpacer_9);
154 gridLayout->addLayout(horizontalLayout_9, 3, 3, 1, 1);
156 horizontalLayout_16 =
new QHBoxLayout();
157 horizontalLayout_16->setObjectName(
"horizontalLayout_16");
158 frameRateLabel =
new QLabel(widget);
159 frameRateLabel->setObjectName(
"frameRateLabel");
160 frameRateLabel->setText(QString::fromUtf8(
"25 fps"));
162 horizontalLayout_16->addWidget(frameRateLabel);
164 horizontalSpacer_16 =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
166 horizontalLayout_16->addItem(horizontalSpacer_16);
169 gridLayout->addLayout(horizontalLayout_16, 2, 3, 1, 1);
171 label_13 =
new QLabel(widget);
172 label_13->setObjectName(
"label_13");
173 label_13->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
175 gridLayout->addWidget(label_13, 1, 0, 1, 1);
177 label_6 =
new QLabel(widget);
178 label_6->setObjectName(
"label_6");
180 gridLayout->addWidget(label_6, 4, 1, 1, 1);
182 label_4 =
new QLabel(widget);
183 label_4->setObjectName(
"label_4");
185 gridLayout->addWidget(label_4, 2, 1, 1, 1);
187 label_2 =
new QLabel(widget);
188 label_2->setObjectName(
"label_2");
189 label_2->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
191 gridLayout->addWidget(label_2, 4, 0, 1, 1);
193 horizontalLayout_7 =
new QHBoxLayout();
194 horizontalLayout_7->setObjectName(
"horizontalLayout_7");
195 resolutionLabel =
new QLabel(widget);
196 resolutionLabel->setObjectName(
"resolutionLabel");
197 resolutionLabel->setText(QString::fromUtf8(
"1920 x 1080"));
199 horizontalLayout_7->addWidget(resolutionLabel);
201 horizontalSpacer_7 =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
203 horizontalLayout_7->addItem(horizontalSpacer_7);
206 gridLayout->addLayout(horizontalLayout_7, 0, 3, 1, 1);
208 label_14 =
new QLabel(widget);
209 label_14->setObjectName(
"label_14");
210 label_14->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
212 gridLayout->addWidget(label_14, 3, 0, 1, 1);
214 label =
new QLabel(widget);
215 label->setObjectName(
"label");
217 gridLayout->addWidget(label, 0, 1, 1, 1);
219 dynamicRangeLabel =
new QLabel(widget);
220 dynamicRangeLabel->setObjectName(
"dynamicRangeLabel");
221 dynamicRangeLabel->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
223 gridLayout->addWidget(dynamicRangeLabel, 5, 0, 1, 1);
225 label_7 =
new QLabel(widget);
226 label_7->setObjectName(
"label_7");
228 gridLayout->addWidget(label_7, 5, 1, 1, 1);
230 horizontalLayout_dr =
new QHBoxLayout();
231 horizontalLayout_dr->setObjectName(
"horizontalLayout_dr");
232 dynamicRangeValueLabel =
new QLabel(widget);
233 dynamicRangeValueLabel->setObjectName(
"dynamicRangeValueLabel");
234 dynamicRangeValueLabel->setText(QString::fromUtf8(
"SDR"));
236 horizontalLayout_dr->addWidget(dynamicRangeValueLabel);
238 horizontalSpacer_dr =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
240 horizontalLayout_dr->addItem(horizontalSpacer_dr);
243 gridLayout->addLayout(horizontalLayout_dr, 5, 3, 1, 1);
245 horizontalLayout =
new QHBoxLayout();
246 horizontalLayout->setObjectName(
"horizontalLayout");
247 editButton =
new QPushButton(widget);
248 editButton->setObjectName(
"editButton");
250 horizontalLayout->addWidget(editButton);
252 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
254 horizontalLayout->addItem(horizontalSpacer_2);
257 gridLayout->addLayout(horizontalLayout, 6, 3, 1, 1);
260 verticalLayout->addWidget(widget);
262 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
264 verticalLayout->addItem(verticalSpacer_2);
267 retranslateUi(TimelinePropertiesWidget);
269 QMetaObject::connectSlotsByName(TimelinePropertiesWidget);
272 void retranslateUi(QWidget *TimelinePropertiesWidget)
274 TimelinePropertiesWidget->setWindowTitle(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Form",
nullptr));
275 nameLabel->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Timeline",
nullptr));
276 label_22->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Resolution",
nullptr));
277 label_5->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
278 label_10->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Frame rate",
nullptr));
279 label_3->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
280 label_13->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Aspect ratio",
nullptr));
281 label_6->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
282 label_4->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
283 label_2->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Colorspace",
nullptr));
284 label_14->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Scan mode",
nullptr));
285 label->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
286 dynamicRangeLabel->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Dynamic range",
nullptr));
287 label_7->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
288 editButton->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Edit...",
nullptr));
294 class TimelinePropertiesWidget:
public Ui_TimelinePropertiesWidget {};