CuteLogger
Fast and simple logging solution for Qt based applications
ui_blipproducerwidget.h
1/********************************************************************************
2** Form generated from reading UI file 'blipproducerwidget.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_BLIPPRODUCERWIDGET_H
10#define UI_BLIPPRODUCERWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QGridLayout>
15#include <QtWidgets/QLabel>
16#include <QtWidgets/QSpacerItem>
17#include <QtWidgets/QSpinBox>
18#include <QtWidgets/QVBoxLayout>
19#include <QtWidgets/QWidget>
20#include "widgets/servicepresetwidget.h"
21
22QT_BEGIN_NAMESPACE
23
24class Ui_BlipProducerWidget
25{
26public:
27 QVBoxLayout *verticalLayout;
28 QLabel *nameLabel;
29 ServicePresetWidget *preset;
30 QGridLayout *gridLayout;
31 QLabel *label;
32 QSpinBox *periodSpinBox;
33 QSpacerItem *horizontalSpacer;
34 QSpacerItem *verticalSpacer;
35
36 void setupUi(QWidget *BlipProducerWidget)
37 {
38 if (BlipProducerWidget->objectName().isEmpty())
39 BlipProducerWidget->setObjectName("BlipProducerWidget");
40 BlipProducerWidget->resize(394, 294);
41 verticalLayout = new QVBoxLayout(BlipProducerWidget);
42 verticalLayout->setObjectName("verticalLayout");
43 nameLabel = new QLabel(BlipProducerWidget);
44 nameLabel->setObjectName("nameLabel");
45 QFont font;
46 font.setBold(true);
47 nameLabel->setFont(font);
48 nameLabel->setAlignment(Qt::AlignCenter);
49
50 verticalLayout->addWidget(nameLabel);
51
52 preset = new ServicePresetWidget(BlipProducerWidget);
53 preset->setObjectName("preset");
54
55 verticalLayout->addWidget(preset);
56
57 gridLayout = new QGridLayout();
58 gridLayout->setObjectName("gridLayout");
59 label = new QLabel(BlipProducerWidget);
60 label->setObjectName("label");
61 label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
62
63 gridLayout->addWidget(label, 0, 0, 1, 1);
64
65 periodSpinBox = new QSpinBox(BlipProducerWidget);
66 periodSpinBox->setObjectName("periodSpinBox");
67 periodSpinBox->setMinimum(1);
68 periodSpinBox->setMaximum(10);
69 periodSpinBox->setValue(1);
70
71 gridLayout->addWidget(periodSpinBox, 0, 1, 1, 1);
72
73 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
74
75 gridLayout->addItem(horizontalSpacer, 0, 2, 1, 1);
76
77
78 verticalLayout->addLayout(gridLayout);
79
80 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
81
82 verticalLayout->addItem(verticalSpacer);
83
84
85 retranslateUi(BlipProducerWidget);
86
87 QMetaObject::connectSlotsByName(BlipProducerWidget);
88 } // setupUi
89
90 void retranslateUi(QWidget *BlipProducerWidget)
91 {
92 BlipProducerWidget->setWindowTitle(QCoreApplication::translate("BlipProducerWidget", "Form", nullptr));
93 nameLabel->setText(QCoreApplication::translate("BlipProducerWidget", "Blip Flash", nullptr));
94 label->setText(QCoreApplication::translate("BlipProducerWidget", "Frequency", nullptr));
95 } // retranslateUi
96
97};
98
99namespace Ui {
100 class BlipProducerWidget: public Ui_BlipProducerWidget {};
101} // namespace Ui
102
103QT_END_NAMESPACE
104
105#endif // UI_BLIPPRODUCERWIDGET_H