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