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 5.15.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 
22 QT_BEGIN_NAMESPACE
23 
24 class Ui_BlipProducerWidget
25 {
26 public:
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(QString::fromUtf8("BlipProducerWidget"));
40  BlipProducerWidget->resize(394, 294);
41  verticalLayout = new QVBoxLayout(BlipProducerWidget);
42  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
43  nameLabel = new QLabel(BlipProducerWidget);
44  nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
45  QFont font;
46  font.setBold(true);
47  font.setWeight(75);
48  nameLabel->setFont(font);
49  nameLabel->setAlignment(Qt::AlignCenter);
50 
51  verticalLayout->addWidget(nameLabel);
52 
53  preset = new ServicePresetWidget(BlipProducerWidget);
54  preset->setObjectName(QString::fromUtf8("preset"));
55 
56  verticalLayout->addWidget(preset);
57 
58  gridLayout = new QGridLayout();
59  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
60  label = new QLabel(BlipProducerWidget);
61  label->setObjectName(QString::fromUtf8("label"));
62  label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
63 
64  gridLayout->addWidget(label, 0, 0, 1, 1);
65 
66  periodSpinBox = new QSpinBox(BlipProducerWidget);
67  periodSpinBox->setObjectName(QString::fromUtf8("periodSpinBox"));
68  periodSpinBox->setMinimum(1);
69  periodSpinBox->setMaximum(10);
70  periodSpinBox->setValue(1);
71 
72  gridLayout->addWidget(periodSpinBox, 0, 1, 1, 1);
73 
74  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
75 
76  gridLayout->addItem(horizontalSpacer, 0, 2, 1, 1);
77 
78 
79  verticalLayout->addLayout(gridLayout);
80 
81  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
82 
83  verticalLayout->addItem(verticalSpacer);
84 
85 
86  retranslateUi(BlipProducerWidget);
87 
88  QMetaObject::connectSlotsByName(BlipProducerWidget);
89  } // setupUi
90 
91  void retranslateUi(QWidget *BlipProducerWidget)
92  {
93  BlipProducerWidget->setWindowTitle(QCoreApplication::translate("BlipProducerWidget", "Form", nullptr));
94  nameLabel->setText(QCoreApplication::translate("BlipProducerWidget", "Blip Flash", nullptr));
95  label->setText(QCoreApplication::translate("BlipProducerWidget", "Frequency", nullptr));
96  } // retranslateUi
97 
98 };
99 
100 namespace Ui {
101  class BlipProducerWidget: public Ui_BlipProducerWidget {};
102 } // namespace Ui
103 
104 QT_END_NAMESPACE
105 
106 #endif // UI_BLIPPRODUCERWIDGET_H