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.9.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/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QHeaderView>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QVBoxLayout>
20 #include <QtWidgets/QWidget>
21 
22 QT_BEGIN_NAMESPACE
23 
24 class Ui_PulseAudioWidget
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QLabel *label;
29  QSpacerItem *verticalSpacer;
30 
31  void setupUi(QWidget *PulseAudioWidget)
32  {
33  if (PulseAudioWidget->objectName().isEmpty())
34  PulseAudioWidget->setObjectName(QStringLiteral("PulseAudioWidget"));
35  PulseAudioWidget->resize(392, 292);
36  verticalLayout = new QVBoxLayout(PulseAudioWidget);
37  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
38  label = new QLabel(PulseAudioWidget);
39  label->setObjectName(QStringLiteral("label"));
40  QFont font;
41  font.setBold(true);
42  font.setWeight(75);
43  label->setFont(font);
44  label->setAlignment(Qt::AlignCenter);
45 
46  verticalLayout->addWidget(label);
47 
48  verticalSpacer = new QSpacerItem(20, 258, QSizePolicy::Minimum, QSizePolicy::Expanding);
49 
50  verticalLayout->addItem(verticalSpacer);
51 
52 
53  retranslateUi(PulseAudioWidget);
54 
55  QMetaObject::connectSlotsByName(PulseAudioWidget);
56  } // setupUi
57 
58  void retranslateUi(QWidget *PulseAudioWidget)
59  {
60  PulseAudioWidget->setWindowTitle(QApplication::translate("PulseAudioWidget", "Form", Q_NULLPTR));
61  label->setText(QApplication::translate("PulseAudioWidget", "PulseAudio", Q_NULLPTR));
62  } // retranslateUi
63 
64 };
65 
66 namespace Ui {
67  class PulseAudioWidget: public Ui_PulseAudioWidget {};
68 } // namespace Ui
69 
70 QT_END_NAMESPACE
71 
72 #endif // UI_PULSEAUDIOWIDGET_H
Definition: addencodepresetdialog.h:24