CuteLogger
Fast and simple logging solution for Qt based applications
ui_noisewidget.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'noisewidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_NOISEWIDGET_H
10 #define UI_NOISEWIDGET_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_NoiseWidget
22 {
23 public:
24  QVBoxLayout *verticalLayout;
25  QLabel *nameLabel;
26  QSpacerItem *verticalSpacer;
27 
28  void setupUi(QWidget *NoiseWidget)
29  {
30  if (NoiseWidget->objectName().isEmpty())
31  NoiseWidget->setObjectName(QString::fromUtf8("NoiseWidget"));
32  NoiseWidget->resize(396, 296);
33  verticalLayout = new QVBoxLayout(NoiseWidget);
34  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
35  nameLabel = new QLabel(NoiseWidget);
36  nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
37  QFont font;
38  font.setBold(true);
39  font.setWeight(75);
40  nameLabel->setFont(font);
41  nameLabel->setAlignment(Qt::AlignCenter);
42 
43  verticalLayout->addWidget(nameLabel);
44 
45  verticalSpacer = new QSpacerItem(20, 262, QSizePolicy::Minimum, QSizePolicy::Expanding);
46 
47  verticalLayout->addItem(verticalSpacer);
48 
49 
50  retranslateUi(NoiseWidget);
51 
52  QMetaObject::connectSlotsByName(NoiseWidget);
53  } // setupUi
54 
55  void retranslateUi(QWidget *NoiseWidget)
56  {
57  NoiseWidget->setWindowTitle(QCoreApplication::translate("NoiseWidget", "Form", nullptr));
58  nameLabel->setText(QCoreApplication::translate("NoiseWidget", "Noise", nullptr));
59  } // retranslateUi
60 
61 };
62 
63 namespace Ui {
64  class NoiseWidget: public Ui_NoiseWidget {};
65 } // namespace Ui
66 
67 QT_END_NAMESPACE
68 
69 #endif // UI_NOISEWIDGET_H