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.6.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(265, 249);
66 verticalLayout = new QVBoxLayout(TimelinePropertiesWidget);
67 verticalLayout->setObjectName("verticalLayout");
68 nameLabel = new QLabel(TimelinePropertiesWidget);
69 nameLabel->setObjectName("nameLabel");
70 QFont font;
71 font.setBold(true);
72 nameLabel->setFont(font);
73 nameLabel->setAlignment(Qt::AlignCenter);
74
75 verticalLayout->addWidget(nameLabel);
76
77 widget = new QWidget(TimelinePropertiesWidget);
78 widget->setObjectName("widget");
79 gridLayout = new QGridLayout(widget);
80 gridLayout->setObjectName("gridLayout");
81 label_22 = new QLabel(widget);
82 label_22->setObjectName("label_22");
83 label_22->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
84
85 gridLayout->addWidget(label_22, 0, 0, 1, 1);
86
87 horizontalLayout_8 = new QHBoxLayout();
88 horizontalLayout_8->setObjectName("horizontalLayout_8");
89 aspectRatioLabel = new QLabel(widget);
90 aspectRatioLabel->setObjectName("aspectRatioLabel");
91 aspectRatioLabel->setText(QString::fromUtf8("16 : 9"));
92
93 horizontalLayout_8->addWidget(aspectRatioLabel);
94
95 horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
96
97 horizontalLayout_8->addItem(horizontalSpacer_8);
98
99
100 gridLayout->addLayout(horizontalLayout_8, 1, 3, 1, 1);
101
102 label_5 = new QLabel(widget);
103 label_5->setObjectName("label_5");
104
105 gridLayout->addWidget(label_5, 3, 1, 1, 1);
106
107 horizontalLayout_2 = new QHBoxLayout();
108 horizontalLayout_2->setObjectName("horizontalLayout_2");
109 colorspaceLabel = new QLabel(widget);
110 colorspaceLabel->setObjectName("colorspaceLabel");
111 colorspaceLabel->setText(QString::fromUtf8("ITU-R BT.709"));
112
113 horizontalLayout_2->addWidget(colorspaceLabel);
114
115 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
116
117 horizontalLayout_2->addItem(horizontalSpacer);
118
119
120 gridLayout->addLayout(horizontalLayout_2, 4, 3, 1, 1);
121
122 label_10 = new QLabel(widget);
123 label_10->setObjectName("label_10");
124 label_10->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
125
126 gridLayout->addWidget(label_10, 2, 0, 1, 1);
127
128 label_3 = new QLabel(widget);
129 label_3->setObjectName("label_3");
130
131 gridLayout->addWidget(label_3, 1, 1, 1, 1);
132
133 horizontalLayout_9 = new QHBoxLayout();
134 horizontalLayout_9->setObjectName("horizontalLayout_9");
135 scanModeLabel = new QLabel(widget);
136 scanModeLabel->setObjectName("scanModeLabel");
137 scanModeLabel->setText(QString::fromUtf8("Progressive"));
138
139 horizontalLayout_9->addWidget(scanModeLabel);
140
141 horizontalSpacer_9 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
142
143 horizontalLayout_9->addItem(horizontalSpacer_9);
144
145
146 gridLayout->addLayout(horizontalLayout_9, 3, 3, 1, 1);
147
148 horizontalLayout_16 = new QHBoxLayout();
149 horizontalLayout_16->setObjectName("horizontalLayout_16");
150 frameRateLabel = new QLabel(widget);
151 frameRateLabel->setObjectName("frameRateLabel");
152 frameRateLabel->setText(QString::fromUtf8("25 fps"));
153
154 horizontalLayout_16->addWidget(frameRateLabel);
155
156 horizontalSpacer_16 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
157
158 horizontalLayout_16->addItem(horizontalSpacer_16);
159
160
161 gridLayout->addLayout(horizontalLayout_16, 2, 3, 1, 1);
162
163 label_13 = new QLabel(widget);
164 label_13->setObjectName("label_13");
165 label_13->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
166
167 gridLayout->addWidget(label_13, 1, 0, 1, 1);
168
169 label_6 = new QLabel(widget);
170 label_6->setObjectName("label_6");
171
172 gridLayout->addWidget(label_6, 4, 1, 1, 1);
173
174 label_4 = new QLabel(widget);
175 label_4->setObjectName("label_4");
176
177 gridLayout->addWidget(label_4, 2, 1, 1, 1);
178
179 label_2 = new QLabel(widget);
180 label_2->setObjectName("label_2");
181 label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
182
183 gridLayout->addWidget(label_2, 4, 0, 1, 1);
184
185 horizontalLayout_7 = new QHBoxLayout();
186 horizontalLayout_7->setObjectName("horizontalLayout_7");
187 resolutionLabel = new QLabel(widget);
188 resolutionLabel->setObjectName("resolutionLabel");
189 resolutionLabel->setText(QString::fromUtf8("1920 x 1080"));
190
191 horizontalLayout_7->addWidget(resolutionLabel);
192
193 horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
194
195 horizontalLayout_7->addItem(horizontalSpacer_7);
196
197
198 gridLayout->addLayout(horizontalLayout_7, 0, 3, 1, 1);
199
200 label_14 = new QLabel(widget);
201 label_14->setObjectName("label_14");
202 label_14->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
203
204 gridLayout->addWidget(label_14, 3, 0, 1, 1);
205
206 label = new QLabel(widget);
207 label->setObjectName("label");
208
209 gridLayout->addWidget(label, 0, 1, 1, 1);
210
211 horizontalLayout = new QHBoxLayout();
212 horizontalLayout->setObjectName("horizontalLayout");
213 editButton = new QPushButton(widget);
214 editButton->setObjectName("editButton");
215
216 horizontalLayout->addWidget(editButton);
217
218 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
219
220 horizontalLayout->addItem(horizontalSpacer_2);
221
222
223 gridLayout->addLayout(horizontalLayout, 5, 3, 1, 1);
224
225
226 verticalLayout->addWidget(widget);
227
228 verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
229
230 verticalLayout->addItem(verticalSpacer_2);
231
232
233 retranslateUi(TimelinePropertiesWidget);
234
235 QMetaObject::connectSlotsByName(TimelinePropertiesWidget);
236 } // setupUi
237
238 void retranslateUi(QWidget *TimelinePropertiesWidget)
239 {
240 TimelinePropertiesWidget->setWindowTitle(QCoreApplication::translate("TimelinePropertiesWidget", "Form", nullptr));
241 nameLabel->setText(QCoreApplication::translate("TimelinePropertiesWidget", "Timeline", nullptr));
242 label_22->setText(QCoreApplication::translate("TimelinePropertiesWidget", "Resolution", nullptr));
243 label_5->setText(QCoreApplication::translate("TimelinePropertiesWidget", ":", nullptr));
244 label_10->setText(QCoreApplication::translate("TimelinePropertiesWidget", "Frame rate", nullptr));
245 label_3->setText(QCoreApplication::translate("TimelinePropertiesWidget", ":", nullptr));
246 label_13->setText(QCoreApplication::translate("TimelinePropertiesWidget", "Aspect ratio", nullptr));
247 label_6->setText(QCoreApplication::translate("TimelinePropertiesWidget", ":", nullptr));
248 label_4->setText(QCoreApplication::translate("TimelinePropertiesWidget", ":", nullptr));
249 label_2->setText(QCoreApplication::translate("TimelinePropertiesWidget", "Colorspace", nullptr));
250 label_14->setText(QCoreApplication::translate("TimelinePropertiesWidget", "Scan mode", nullptr));
251 label->setText(QCoreApplication::translate("TimelinePropertiesWidget", ":", nullptr));
252 editButton->setText(QCoreApplication::translate("TimelinePropertiesWidget", "Edit...", nullptr));
253 } // retranslateUi
254
255};
256
257namespace Ui {
258 class TimelinePropertiesWidget: public Ui_TimelinePropertiesWidget {};
259} // namespace Ui
260
261QT_END_NAMESPACE
262
263#endif // UI_TIMELINEPROPERTIESWIDGET_H