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.10.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#if QT_CONFIG(whatsthis)
34 NoiseWidget->setWhatsThis(QString::fromUtf8("https://forum.shotcut.org/t/open-other-noise/12927/1"));
35#endif // QT_CONFIG(whatsthis)
36 verticalLayout = new QVBoxLayout(NoiseWidget);
37 verticalLayout->setObjectName("verticalLayout");
38 nameLabel = new QLabel(NoiseWidget);
39 nameLabel->setObjectName("nameLabel");
40 QFont font;
41 font.setBold(true);
42 nameLabel->setFont(font);
43 nameLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
44
45 verticalLayout->addWidget(nameLabel);
46
47 verticalSpacer = new QSpacerItem(20, 262, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
48
49 verticalLayout->addItem(verticalSpacer);
50
51
52 retranslateUi(NoiseWidget);
53
54 QMetaObject::connectSlotsByName(NoiseWidget);
55 } // setupUi
56
57 void retranslateUi(QWidget *NoiseWidget)
58 {
59 NoiseWidget->setWindowTitle(QCoreApplication::translate("NoiseWidget", "Form", nullptr));
60 nameLabel->setText(QCoreApplication::translate("NoiseWidget", "Noise", nullptr));
61 } // retranslateUi
62
63};
64
65namespace Ui {
66 class NoiseWidget: public Ui_NoiseWidget {};
67} // namespace Ui
68
69QT_END_NAMESPACE
70
71#endif // UI_NOISEWIDGET_H