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