CuteLogger
Fast and simple logging solution for Qt based applications
ui_timelinepropertieswidget.h
1/********************************************************************************
2** Form generated from reading UI file 'timelinepropertieswidget.ui'
3**
4** Created by: Qt User Interface Compiler version 6.11.1
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_TIMELINEPROPERTIESWIDGET_H
10#define UI_TIMELINEPROPERTIESWIDGET_H
11
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>
21
22QT_BEGIN_NAMESPACE
23
24class Ui_TimelinePropertiesWidget
25{
26public:
27 QVBoxLayout *verticalLayout;
28 QLabel *nameLabel;
29 QWidget *widget;
30 QGridLayout *gridLayout;
31 QLabel *label_22;
32 QHBoxLayout *horizontalLayout_8;
33 QLabel *aspectRatioLabel;
34 QSpacerItem *horizontalSpacer_8;
35 QLabel *label_5;
36 QHBoxLayout *horizontalLayout_2;
37 QLabel *colorspaceLabel;
38 QSpacerItem *horizontalSpacer;
39 QLabel *label_10;
40 QLabel *label_3;
41 QHBoxLayout *horizontalLayout_9;
42 QLabel *scanModeLabel;
43 QSpacerItem *horizontalSpacer_9;
44 QHBoxLayout *horizontalLayout_16;
45 QLabel *frameRateLabel;
46 QSpacerItem *horizontalSpacer_16;
47 QLabel *label_13;
48 QLabel *label_6;
49 QLabel *label_4;
50 QLabel *label_2;
51 QHBoxLayout *horizontalLayout_7;
52 QLabel *resolutionLabel;
53 QSpacerItem *horizontalSpacer_7;
54 QLabel *label_14;
55 QLabel *label;
56 QLabel *dynamicRangeLabel;
57 QLabel *label_7;
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;
65
66 void setupUi(QWidget *TimelinePropertiesWidget)
67 {
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"));
73#endif // QT_CONFIG(whatsthis)
74 verticalLayout = new QVBoxLayout(TimelinePropertiesWidget);
75 verticalLayout->setObjectName("verticalLayout");
76 nameLabel = new QLabel(TimelinePropertiesWidget);
77 nameLabel->setObjectName("nameLabel");
78 QFont font;
79 font.setBold(true);
80 nameLabel->setFont(font);
81 nameLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
82
83 verticalLayout->addWidget(nameLabel);
84
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);
92
93 gridLayout->addWidget(label_22, 0, 0, 1, 1);
94
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"));
100
101 horizontalLayout_8->addWidget(aspectRatioLabel);
102
103 horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
104
105 horizontalLayout_8->addItem(horizontalSpacer_8);
106
107
108 gridLayout->addLayout(horizontalLayout_8, 1, 3, 1, 1);
109
110 label_5 = new QLabel(widget);
111 label_5->setObjectName("label_5");
112
113 gridLayout->addWidget(label_5, 3, 1, 1, 1);
114
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"));
120
121 horizontalLayout_2->addWidget(colorspaceLabel);
122
123 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
124
125 horizontalLayout_2->addItem(horizontalSpacer);
126
127
128 gridLayout->addLayout(horizontalLayout_2, 4, 3, 1, 1);
129
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);
133
134 gridLayout->addWidget(label_10, 2, 0, 1, 1);
135
136 label_3 = new QLabel(widget);
137 label_3->setObjectName("label_3");
138
139 gridLayout->addWidget(label_3, 1, 1, 1, 1);
140
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"));
146
147 horizontalLayout_9->addWidget(scanModeLabel);
148
149 horizontalSpacer_9 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
150
151 horizontalLayout_9->addItem(horizontalSpacer_9);
152
153
154 gridLayout->addLayout(horizontalLayout_9, 3, 3, 1, 1);
155
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"));
161
162 horizontalLayout_16->addWidget(frameRateLabel);
163
164 horizontalSpacer_16 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
165
166 horizontalLayout_16->addItem(horizontalSpacer_16);
167
168
169 gridLayout->addLayout(horizontalLayout_16, 2, 3, 1, 1);
170
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);
174
175 gridLayout->addWidget(label_13, 1, 0, 1, 1);
176
177 label_6 = new QLabel(widget);
178 label_6->setObjectName("label_6");
179
180 gridLayout->addWidget(label_6, 4, 1, 1, 1);
181
182 label_4 = new QLabel(widget);
183 label_4->setObjectName("label_4");
184
185 gridLayout->addWidget(label_4, 2, 1, 1, 1);
186
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);
190
191 gridLayout->addWidget(label_2, 4, 0, 1, 1);
192
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"));
198
199 horizontalLayout_7->addWidget(resolutionLabel);
200
201 horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
202
203 horizontalLayout_7->addItem(horizontalSpacer_7);
204
205
206 gridLayout->addLayout(horizontalLayout_7, 0, 3, 1, 1);
207
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);
211
212 gridLayout->addWidget(label_14, 3, 0, 1, 1);
213
214 label = new QLabel(widget);
215 label->setObjectName("label");
216
217 gridLayout->addWidget(label, 0, 1, 1, 1);
218
219 dynamicRangeLabel = new QLabel(widget);
220 dynamicRangeLabel->setObjectName("dynamicRangeLabel");
221 dynamicRangeLabel->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
222
223 gridLayout->addWidget(dynamicRangeLabel, 5, 0, 1, 1);
224
225 label_7 = new QLabel(widget);
226 label_7->setObjectName("label_7");
227
228 gridLayout->addWidget(label_7, 5, 1, 1, 1);
229
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"));
235
236 horizontalLayout_dr->addWidget(dynamicRangeValueLabel);
237
238 horizontalSpacer_dr = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
239
240 horizontalLayout_dr->addItem(horizontalSpacer_dr);
241
242
243 gridLayout->addLayout(horizontalLayout_dr, 5, 3, 1, 1);
244
245 horizontalLayout = new QHBoxLayout();
246 horizontalLayout->setObjectName("horizontalLayout");
247 editButton = new QPushButton(widget);
248 editButton->setObjectName("editButton");
249
250 horizontalLayout->addWidget(editButton);
251
252 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
253
254 horizontalLayout->addItem(horizontalSpacer_2);
255
256
257 gridLayout->addLayout(horizontalLayout, 6, 3, 1, 1);
258
259
260 verticalLayout->addWidget(widget);
261
262 verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
263
264 verticalLayout->addItem(verticalSpacer_2);
265
266
267 retranslateUi(TimelinePropertiesWidget);
268
269 QMetaObject::connectSlotsByName(TimelinePropertiesWidget);
270 } // setupUi
271
272 void retranslateUi(QWidget *TimelinePropertiesWidget)
273 {
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));
289 } // retranslateUi
290
291};
292
293namespace Ui {
294 class TimelinePropertiesWidget: public Ui_TimelinePropertiesWidget {};
295} // namespace Ui
296
297QT_END_NAMESPACE
298
299#endif // UI_TIMELINEPROPERTIESWIDGET_H