CuteLogger
Fast and simple logging solution for Qt based applications
ui_colorproducerwidget.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'colorproducerwidget.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_COLORPRODUCERWIDGET_H
10 #define UI_COLORPRODUCERWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QHBoxLayout>
15 #include <QtWidgets/QLabel>
16 #include <QtWidgets/QLineEdit>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QVBoxLayout>
20 #include <QtWidgets/QWidget>
21 #include "widgets/servicepresetwidget.h"
22 
23 QT_BEGIN_NAMESPACE
24 
25 class Ui_ColorProducerWidget
26 {
27 public:
28  QVBoxLayout *verticalLayout;
29  QLineEdit *lineEdit;
30  ServicePresetWidget *preset;
31  QHBoxLayout *horizontalLayout_2;
32  QPushButton *colorButton;
33  QLabel *colorLabel;
34  QSpacerItem *horizontalSpacer_8;
35  QSpacerItem *verticalSpacer;
36 
37  void setupUi(QWidget *ColorProducerWidget)
38  {
39  if (ColorProducerWidget->objectName().isEmpty())
40  ColorProducerWidget->setObjectName(QString::fromUtf8("ColorProducerWidget"));
41  ColorProducerWidget->resize(396, 296);
42  verticalLayout = new QVBoxLayout(ColorProducerWidget);
43  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
44  lineEdit = new QLineEdit(ColorProducerWidget);
45  lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
46  lineEdit->setAlignment(Qt::AlignCenter);
47 
48  verticalLayout->addWidget(lineEdit);
49 
50  preset = new ServicePresetWidget(ColorProducerWidget);
51  preset->setObjectName(QString::fromUtf8("preset"));
52 
53  verticalLayout->addWidget(preset);
54 
55  horizontalLayout_2 = new QHBoxLayout();
56  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
57  colorButton = new QPushButton(ColorProducerWidget);
58  colorButton->setObjectName(QString::fromUtf8("colorButton"));
59 
60  horizontalLayout_2->addWidget(colorButton);
61 
62  colorLabel = new QLabel(ColorProducerWidget);
63  colorLabel->setObjectName(QString::fromUtf8("colorLabel"));
64  QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
65  sizePolicy.setHorizontalStretch(0);
66  sizePolicy.setVerticalStretch(0);
67  sizePolicy.setHeightForWidth(colorLabel->sizePolicy().hasHeightForWidth());
68  colorLabel->setSizePolicy(sizePolicy);
69  colorLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
70 
71  horizontalLayout_2->addWidget(colorLabel);
72 
73  horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
74 
75  horizontalLayout_2->addItem(horizontalSpacer_8);
76 
77 
78  verticalLayout->addLayout(horizontalLayout_2);
79 
80  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
81 
82  verticalLayout->addItem(verticalSpacer);
83 
84  QWidget::setTabOrder(colorButton, lineEdit);
85 
86  retranslateUi(ColorProducerWidget);
87 
88  QMetaObject::connectSlotsByName(ColorProducerWidget);
89  } // setupUi
90 
91  void retranslateUi(QWidget *ColorProducerWidget)
92  {
93  ColorProducerWidget->setWindowTitle(QCoreApplication::translate("ColorProducerWidget", "Form", nullptr));
94  lineEdit->setText(QCoreApplication::translate("ColorProducerWidget", "Color", nullptr));
95  colorButton->setText(QCoreApplication::translate("ColorProducerWidget", "Color...", nullptr));
96  colorLabel->setText(QCoreApplication::translate("ColorProducerWidget", "#00000000", nullptr));
97  } // retranslateUi
98 
99 };
100 
101 namespace Ui {
102  class ColorProducerWidget: public Ui_ColorProducerWidget {};
103 } // namespace Ui
104 
105 QT_END_NAMESPACE
106 
107 #endif // UI_COLORPRODUCERWIDGET_H