-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_videosettings.h
220 lines (166 loc) · 8.23 KB
/
ui_videosettings.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
/********************************************************************************
** Form generated from reading UI file 'videosettings.ui'
**
** Created by: Qt User Interface Compiler version 5.7.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_VIDEOSETTINGS_H
#define UI_VIDEOSETTINGS_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QScrollArea>
#include <QtWidgets/QSlider>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_VideoSettingsUi
{
public:
QGridLayout *gridLayout_4;
QScrollArea *scrollArea;
QWidget *scrollAreaWidgetContents;
QGridLayout *gridLayout_3;
QGroupBox *groupBox;
QGridLayout *gridLayout;
QLabel *label_2;
QComboBox *audioCodecBox;
QLabel *label_5;
QComboBox *audioSampleRateBox;
QLabel *label_3;
QSlider *audioQualitySlider;
QGroupBox *groupBox_2;
QGridLayout *gridLayout_2;
QLabel *label_8;
QComboBox *videoResolutionBox;
QLabel *label_9;
QComboBox *videoFramerateBox;
QLabel *label_6;
QComboBox *videoCodecBox;
QLabel *label_7;
QSlider *videoQualitySlider;
QLabel *label_4;
QComboBox *containerFormatBox;
QSpacerItem *verticalSpacer;
QDialogButtonBox *buttonBox;
void setupUi(QDialog *VideoSettingsUi)
{
if (VideoSettingsUi->objectName().isEmpty())
VideoSettingsUi->setObjectName(QStringLiteral("VideoSettingsUi"));
VideoSettingsUi->resize(561, 369);
gridLayout_4 = new QGridLayout(VideoSettingsUi);
gridLayout_4->setObjectName(QStringLiteral("gridLayout_4"));
scrollArea = new QScrollArea(VideoSettingsUi);
scrollArea->setObjectName(QStringLiteral("scrollArea"));
scrollArea->setFrameShape(QFrame::NoFrame);
scrollArea->setWidgetResizable(true);
scrollAreaWidgetContents = new QWidget();
scrollAreaWidgetContents->setObjectName(QStringLiteral("scrollAreaWidgetContents"));
scrollAreaWidgetContents->setGeometry(QRect(0, 0, 543, 250));
gridLayout_3 = new QGridLayout(scrollAreaWidgetContents);
gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
groupBox = new QGroupBox(scrollAreaWidgetContents);
groupBox->setObjectName(QStringLiteral("groupBox"));
gridLayout = new QGridLayout(groupBox);
gridLayout->setObjectName(QStringLiteral("gridLayout"));
label_2 = new QLabel(groupBox);
label_2->setObjectName(QStringLiteral("label_2"));
gridLayout->addWidget(label_2, 0, 0, 1, 2);
audioCodecBox = new QComboBox(groupBox);
audioCodecBox->setObjectName(QStringLiteral("audioCodecBox"));
gridLayout->addWidget(audioCodecBox, 1, 0, 1, 2);
label_5 = new QLabel(groupBox);
label_5->setObjectName(QStringLiteral("label_5"));
gridLayout->addWidget(label_5, 2, 0, 1, 2);
audioSampleRateBox = new QComboBox(groupBox);
audioSampleRateBox->setObjectName(QStringLiteral("audioSampleRateBox"));
gridLayout->addWidget(audioSampleRateBox, 3, 0, 1, 2);
label_3 = new QLabel(groupBox);
label_3->setObjectName(QStringLiteral("label_3"));
gridLayout->addWidget(label_3, 4, 0, 1, 1);
audioQualitySlider = new QSlider(groupBox);
audioQualitySlider->setObjectName(QStringLiteral("audioQualitySlider"));
audioQualitySlider->setMaximum(4);
audioQualitySlider->setOrientation(Qt::Horizontal);
gridLayout->addWidget(audioQualitySlider, 4, 1, 1, 1);
gridLayout_3->addWidget(groupBox, 0, 0, 1, 1);
groupBox_2 = new QGroupBox(scrollAreaWidgetContents);
groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
gridLayout_2 = new QGridLayout(groupBox_2);
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
label_8 = new QLabel(groupBox_2);
label_8->setObjectName(QStringLiteral("label_8"));
gridLayout_2->addWidget(label_8, 0, 0, 1, 2);
videoResolutionBox = new QComboBox(groupBox_2);
videoResolutionBox->setObjectName(QStringLiteral("videoResolutionBox"));
gridLayout_2->addWidget(videoResolutionBox, 1, 0, 1, 2);
label_9 = new QLabel(groupBox_2);
label_9->setObjectName(QStringLiteral("label_9"));
gridLayout_2->addWidget(label_9, 2, 0, 1, 2);
videoFramerateBox = new QComboBox(groupBox_2);
videoFramerateBox->setObjectName(QStringLiteral("videoFramerateBox"));
gridLayout_2->addWidget(videoFramerateBox, 3, 0, 1, 2);
label_6 = new QLabel(groupBox_2);
label_6->setObjectName(QStringLiteral("label_6"));
gridLayout_2->addWidget(label_6, 4, 0, 1, 2);
videoCodecBox = new QComboBox(groupBox_2);
videoCodecBox->setObjectName(QStringLiteral("videoCodecBox"));
gridLayout_2->addWidget(videoCodecBox, 5, 0, 1, 2);
label_7 = new QLabel(groupBox_2);
label_7->setObjectName(QStringLiteral("label_7"));
gridLayout_2->addWidget(label_7, 6, 0, 1, 1);
videoQualitySlider = new QSlider(groupBox_2);
videoQualitySlider->setObjectName(QStringLiteral("videoQualitySlider"));
videoQualitySlider->setMaximum(4);
videoQualitySlider->setOrientation(Qt::Horizontal);
gridLayout_2->addWidget(videoQualitySlider, 6, 1, 1, 1);
gridLayout_3->addWidget(groupBox_2, 0, 1, 3, 1);
label_4 = new QLabel(scrollAreaWidgetContents);
label_4->setObjectName(QStringLiteral("label_4"));
gridLayout_3->addWidget(label_4, 1, 0, 1, 1);
containerFormatBox = new QComboBox(scrollAreaWidgetContents);
containerFormatBox->setObjectName(QStringLiteral("containerFormatBox"));
gridLayout_3->addWidget(containerFormatBox, 2, 0, 1, 1);
scrollArea->setWidget(scrollAreaWidgetContents);
gridLayout_4->addWidget(scrollArea, 0, 0, 1, 1);
verticalSpacer = new QSpacerItem(20, 14, QSizePolicy::Minimum, QSizePolicy::Expanding);
gridLayout_4->addItem(verticalSpacer, 1, 0, 1, 1);
buttonBox = new QDialogButtonBox(VideoSettingsUi);
buttonBox->setObjectName(QStringLiteral("buttonBox"));
buttonBox->setOrientation(Qt::Horizontal);
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
gridLayout_4->addWidget(buttonBox, 2, 0, 1, 1);
retranslateUi(VideoSettingsUi);
QObject::connect(buttonBox, SIGNAL(accepted()), VideoSettingsUi, SLOT(accept()));
QObject::connect(buttonBox, SIGNAL(rejected()), VideoSettingsUi, SLOT(reject()));
QMetaObject::connectSlotsByName(VideoSettingsUi);
} // setupUi
void retranslateUi(QDialog *VideoSettingsUi)
{
VideoSettingsUi->setWindowTitle(QApplication::translate("VideoSettingsUi", "Dialog", Q_NULLPTR));
groupBox->setTitle(QApplication::translate("VideoSettingsUi", "Audio", Q_NULLPTR));
label_2->setText(QApplication::translate("VideoSettingsUi", "Audio Codec:", Q_NULLPTR));
label_5->setText(QApplication::translate("VideoSettingsUi", "Sample Rate:", Q_NULLPTR));
label_3->setText(QApplication::translate("VideoSettingsUi", "Quality:", Q_NULLPTR));
groupBox_2->setTitle(QApplication::translate("VideoSettingsUi", "Video", Q_NULLPTR));
label_8->setText(QApplication::translate("VideoSettingsUi", "Resolution:", Q_NULLPTR));
label_9->setText(QApplication::translate("VideoSettingsUi", "Framerate:", Q_NULLPTR));
label_6->setText(QApplication::translate("VideoSettingsUi", "Video Codec:", Q_NULLPTR));
label_7->setText(QApplication::translate("VideoSettingsUi", "Quality:", Q_NULLPTR));
label_4->setText(QApplication::translate("VideoSettingsUi", "Container Format:", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class VideoSettingsUi: public Ui_VideoSettingsUi {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_VIDEOSETTINGS_H