CuteLogger
Fast and simple logging solution for Qt based applications
ui_textproducerwidget.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'textproducerwidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_TEXTPRODUCERWIDGET_H
10 #define UI_TEXTPRODUCERWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QHBoxLayout>
15 #include <QtWidgets/QLabel>
16 #include <QtWidgets/QPlainTextEdit>
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_TextProducerWidget
26 {
27 public:
28  QVBoxLayout *verticalLayout;
29  QLabel *label_2;
30  ServicePresetWidget *preset;
31  QPlainTextEdit *plainTextEdit;
32  QHBoxLayout *horizontalLayout_2;
33  QPushButton *colorButton;
34  QLabel *colorLabel;
35  QSpacerItem *horizontalSpacer_8;
36  QLabel *label;
37  QSpacerItem *verticalSpacer;
38 
39  void setupUi(QWidget *TextProducerWidget)
40  {
41  if (TextProducerWidget->objectName().isEmpty())
42  TextProducerWidget->setObjectName(QString::fromUtf8("TextProducerWidget"));
43  TextProducerWidget->resize(396, 296);
44  verticalLayout = new QVBoxLayout(TextProducerWidget);
45  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
46  label_2 = new QLabel(TextProducerWidget);
47  label_2->setObjectName(QString::fromUtf8("label_2"));
48  QFont font;
49  font.setBold(true);
50  font.setWeight(75);
51  label_2->setFont(font);
52  label_2->setAlignment(Qt::AlignCenter);
53 
54  verticalLayout->addWidget(label_2);
55 
56  preset = new ServicePresetWidget(TextProducerWidget);
57  preset->setObjectName(QString::fromUtf8("preset"));
58 
59  verticalLayout->addWidget(preset);
60 
61  plainTextEdit = new QPlainTextEdit(TextProducerWidget);
62  plainTextEdit->setObjectName(QString::fromUtf8("plainTextEdit"));
63 
64  verticalLayout->addWidget(plainTextEdit);
65 
66  horizontalLayout_2 = new QHBoxLayout();
67  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
68  colorButton = new QPushButton(TextProducerWidget);
69  colorButton->setObjectName(QString::fromUtf8("colorButton"));
70 
71  horizontalLayout_2->addWidget(colorButton);
72 
73  colorLabel = new QLabel(TextProducerWidget);
74  colorLabel->setObjectName(QString::fromUtf8("colorLabel"));
75  QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
76  sizePolicy.setHorizontalStretch(0);
77  sizePolicy.setVerticalStretch(0);
78  sizePolicy.setHeightForWidth(colorLabel->sizePolicy().hasHeightForWidth());
79  colorLabel->setSizePolicy(sizePolicy);
80  colorLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
81 
82  horizontalLayout_2->addWidget(colorLabel);
83 
84  horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
85 
86  horizontalLayout_2->addItem(horizontalSpacer_8);
87 
88 
89  verticalLayout->addLayout(horizontalLayout_2);
90 
91  label = new QLabel(TextProducerWidget);
92  label->setObjectName(QString::fromUtf8("label"));
93  label->setAlignment(Qt::AlignCenter);
94  label->setWordWrap(true);
95  label->setMargin(10);
96 
97  verticalLayout->addWidget(label);
98 
99  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
100 
101  verticalLayout->addItem(verticalSpacer);
102 
103 
104  retranslateUi(TextProducerWidget);
105 
106  QMetaObject::connectSlotsByName(TextProducerWidget);
107  } // setupUi
108 
109  void retranslateUi(QWidget *TextProducerWidget)
110  {
111  TextProducerWidget->setWindowTitle(QCoreApplication::translate("TextProducerWidget", "Form", nullptr));
112  label_2->setText(QCoreApplication::translate("TextProducerWidget", "Text", nullptr));
113  plainTextEdit->setPlaceholderText(QCoreApplication::translate("TextProducerWidget", "Type or paste the text here", nullptr));
114  colorButton->setText(QCoreApplication::translate("TextProducerWidget", "Background color...", nullptr));
115  colorLabel->setText(QCoreApplication::translate("TextProducerWidget", "#00000000", nullptr));
116  label->setText(QCoreApplication::translate("TextProducerWidget", "Text attributes are available in the <b>Filters</b> panel after clicking <b>OK</b>.", nullptr));
117  } // retranslateUi
118 
119 };
120 
121 namespace Ui {
122  class TextProducerWidget: public Ui_TextProducerWidget {};
123 } // namespace Ui
124 
125 QT_END_NAMESPACE
126 
127 #endif // UI_TEXTPRODUCERWIDGET_H