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 QHBoxLayout *horizontalLayout;
57 QPushButton *editButton;
58 QSpacerItem *horizontalSpacer_2;
59 QSpacerItem *verticalSpacer_2;
61 void setupUi(QWidget *TimelinePropertiesWidget)
63 if (TimelinePropertiesWidget->objectName().isEmpty())
64 TimelinePropertiesWidget->setObjectName(
"TimelinePropertiesWidget");
65 TimelinePropertiesWidget->resize(269, 282);
66#if QT_CONFIG(whatsthis)
67 TimelinePropertiesWidget->setWhatsThis(QString::fromUtf8(
"https://forum.shotcut.org/t/timeline-output/19127/1"));
69 verticalLayout =
new QVBoxLayout(TimelinePropertiesWidget);
70 verticalLayout->setObjectName(
"verticalLayout");
71 nameLabel =
new QLabel(TimelinePropertiesWidget);
72 nameLabel->setObjectName(
"nameLabel");
75 nameLabel->setFont(font);
76 nameLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
78 verticalLayout->addWidget(nameLabel);
80 widget =
new QWidget(TimelinePropertiesWidget);
81 widget->setObjectName(
"widget");
82 gridLayout =
new QGridLayout(widget);
83 gridLayout->setObjectName(
"gridLayout");
84 label_22 =
new QLabel(widget);
85 label_22->setObjectName(
"label_22");
86 label_22->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
88 gridLayout->addWidget(label_22, 0, 0, 1, 1);
90 horizontalLayout_8 =
new QHBoxLayout();
91 horizontalLayout_8->setObjectName(
"horizontalLayout_8");
92 aspectRatioLabel =
new QLabel(widget);
93 aspectRatioLabel->setObjectName(
"aspectRatioLabel");
94 aspectRatioLabel->setText(QString::fromUtf8(
"16 : 9"));
96 horizontalLayout_8->addWidget(aspectRatioLabel);
98 horizontalSpacer_8 =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
100 horizontalLayout_8->addItem(horizontalSpacer_8);
103 gridLayout->addLayout(horizontalLayout_8, 1, 3, 1, 1);
105 label_5 =
new QLabel(widget);
106 label_5->setObjectName(
"label_5");
108 gridLayout->addWidget(label_5, 3, 1, 1, 1);
110 horizontalLayout_2 =
new QHBoxLayout();
111 horizontalLayout_2->setObjectName(
"horizontalLayout_2");
112 colorspaceLabel =
new QLabel(widget);
113 colorspaceLabel->setObjectName(
"colorspaceLabel");
114 colorspaceLabel->setText(QString::fromUtf8(
"ITU-R BT.709"));
116 horizontalLayout_2->addWidget(colorspaceLabel);
118 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
120 horizontalLayout_2->addItem(horizontalSpacer);
123 gridLayout->addLayout(horizontalLayout_2, 4, 3, 1, 1);
125 label_10 =
new QLabel(widget);
126 label_10->setObjectName(
"label_10");
127 label_10->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
129 gridLayout->addWidget(label_10, 2, 0, 1, 1);
131 label_3 =
new QLabel(widget);
132 label_3->setObjectName(
"label_3");
134 gridLayout->addWidget(label_3, 1, 1, 1, 1);
136 horizontalLayout_9 =
new QHBoxLayout();
137 horizontalLayout_9->setObjectName(
"horizontalLayout_9");
138 scanModeLabel =
new QLabel(widget);
139 scanModeLabel->setObjectName(
"scanModeLabel");
140 scanModeLabel->setText(QString::fromUtf8(
"Progressive"));
142 horizontalLayout_9->addWidget(scanModeLabel);
144 horizontalSpacer_9 =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
146 horizontalLayout_9->addItem(horizontalSpacer_9);
149 gridLayout->addLayout(horizontalLayout_9, 3, 3, 1, 1);
151 horizontalLayout_16 =
new QHBoxLayout();
152 horizontalLayout_16->setObjectName(
"horizontalLayout_16");
153 frameRateLabel =
new QLabel(widget);
154 frameRateLabel->setObjectName(
"frameRateLabel");
155 frameRateLabel->setText(QString::fromUtf8(
"25 fps"));
157 horizontalLayout_16->addWidget(frameRateLabel);
159 horizontalSpacer_16 =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
161 horizontalLayout_16->addItem(horizontalSpacer_16);
164 gridLayout->addLayout(horizontalLayout_16, 2, 3, 1, 1);
166 label_13 =
new QLabel(widget);
167 label_13->setObjectName(
"label_13");
168 label_13->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
170 gridLayout->addWidget(label_13, 1, 0, 1, 1);
172 label_6 =
new QLabel(widget);
173 label_6->setObjectName(
"label_6");
175 gridLayout->addWidget(label_6, 4, 1, 1, 1);
177 label_4 =
new QLabel(widget);
178 label_4->setObjectName(
"label_4");
180 gridLayout->addWidget(label_4, 2, 1, 1, 1);
182 label_2 =
new QLabel(widget);
183 label_2->setObjectName(
"label_2");
184 label_2->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
186 gridLayout->addWidget(label_2, 4, 0, 1, 1);
188 horizontalLayout_7 =
new QHBoxLayout();
189 horizontalLayout_7->setObjectName(
"horizontalLayout_7");
190 resolutionLabel =
new QLabel(widget);
191 resolutionLabel->setObjectName(
"resolutionLabel");
192 resolutionLabel->setText(QString::fromUtf8(
"1920 x 1080"));
194 horizontalLayout_7->addWidget(resolutionLabel);
196 horizontalSpacer_7 =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
198 horizontalLayout_7->addItem(horizontalSpacer_7);
201 gridLayout->addLayout(horizontalLayout_7, 0, 3, 1, 1);
203 label_14 =
new QLabel(widget);
204 label_14->setObjectName(
"label_14");
205 label_14->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
207 gridLayout->addWidget(label_14, 3, 0, 1, 1);
209 label =
new QLabel(widget);
210 label->setObjectName(
"label");
212 gridLayout->addWidget(label, 0, 1, 1, 1);
214 horizontalLayout =
new QHBoxLayout();
215 horizontalLayout->setObjectName(
"horizontalLayout");
216 editButton =
new QPushButton(widget);
217 editButton->setObjectName(
"editButton");
219 horizontalLayout->addWidget(editButton);
221 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
223 horizontalLayout->addItem(horizontalSpacer_2);
226 gridLayout->addLayout(horizontalLayout, 5, 3, 1, 1);
229 verticalLayout->addWidget(widget);
231 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
233 verticalLayout->addItem(verticalSpacer_2);
236 retranslateUi(TimelinePropertiesWidget);
238 QMetaObject::connectSlotsByName(TimelinePropertiesWidget);
241 void retranslateUi(QWidget *TimelinePropertiesWidget)
243 TimelinePropertiesWidget->setWindowTitle(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Form",
nullptr));
244 nameLabel->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Timeline",
nullptr));
245 label_22->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Resolution",
nullptr));
246 label_5->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
247 label_10->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Frame rate",
nullptr));
248 label_3->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
249 label_13->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Aspect ratio",
nullptr));
250 label_6->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
251 label_4->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
252 label_2->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Colorspace",
nullptr));
253 label_14->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Scan mode",
nullptr));
254 label->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
":",
nullptr));
255 editButton->setText(QCoreApplication::translate(
"TimelinePropertiesWidget",
"Edit...",
nullptr));
261 class TimelinePropertiesWidget:
public Ui_TimelinePropertiesWidget {};