CuteLogger
Fast and simple logging solution for Qt based applications
ui_video4linuxwidget.h
1/********************************************************************************
2** Form generated from reading UI file 'video4linuxwidget.ui'
3**
4** Created by: Qt User Interface Compiler version 6.11.0
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_VIDEO4LINUXWIDGET_H
10#define UI_VIDEO4LINUXWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QComboBox>
15#include <QtWidgets/QDoubleSpinBox>
16#include <QtWidgets/QGridLayout>
17#include <QtWidgets/QGroupBox>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QLineEdit>
20#include <QtWidgets/QPushButton>
21#include <QtWidgets/QSpacerItem>
22#include <QtWidgets/QSpinBox>
23#include <QtWidgets/QVBoxLayout>
24#include <QtWidgets/QWidget>
25#include "widgets/servicepresetwidget.h"
26
27QT_BEGIN_NAMESPACE
28
29class Ui_Video4LinuxWidget
30{
31public:
32 QGridLayout *gridLayout_2;
33 QSpacerItem *verticalSpacer_7;
34 QVBoxLayout *audioLayout;
35 QPushButton *applyButton;
36 QLineEdit *v4lLineEdit;
37 QSpacerItem *horizontalSpacer_13;
38 QLabel *label_3;
39 QLabel *label_10;
40 QDoubleSpinBox *v4lFramerateSpinBox;
41 QSpinBox *v4lHeightSpinBox;
42 QLabel *label_9;
43 QLabel *label_7;
44 QLabel *label_5;
45 QGroupBox *groupBox_6;
46 QGridLayout *gridLayout;
47 QLabel *label;
48 QComboBox *v4lStandardCombo;
49 QLabel *label_4;
50 QSpinBox *v4lChannelSpinBox;
51 ServicePresetWidget *preset;
52 QLabel *label_2;
53 QSpinBox *v4lWidthSpinBox;
54 QLabel *label_11;
55 QLabel *label_8;
56 QComboBox *v4lAudioComboBox;
57
58 void setupUi(QWidget *Video4LinuxWidget)
59 {
60 if (Video4LinuxWidget->objectName().isEmpty())
61 Video4LinuxWidget->setObjectName("Video4LinuxWidget");
62 Video4LinuxWidget->resize(421, 406);
63#if QT_CONFIG(whatsthis)
64 Video4LinuxWidget->setWhatsThis(QString::fromUtf8("https://forum.shotcut.org/t/open-other-video4linux/12937/1"));
65#endif // QT_CONFIG(whatsthis)
66 gridLayout_2 = new QGridLayout(Video4LinuxWidget);
67 gridLayout_2->setObjectName("gridLayout_2");
68 verticalSpacer_7 = new QSpacerItem(20, 119, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
69
70 gridLayout_2->addItem(verticalSpacer_7, 10, 0, 1, 1);
71
72 audioLayout = new QVBoxLayout();
73 audioLayout->setObjectName("audioLayout");
74
75 gridLayout_2->addLayout(audioLayout, 8, 0, 1, 6);
76
77 applyButton = new QPushButton(Video4LinuxWidget);
78 applyButton->setObjectName("applyButton");
79
80 gridLayout_2->addWidget(applyButton, 9, 0, 1, 1);
81
82 v4lLineEdit = new QLineEdit(Video4LinuxWidget);
83 v4lLineEdit->setObjectName("v4lLineEdit");
84
85 gridLayout_2->addWidget(v4lLineEdit, 2, 1, 1, 3);
86
87 horizontalSpacer_13 = new QSpacerItem(122, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
88
89 gridLayout_2->addItem(horizontalSpacer_13, 2, 5, 1, 1);
90
91 label_3 = new QLabel(Video4LinuxWidget);
92 label_3->setObjectName("label_3");
93 QFont font;
94 font.setBold(true);
95 label_3->setFont(font);
96 label_3->setAlignment(Qt::AlignmentFlag::AlignCenter);
97
98 gridLayout_2->addWidget(label_3, 0, 0, 1, 6);
99
100 label_10 = new QLabel(Video4LinuxWidget);
101 label_10->setObjectName("label_10");
102
103 gridLayout_2->addWidget(label_10, 4, 3, 1, 1);
104
105 v4lFramerateSpinBox = new QDoubleSpinBox(Video4LinuxWidget);
106 v4lFramerateSpinBox->setObjectName("v4lFramerateSpinBox");
107 v4lFramerateSpinBox->setMinimum(0.000000000000000);
108 v4lFramerateSpinBox->setMaximum(1000.000000000000000);
109 v4lFramerateSpinBox->setValue(15.000000000000000);
110
111 gridLayout_2->addWidget(v4lFramerateSpinBox, 4, 1, 1, 1);
112
113 v4lHeightSpinBox = new QSpinBox(Video4LinuxWidget);
114 v4lHeightSpinBox->setObjectName("v4lHeightSpinBox");
115 v4lHeightSpinBox->setMaximum(4096);
116 v4lHeightSpinBox->setValue(480);
117
118 gridLayout_2->addWidget(v4lHeightSpinBox, 3, 3, 1, 1);
119
120 label_9 = new QLabel(Video4LinuxWidget);
121 label_9->setObjectName("label_9");
122 label_9->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
123
124 gridLayout_2->addWidget(label_9, 4, 0, 1, 1);
125
126 label_7 = new QLabel(Video4LinuxWidget);
127 label_7->setObjectName("label_7");
128 label_7->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
129
130 gridLayout_2->addWidget(label_7, 3, 0, 1, 1);
131
132 label_5 = new QLabel(Video4LinuxWidget);
133 label_5->setObjectName("label_5");
134 label_5->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
135
136 gridLayout_2->addWidget(label_5, 2, 0, 1, 1);
137
138 groupBox_6 = new QGroupBox(Video4LinuxWidget);
139 groupBox_6->setObjectName("groupBox_6");
140 groupBox_6->setFlat(true);
141 groupBox_6->setChecked(false);
142 gridLayout = new QGridLayout(groupBox_6);
143 gridLayout->setObjectName("gridLayout");
144 label = new QLabel(groupBox_6);
145 label->setObjectName("label");
146 label->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
147
148 gridLayout->addWidget(label, 0, 0, 1, 1);
149
150 v4lStandardCombo = new QComboBox(groupBox_6);
151 v4lStandardCombo->addItem(QString());
152 v4lStandardCombo->addItem(QString());
153 v4lStandardCombo->addItem(QString());
154 v4lStandardCombo->addItem(QString());
155 v4lStandardCombo->setObjectName("v4lStandardCombo");
156
157 gridLayout->addWidget(v4lStandardCombo, 0, 1, 1, 1);
158
159 label_4 = new QLabel(groupBox_6);
160 label_4->setObjectName("label_4");
161 label_4->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
162
163 gridLayout->addWidget(label_4, 1, 0, 1, 1);
164
165 v4lChannelSpinBox = new QSpinBox(groupBox_6);
166 v4lChannelSpinBox->setObjectName("v4lChannelSpinBox");
167
168 gridLayout->addWidget(v4lChannelSpinBox, 1, 1, 1, 1);
169
170
171 gridLayout_2->addWidget(groupBox_6, 5, 0, 1, 4);
172
173 preset = new ServicePresetWidget(Video4LinuxWidget);
174 preset->setObjectName("preset");
175
176 gridLayout_2->addWidget(preset, 1, 0, 1, 6);
177
178 label_2 = new QLabel(Video4LinuxWidget);
179 label_2->setObjectName("label_2");
180 label_2->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
181
182 gridLayout_2->addWidget(label_2, 6, 0, 1, 1);
183
184 v4lWidthSpinBox = new QSpinBox(Video4LinuxWidget);
185 v4lWidthSpinBox->setObjectName("v4lWidthSpinBox");
186 v4lWidthSpinBox->setMaximum(4096);
187 v4lWidthSpinBox->setValue(640);
188
189 gridLayout_2->addWidget(v4lWidthSpinBox, 3, 1, 1, 1);
190
191 label_11 = new QLabel(Video4LinuxWidget);
192 label_11->setObjectName("label_11");
193
194 gridLayout_2->addWidget(label_11, 3, 4, 1, 1);
195
196 label_8 = new QLabel(Video4LinuxWidget);
197 label_8->setObjectName("label_8");
198 QSizePolicy sizePolicy(QSizePolicy::Policy::Maximum, QSizePolicy::Policy::Preferred);
199 sizePolicy.setHorizontalStretch(0);
200 sizePolicy.setVerticalStretch(0);
201 sizePolicy.setHeightForWidth(label_8->sizePolicy().hasHeightForWidth());
202 label_8->setSizePolicy(sizePolicy);
203
204 gridLayout_2->addWidget(label_8, 3, 2, 1, 1);
205
206 v4lAudioComboBox = new QComboBox(Video4LinuxWidget);
207 v4lAudioComboBox->addItem(QString());
208 v4lAudioComboBox->addItem(QString());
209 v4lAudioComboBox->addItem(QString());
210 v4lAudioComboBox->setObjectName("v4lAudioComboBox");
211
212 gridLayout_2->addWidget(v4lAudioComboBox, 6, 1, 1, 3);
213
214
215 retranslateUi(Video4LinuxWidget);
216
217 QMetaObject::connectSlotsByName(Video4LinuxWidget);
218 } // setupUi
219
220 void retranslateUi(QWidget *Video4LinuxWidget)
221 {
222 Video4LinuxWidget->setWindowTitle(QCoreApplication::translate("Video4LinuxWidget", "Form", nullptr));
223 applyButton->setText(QCoreApplication::translate("Video4LinuxWidget", "Apply", nullptr));
224#if QT_CONFIG(tooltip)
225 v4lLineEdit->setToolTip(QCoreApplication::translate("Video4LinuxWidget", "Set the path to the video device file", nullptr));
226#endif // QT_CONFIG(tooltip)
227 v4lLineEdit->setText(QCoreApplication::translate("Video4LinuxWidget", "/dev/video0", nullptr));
228 label_3->setText(QCoreApplication::translate("Video4LinuxWidget", "Video4Linux", nullptr));
229 label_10->setText(QCoreApplication::translate("Video4LinuxWidget", "fps", nullptr));
230#if QT_CONFIG(tooltip)
231 v4lHeightSpinBox->setToolTip(QCoreApplication::translate("Video4LinuxWidget", "Height", nullptr));
232#endif // QT_CONFIG(tooltip)
233 label_9->setText(QCoreApplication::translate("Video4LinuxWidget", "Frame rate", nullptr));
234 label_7->setText(QCoreApplication::translate("Video4LinuxWidget", "Resolution", nullptr));
235 label_5->setText(QCoreApplication::translate("Video4LinuxWidget", "Device", nullptr));
236 groupBox_6->setTitle(QCoreApplication::translate("Video4LinuxWidget", "TV Tuner", nullptr));
237 label->setText(QCoreApplication::translate("Video4LinuxWidget", "Standard", nullptr));
238 v4lStandardCombo->setItemText(0, QCoreApplication::translate("Video4LinuxWidget", "Automatic", nullptr));
239 v4lStandardCombo->setItemText(1, QCoreApplication::translate("Video4LinuxWidget", "NTSC", nullptr));
240 v4lStandardCombo->setItemText(2, QCoreApplication::translate("Video4LinuxWidget", "PAL", nullptr));
241 v4lStandardCombo->setItemText(3, QCoreApplication::translate("Video4LinuxWidget", "SECAM", nullptr));
242
243#if QT_CONFIG(tooltip)
244 v4lStandardCombo->setToolTip(QCoreApplication::translate("Video4LinuxWidget", "Set the television standard", nullptr));
245#endif // QT_CONFIG(tooltip)
246 label_4->setText(QCoreApplication::translate("Video4LinuxWidget", "Channel", nullptr));
247 label_2->setText(QCoreApplication::translate("Video4LinuxWidget", "Audio Input", nullptr));
248#if QT_CONFIG(tooltip)
249 v4lWidthSpinBox->setToolTip(QCoreApplication::translate("Video4LinuxWidget", "Width", nullptr));
250#endif // QT_CONFIG(tooltip)
251 label_11->setText(QCoreApplication::translate("Video4LinuxWidget", "pixels", nullptr));
252 label_8->setText(QCoreApplication::translate("Video4LinuxWidget", "X", nullptr));
253 v4lAudioComboBox->setItemText(0, QCoreApplication::translate("Video4LinuxWidget", "None", nullptr));
254 v4lAudioComboBox->setItemText(1, QCoreApplication::translate("Video4LinuxWidget", "PulseAudio", nullptr));
255 v4lAudioComboBox->setItemText(2, QCoreApplication::translate("Video4LinuxWidget", "ALSA", nullptr));
256
257 } // retranslateUi
258
259};
260
261namespace Ui {
262 class Video4LinuxWidget: public Ui_Video4LinuxWidget {};
263} // namespace Ui
264
265QT_END_NAMESPACE
266
267#endif // UI_VIDEO4LINUXWIDGET_H