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