CuteLogger
Fast and simple logging solution for Qt based applications
ui_pulseaudiowidget.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'pulseaudiowidget.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_PULSEAUDIOWIDGET_H
10 #define UI_PULSEAUDIOWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QLabel>
15 #include <QtWidgets/QSpacerItem>
16 #include <QtWidgets/QVBoxLayout>
17 #include <QtWidgets/QWidget>
18 
19 QT_BEGIN_NAMESPACE
20 
21 class Ui_PulseAudioWidget
22 {
23 public:
24  QVBoxLayout *verticalLayout;
25  QLabel *label;
26  QSpacerItem *verticalSpacer;
27 
28  void setupUi(QWidget *PulseAudioWidget)
29  {
30  if (PulseAudioWidget->objectName().isEmpty())
31  PulseAudioWidget->setObjectName("PulseAudioWidget");
32  PulseAudioWidget->resize(392, 292);
33  verticalLayout = new QVBoxLayout(PulseAudioWidget);
34  verticalLayout->setObjectName("verticalLayout");
35  label = new QLabel(PulseAudioWidget);
36  label->setObjectName("label");
37  QFont font;
38  font.setBold(true);
39  label->setFont(font);
40  label->setAlignment(Qt::AlignCenter);
41 
42  verticalLayout->addWidget(label);
43 
44  verticalSpacer = new QSpacerItem(20, 258, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
45 
46  verticalLayout->addItem(verticalSpacer);
47 
48 
49  retranslateUi(PulseAudioWidget);
50 
51  QMetaObject::connectSlotsByName(PulseAudioWidget);
52  } // setupUi
53 
54  void retranslateUi(QWidget *PulseAudioWidget)
55  {
56  PulseAudioWidget->setWindowTitle(QCoreApplication::translate("PulseAudioWidget", "Form", nullptr));
57  label->setText(QCoreApplication::translate("PulseAudioWidget", "PulseAudio", nullptr));
58  } // retranslateUi
59 
60 };
61 
62 namespace Ui {
63  class PulseAudioWidget: public Ui_PulseAudioWidget {};
64 } // namespace Ui
65 
66 QT_END_NAMESPACE
67 
68 #endif // UI_PULSEAUDIOWIDGET_H