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