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