CuteLogger
Fast and simple logging solution for Qt based applications
ui_webvfxproducer.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'webvfxproducer.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.11.3
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_WEBVFXPRODUCER_H
10 #define UI_WEBVFXPRODUCER_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QFormLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QWidget>
19 
20 QT_BEGIN_NAMESPACE
21 
22 class Ui_WebvfxProducer
23 {
24 public:
25  QFormLayout *formLayout;
26  QCheckBox *transparentCheckBox;
27  QPushButton *reloadButton;
28  QLabel *urlLabel;
29  QCheckBox *webvfxCheckBox;
30 
31  void setupUi(QWidget *WebvfxProducer)
32  {
33  if (WebvfxProducer->objectName().isEmpty())
34  WebvfxProducer->setObjectName(QStringLiteral("WebvfxProducer"));
35  WebvfxProducer->resize(716, 157);
36  formLayout = new QFormLayout(WebvfxProducer);
37  formLayout->setObjectName(QStringLiteral("formLayout"));
38  formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
39  transparentCheckBox = new QCheckBox(WebvfxProducer);
40  transparentCheckBox->setObjectName(QStringLiteral("transparentCheckBox"));
41 
42  formLayout->setWidget(1, QFormLayout::SpanningRole, transparentCheckBox);
43 
44  reloadButton = new QPushButton(WebvfxProducer);
45  reloadButton->setObjectName(QStringLiteral("reloadButton"));
46 
47  formLayout->setWidget(3, QFormLayout::LabelRole, reloadButton);
48 
49  urlLabel = new QLabel(WebvfxProducer);
50  urlLabel->setObjectName(QStringLiteral("urlLabel"));
51  QFont font;
52  font.setBold(true);
53  font.setWeight(75);
54  urlLabel->setFont(font);
55  urlLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
56  urlLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse);
57 
58  formLayout->setWidget(0, QFormLayout::SpanningRole, urlLabel);
59 
60  webvfxCheckBox = new QCheckBox(WebvfxProducer);
61  webvfxCheckBox->setObjectName(QStringLiteral("webvfxCheckBox"));
62 
63  formLayout->setWidget(2, QFormLayout::SpanningRole, webvfxCheckBox);
64 
65 
66  retranslateUi(WebvfxProducer);
67 
68  QMetaObject::connectSlotsByName(WebvfxProducer);
69  } // setupUi
70 
71  void retranslateUi(QWidget *WebvfxProducer)
72  {
73  WebvfxProducer->setWindowTitle(QApplication::translate("WebvfxProducer", "Form", nullptr));
74  transparentCheckBox->setText(QApplication::translate("WebvfxProducer", "Make background transparent", nullptr));
75  reloadButton->setText(QApplication::translate("WebvfxProducer", "Reload", nullptr));
76 #ifndef QT_NO_TOOLTIP
77  webvfxCheckBox->setToolTip(QApplication::translate("WebvfxProducer", "<html><head/><body><p><span style=\" font-weight:600;\">For Advanced Users</span><br/>If you enable this, and you do not use the WebVfx JavaScript extension, your content will not render!</p></body></html>", nullptr));
78 #endif // QT_NO_TOOLTIP
79  webvfxCheckBox->setText(QApplication::translate("WebvfxProducer", "Use WebVfx JavaScript extension", nullptr));
80  } // retranslateUi
81 
82 };
83 
84 namespace Ui {
85  class WebvfxProducer: public Ui_WebvfxProducer {};
86 } // namespace Ui
87 
88 QT_END_NAMESPACE
89 
90 #endif // UI_WEBVFXPRODUCER_H