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 6.7.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
19QT_BEGIN_NAMESPACE
20
21class Ui_NoiseWidget
22{
23public:
24 QVBoxLayout *verticalLayout;
25 QLabel *nameLabel;
26 QSpacerItem *verticalSpacer;
27
28 void setupUi(QWidget *NoiseWidget)
29 {
30 if (NoiseWidget->objectName().isEmpty())
31 NoiseWidget->setObjectName("NoiseWidget");
32 NoiseWidget->resize(396, 296);
33 verticalLayout = new QVBoxLayout(NoiseWidget);
34 verticalLayout->setObjectName("verticalLayout");
35 nameLabel = new QLabel(NoiseWidget);
36 nameLabel->setObjectName("nameLabel");
37 QFont font;
38 font.setBold(true);
39 nameLabel->setFont(font);
40 nameLabel->setAlignment(Qt::AlignCenter);
41
42 verticalLayout->addWidget(nameLabel);
43
44 verticalSpacer = new QSpacerItem(20, 262, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
45
46 verticalLayout->addItem(verticalSpacer);
47
48
49 retranslateUi(NoiseWidget);
50
51 QMetaObject::connectSlotsByName(NoiseWidget);
52 } // setupUi
53
54 void retranslateUi(QWidget *NoiseWidget)
55 {
56 NoiseWidget->setWindowTitle(QCoreApplication::translate("NoiseWidget", "Form", nullptr));
57 nameLabel->setText(QCoreApplication::translate("NoiseWidget", "Noise", nullptr));
58 } // retranslateUi
59
60};
61
62namespace Ui {
63 class NoiseWidget: public Ui_NoiseWidget {};
64} // namespace Ui
65
66QT_END_NAMESPACE
67
68#endif // UI_NOISEWIDGET_H