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 5.15.3
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(QString::fromUtf8("PulseAudioWidget"));
32  PulseAudioWidget->resize(392, 292);
33  verticalLayout = new QVBoxLayout(PulseAudioWidget);
34  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
35  label = new QLabel(PulseAudioWidget);
36  label->setObjectName(QString::fromUtf8("label"));
37  QFont font;
38  font.setBold(true);
39  font.setWeight(75);
40  label->setFont(font);
41  label->setAlignment(Qt::AlignCenter);
42 
43  verticalLayout->addWidget(label);
44 
45  verticalSpacer = new QSpacerItem(20, 258, QSizePolicy::Minimum, QSizePolicy::Expanding);
46 
47  verticalLayout->addItem(verticalSpacer);
48 
49 
50  retranslateUi(PulseAudioWidget);
51 
52  QMetaObject::connectSlotsByName(PulseAudioWidget);
53  } // setupUi
54 
55  void retranslateUi(QWidget *PulseAudioWidget)
56  {
57  PulseAudioWidget->setWindowTitle(QCoreApplication::translate("PulseAudioWidget", "Form", nullptr));
58  label->setText(QCoreApplication::translate("PulseAudioWidget", "PulseAudio", nullptr));
59  } // retranslateUi
60 
61 };
62 
63 namespace Ui {
64  class PulseAudioWidget: public Ui_PulseAudioWidget {};
65 } // namespace Ui
66 
67 QT_END_NAMESPACE
68 
69 #endif // UI_PULSEAUDIOWIDGET_H