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.10.2
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 QHBoxLayout *horizontalLayout;
57 QPushButton *editButton;
58 QSpacerItem *horizontalSpacer_2;
59 QSpacerItem *verticalSpacer_2;
60
61 void setupUi(QWidget *TimelinePropertiesWidget)
62 {
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"));
68#endif // QT_CONFIG(whatsthis)
69 verticalLayout = new QVBoxLayout(TimelinePropertiesWidget);
70 verticalLayout->setObjectName("verticalLayout");
71 nameLabel = new QLabel(TimelinePropertiesWidget);
72 nameLabel->setObjectName("nameLabel");
73 QFont font;
74 font.setBold(true);
75 nameLabel->setFont(font);
76 nameLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
77
78 verticalLayout->addWidget(nameLabel);
79
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);
87
88 gridLayout->addWidget(label_22, 0, 0, 1, 1);
89
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"));
95
96 horizontalLayout_8->addWidget(aspectRatioLabel);
97
98 horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
99
100 horizontalLayout_8->addItem(horizontalSpacer_8);
101
102
103 gridLayout->addLayout(horizontalLayout_8, 1, 3, 1, 1);
104
105 label_5 = new QLabel(widget);
106 label_5->setObjectName("label_5");
107
108 gridLayout->addWidget(label_5, 3, 1, 1, 1);
109
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"));
115
116 horizontalLayout_2->addWidget(colorspaceLabel);
117
118 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
119
120 horizontalLayout_2->addItem(horizontalSpacer);
121
122
123 gridLayout->addLayout(horizontalLayout_2, 4, 3, 1, 1);
124
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);
128
129 gridLayout->addWidget(label_10, 2, 0, 1, 1);
130
131 label_3 = new QLabel(widget);
132 label_3->setObjectName("label_3");
133
134 gridLayout->addWidget(label_3, 1, 1, 1, 1);
135
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"));
141
142 horizontalLayout_9->addWidget(scanModeLabel);
143
144 horizontalSpacer_9 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
145
146 horizontalLayout_9->addItem(horizontalSpacer_9);
147
148
149 gridLayout->addLayout(horizontalLayout_9, 3, 3, 1, 1);
150
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"));
156
157 horizontalLayout_16->addWidget(frameRateLabel);
158
159 horizontalSpacer_16 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
160
161 horizontalLayout_16->addItem(horizontalSpacer_16);
162
163
164 gridLayout->addLayout(horizontalLayout_16, 2, 3, 1, 1);
165
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);
169
170 gridLayout->addWidget(label_13, 1, 0, 1, 1);
171
172 label_6 = new QLabel(widget);
173 label_6->setObjectName("label_6");
174
175 gridLayout->addWidget(label_6, 4, 1, 1, 1);
176
177 label_4 = new QLabel(widget);
178 label_4->setObjectName("label_4");
179
180 gridLayout->addWidget(label_4, 2, 1, 1, 1);
181
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);
185
186 gridLayout->addWidget(label_2, 4, 0, 1, 1);
187
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"));
193
194 horizontalLayout_7->addWidget(resolutionLabel);
195
196 horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
197
198 horizontalLayout_7->addItem(horizontalSpacer_7);
199
200
201 gridLayout->addLayout(horizontalLayout_7, 0, 3, 1, 1);
202
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);
206
207 gridLayout->addWidget(label_14, 3, 0, 1, 1);
208
209 label = new QLabel(widget);
210 label->setObjectName("label");
211
212 gridLayout->addWidget(label, 0, 1, 1, 1);
213
214 horizontalLayout = new QHBoxLayout();
215 horizontalLayout->setObjectName("horizontalLayout");
216 editButton = new QPushButton(widget);
217 editButton->setObjectName("editButton");
218
219 horizontalLayout->addWidget(editButton);
220
221 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
222
223 horizontalLayout->addItem(horizontalSpacer_2);
224
225
226 gridLayout->addLayout(horizontalLayout, 5, 3, 1, 1);
227
228
229 verticalLayout->addWidget(widget);
230
231 verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
232
233 verticalLayout->addItem(verticalSpacer_2);
234
235
236 retranslateUi(TimelinePropertiesWidget);
237
238 QMetaObject::connectSlotsByName(TimelinePropertiesWidget);
239 } // setupUi
240
241 void retranslateUi(QWidget *TimelinePropertiesWidget)
242 {
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));
256 } // retranslateUi
257
258};
259
260namespace Ui {
261 class TimelinePropertiesWidget: public Ui_TimelinePropertiesWidget {};
262} // namespace Ui
263
264QT_END_NAMESPACE
265
266#endif // UI_TIMELINEPROPERTIESWIDGET_H