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