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.6.2
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 
27 QT_BEGIN_NAMESPACE
28 
29 class Ui_Video4LinuxWidget
30 {
31 public:
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, 373);
63  gridLayout_2 = new QGridLayout(Video4LinuxWidget);
64  gridLayout_2->setObjectName("gridLayout_2");
65  verticalSpacer_7 = new QSpacerItem(20, 119, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
66 
67  gridLayout_2->addItem(verticalSpacer_7, 10, 0, 1, 1);
68 
69  audioLayout = new QVBoxLayout();
70  audioLayout->setObjectName("audioLayout");
71 
72  gridLayout_2->addLayout(audioLayout, 8, 0, 1, 6);
73 
74  applyButton = new QPushButton(Video4LinuxWidget);
75  applyButton->setObjectName("applyButton");
76 
77  gridLayout_2->addWidget(applyButton, 9, 0, 1, 1);
78 
79  v4lLineEdit = new QLineEdit(Video4LinuxWidget);
80  v4lLineEdit->setObjectName("v4lLineEdit");
81 
82  gridLayout_2->addWidget(v4lLineEdit, 2, 1, 1, 3);
83 
84  horizontalSpacer_13 = new QSpacerItem(122, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
85 
86  gridLayout_2->addItem(horizontalSpacer_13, 2, 5, 1, 1);
87 
88  label_3 = new QLabel(Video4LinuxWidget);
89  label_3->setObjectName("label_3");
90  QFont font;
91  font.setBold(true);
92  label_3->setFont(font);
93  label_3->setAlignment(Qt::AlignCenter);
94 
95  gridLayout_2->addWidget(label_3, 0, 0, 1, 6);
96 
97  label_10 = new QLabel(Video4LinuxWidget);
98  label_10->setObjectName("label_10");
99 
100  gridLayout_2->addWidget(label_10, 4, 3, 1, 1);
101 
102  v4lFramerateSpinBox = new QDoubleSpinBox(Video4LinuxWidget);
103  v4lFramerateSpinBox->setObjectName("v4lFramerateSpinBox");
104  v4lFramerateSpinBox->setMinimum(0.000000000000000);
105  v4lFramerateSpinBox->setMaximum(1000.000000000000000);
106  v4lFramerateSpinBox->setValue(15.000000000000000);
107 
108  gridLayout_2->addWidget(v4lFramerateSpinBox, 4, 1, 1, 1);
109 
110  v4lHeightSpinBox = new QSpinBox(Video4LinuxWidget);
111  v4lHeightSpinBox->setObjectName("v4lHeightSpinBox");
112  v4lHeightSpinBox->setMaximum(4096);
113  v4lHeightSpinBox->setValue(480);
114 
115  gridLayout_2->addWidget(v4lHeightSpinBox, 3, 3, 1, 1);
116 
117  label_9 = new QLabel(Video4LinuxWidget);
118  label_9->setObjectName("label_9");
119  label_9->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
120 
121  gridLayout_2->addWidget(label_9, 4, 0, 1, 1);
122 
123  label_7 = new QLabel(Video4LinuxWidget);
124  label_7->setObjectName("label_7");
125  label_7->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
126 
127  gridLayout_2->addWidget(label_7, 3, 0, 1, 1);
128 
129  label_5 = new QLabel(Video4LinuxWidget);
130  label_5->setObjectName("label_5");
131  label_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
132 
133  gridLayout_2->addWidget(label_5, 2, 0, 1, 1);
134 
135  groupBox_6 = new QGroupBox(Video4LinuxWidget);
136  groupBox_6->setObjectName("groupBox_6");
137  groupBox_6->setFlat(true);
138  groupBox_6->setChecked(false);
139  gridLayout = new QGridLayout(groupBox_6);
140  gridLayout->setObjectName("gridLayout");
141  label = new QLabel(groupBox_6);
142  label->setObjectName("label");
143  label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
144 
145  gridLayout->addWidget(label, 0, 0, 1, 1);
146 
147  v4lStandardCombo = new QComboBox(groupBox_6);
148  v4lStandardCombo->addItem(QString());
149  v4lStandardCombo->addItem(QString());
150  v4lStandardCombo->addItem(QString());
151  v4lStandardCombo->addItem(QString());
152  v4lStandardCombo->setObjectName("v4lStandardCombo");
153 
154  gridLayout->addWidget(v4lStandardCombo, 0, 1, 1, 1);
155 
156  label_4 = new QLabel(groupBox_6);
157  label_4->setObjectName("label_4");
158  label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
159 
160  gridLayout->addWidget(label_4, 1, 0, 1, 1);
161 
162  v4lChannelSpinBox = new QSpinBox(groupBox_6);
163  v4lChannelSpinBox->setObjectName("v4lChannelSpinBox");
164 
165  gridLayout->addWidget(v4lChannelSpinBox, 1, 1, 1, 1);
166 
167 
168  gridLayout_2->addWidget(groupBox_6, 5, 0, 1, 4);
169 
170  preset = new ServicePresetWidget(Video4LinuxWidget);
171  preset->setObjectName("preset");
172 
173  gridLayout_2->addWidget(preset, 1, 0, 1, 6);
174 
175  label_2 = new QLabel(Video4LinuxWidget);
176  label_2->setObjectName("label_2");
177  label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
178 
179  gridLayout_2->addWidget(label_2, 6, 0, 1, 1);
180 
181  v4lWidthSpinBox = new QSpinBox(Video4LinuxWidget);
182  v4lWidthSpinBox->setObjectName("v4lWidthSpinBox");
183  v4lWidthSpinBox->setMaximum(4096);
184  v4lWidthSpinBox->setValue(640);
185 
186  gridLayout_2->addWidget(v4lWidthSpinBox, 3, 1, 1, 1);
187 
188  label_11 = new QLabel(Video4LinuxWidget);
189  label_11->setObjectName("label_11");
190 
191  gridLayout_2->addWidget(label_11, 3, 4, 1, 1);
192 
193  label_8 = new QLabel(Video4LinuxWidget);
194  label_8->setObjectName("label_8");
195  QSizePolicy sizePolicy(QSizePolicy::Policy::Maximum, QSizePolicy::Policy::Preferred);
196  sizePolicy.setHorizontalStretch(0);
197  sizePolicy.setVerticalStretch(0);
198  sizePolicy.setHeightForWidth(label_8->sizePolicy().hasHeightForWidth());
199  label_8->setSizePolicy(sizePolicy);
200 
201  gridLayout_2->addWidget(label_8, 3, 2, 1, 1);
202 
203  v4lAudioComboBox = new QComboBox(Video4LinuxWidget);
204  v4lAudioComboBox->addItem(QString());
205  v4lAudioComboBox->addItem(QString());
206  v4lAudioComboBox->addItem(QString());
207  v4lAudioComboBox->setObjectName("v4lAudioComboBox");
208 
209  gridLayout_2->addWidget(v4lAudioComboBox, 6, 1, 1, 3);
210 
211 
212  retranslateUi(Video4LinuxWidget);
213 
214  QMetaObject::connectSlotsByName(Video4LinuxWidget);
215  } // setupUi
216 
217  void retranslateUi(QWidget *Video4LinuxWidget)
218  {
219  Video4LinuxWidget->setWindowTitle(QCoreApplication::translate("Video4LinuxWidget", "Form", nullptr));
220  applyButton->setText(QCoreApplication::translate("Video4LinuxWidget", "Apply", nullptr));
221 #if QT_CONFIG(tooltip)
222  v4lLineEdit->setToolTip(QCoreApplication::translate("Video4LinuxWidget", "Set the path to the video device file", nullptr));
223 #endif // QT_CONFIG(tooltip)
224  v4lLineEdit->setText(QCoreApplication::translate("Video4LinuxWidget", "/dev/video0", nullptr));
225  label_3->setText(QCoreApplication::translate("Video4LinuxWidget", "Video4Linux", nullptr));
226  label_10->setText(QCoreApplication::translate("Video4LinuxWidget", "fps", nullptr));
227 #if QT_CONFIG(tooltip)
228  v4lHeightSpinBox->setToolTip(QCoreApplication::translate("Video4LinuxWidget", "Height", nullptr));
229 #endif // QT_CONFIG(tooltip)
230  label_9->setText(QCoreApplication::translate("Video4LinuxWidget", "Frame rate", nullptr));
231  label_7->setText(QCoreApplication::translate("Video4LinuxWidget", "Resolution", nullptr));
232  label_5->setText(QCoreApplication::translate("Video4LinuxWidget", "Device", nullptr));
233  groupBox_6->setTitle(QCoreApplication::translate("Video4LinuxWidget", "TV Tuner", nullptr));
234  label->setText(QCoreApplication::translate("Video4LinuxWidget", "Standard", nullptr));
235  v4lStandardCombo->setItemText(0, QCoreApplication::translate("Video4LinuxWidget", "Automatic", nullptr));
236  v4lStandardCombo->setItemText(1, QCoreApplication::translate("Video4LinuxWidget", "NTSC", nullptr));
237  v4lStandardCombo->setItemText(2, QCoreApplication::translate("Video4LinuxWidget", "PAL", nullptr));
238  v4lStandardCombo->setItemText(3, QCoreApplication::translate("Video4LinuxWidget", "SECAM", nullptr));
239 
240 #if QT_CONFIG(tooltip)
241  v4lStandardCombo->setToolTip(QCoreApplication::translate("Video4LinuxWidget", "Set the television standard", nullptr));
242 #endif // QT_CONFIG(tooltip)
243  label_4->setText(QCoreApplication::translate("Video4LinuxWidget", "Channel", nullptr));
244  label_2->setText(QCoreApplication::translate("Video4LinuxWidget", "Audio Input", nullptr));
245 #if QT_CONFIG(tooltip)
246  v4lWidthSpinBox->setToolTip(QCoreApplication::translate("Video4LinuxWidget", "Width", nullptr));
247 #endif // QT_CONFIG(tooltip)
248  label_11->setText(QCoreApplication::translate("Video4LinuxWidget", "pixels", nullptr));
249  label_8->setText(QCoreApplication::translate("Video4LinuxWidget", "X", nullptr));
250  v4lAudioComboBox->setItemText(0, QCoreApplication::translate("Video4LinuxWidget", "None", nullptr));
251  v4lAudioComboBox->setItemText(1, QCoreApplication::translate("Video4LinuxWidget", "PulseAudio", nullptr));
252  v4lAudioComboBox->setItemText(2, QCoreApplication::translate("Video4LinuxWidget", "ALSA", nullptr));
253 
254  } // retranslateUi
255 
256 };
257 
258 namespace Ui {
259  class Video4LinuxWidget: public Ui_Video4LinuxWidget {};
260 } // namespace Ui
261 
262 QT_END_NAMESPACE
263 
264 #endif // UI_VIDEO4LINUXWIDGET_H