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