CuteLogger
Fast and simple logging solution for Qt based applications
ui_directshowvideowidget.h
1/********************************************************************************
2** Form generated from reading UI file 'directshowvideowidget.ui'
3**
4** Created by: Qt User Interface Compiler version 6.7.2
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_DIRECTSHOWVIDEOWIDGET_H
10#define UI_DIRECTSHOWVIDEOWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QComboBox>
15#include <QtWidgets/QGridLayout>
16#include <QtWidgets/QLabel>
17#include <QtWidgets/QSpacerItem>
18#include <QtWidgets/QVBoxLayout>
19#include <QtWidgets/QWidget>
20
21QT_BEGIN_NAMESPACE
22
23class Ui_DirectShowVideoWidget
24{
25public:
26 QVBoxLayout *verticalLayout;
27 QLabel *label;
28 QGridLayout *gridLayout;
29 QSpacerItem *horizontalSpacer;
30 QComboBox *videoCombo;
31 QLabel *label_3;
32 QLabel *label_2;
33 QComboBox *audioCombo;
34 QSpacerItem *verticalSpacer;
35
36 void setupUi(QWidget *DirectShowVideoWidget)
37 {
38 if (DirectShowVideoWidget->objectName().isEmpty())
39 DirectShowVideoWidget->setObjectName("DirectShowVideoWidget");
40 DirectShowVideoWidget->resize(384, 284);
41 verticalLayout = new QVBoxLayout(DirectShowVideoWidget);
42 verticalLayout->setObjectName("verticalLayout");
43 label = new QLabel(DirectShowVideoWidget);
44 label->setObjectName("label");
45 QFont font;
46 font.setBold(true);
47 label->setFont(font);
48 label->setAlignment(Qt::AlignCenter);
49
50 verticalLayout->addWidget(label);
51
52 gridLayout = new QGridLayout();
53 gridLayout->setObjectName("gridLayout");
54 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
55
56 gridLayout->addItem(horizontalSpacer, 0, 3, 3, 1);
57
58 videoCombo = new QComboBox(DirectShowVideoWidget);
59 videoCombo->addItem(QString());
60 videoCombo->setObjectName("videoCombo");
61
62 gridLayout->addWidget(videoCombo, 1, 2, 1, 1);
63
64 label_3 = new QLabel(DirectShowVideoWidget);
65 label_3->setObjectName("label_3");
66 label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
67
68 gridLayout->addWidget(label_3, 1, 0, 1, 1);
69
70 label_2 = new QLabel(DirectShowVideoWidget);
71 label_2->setObjectName("label_2");
72 label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
73
74 gridLayout->addWidget(label_2, 2, 0, 1, 1);
75
76 audioCombo = new QComboBox(DirectShowVideoWidget);
77 audioCombo->addItem(QString());
78 audioCombo->setObjectName("audioCombo");
79
80 gridLayout->addWidget(audioCombo, 2, 2, 1, 1);
81
82
83 verticalLayout->addLayout(gridLayout);
84
85 verticalSpacer = new QSpacerItem(20, 260, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
86
87 verticalLayout->addItem(verticalSpacer);
88
89
90 retranslateUi(DirectShowVideoWidget);
91
92 QMetaObject::connectSlotsByName(DirectShowVideoWidget);
93 } // setupUi
94
95 void retranslateUi(QWidget *DirectShowVideoWidget)
96 {
97 DirectShowVideoWidget->setWindowTitle(QCoreApplication::translate("DirectShowVideoWidget", "Form", nullptr));
98 label->setText(QCoreApplication::translate("DirectShowVideoWidget", "Audio/Video Device", nullptr));
99 videoCombo->setItemText(0, QCoreApplication::translate("DirectShowVideoWidget", "None", nullptr));
100
101 label_3->setText(QCoreApplication::translate("DirectShowVideoWidget", "Video Input", nullptr));
102 label_2->setText(QCoreApplication::translate("DirectShowVideoWidget", "Audio Input", nullptr));
103 audioCombo->setItemText(0, QCoreApplication::translate("DirectShowVideoWidget", "None", nullptr));
104
105 } // retranslateUi
106
107};
108
109namespace Ui {
110 class DirectShowVideoWidget: public Ui_DirectShowVideoWidget {};
111} // namespace Ui
112
113QT_END_NAMESPACE
114
115#endif // UI_DIRECTSHOWVIDEOWIDGET_H