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.9.2
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/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QFormLayout>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
25 class Ui_WebvfxProducer
26 {
27 public:
28  QFormLayout *formLayout;
29  QCheckBox *transparentCheckBox;
30  QPushButton *reloadButton;
31  QLabel *urlLabel;
32  QCheckBox *webvfxCheckBox;
33 
34  void setupUi(QWidget *WebvfxProducer)
35  {
36  if (WebvfxProducer->objectName().isEmpty())
37  WebvfxProducer->setObjectName(QStringLiteral("WebvfxProducer"));
38  WebvfxProducer->resize(716, 157);
39  formLayout = new QFormLayout(WebvfxProducer);
40  formLayout->setObjectName(QStringLiteral("formLayout"));
41  formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
42  transparentCheckBox = new QCheckBox(WebvfxProducer);
43  transparentCheckBox->setObjectName(QStringLiteral("transparentCheckBox"));
44 
45  formLayout->setWidget(1, QFormLayout::SpanningRole, transparentCheckBox);
46 
47  reloadButton = new QPushButton(WebvfxProducer);
48  reloadButton->setObjectName(QStringLiteral("reloadButton"));
49 
50  formLayout->setWidget(3, QFormLayout::LabelRole, reloadButton);
51 
52  urlLabel = new QLabel(WebvfxProducer);
53  urlLabel->setObjectName(QStringLiteral("urlLabel"));
54  QFont font;
55  font.setBold(true);
56  font.setWeight(75);
57  urlLabel->setFont(font);
58  urlLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
59  urlLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse);
60 
61  formLayout->setWidget(0, QFormLayout::SpanningRole, urlLabel);
62 
63  webvfxCheckBox = new QCheckBox(WebvfxProducer);
64  webvfxCheckBox->setObjectName(QStringLiteral("webvfxCheckBox"));
65 
66  formLayout->setWidget(2, QFormLayout::SpanningRole, webvfxCheckBox);
67 
68 
69  retranslateUi(WebvfxProducer);
70 
71  QMetaObject::connectSlotsByName(WebvfxProducer);
72  } // setupUi
73 
74  void retranslateUi(QWidget *WebvfxProducer)
75  {
76  WebvfxProducer->setWindowTitle(QApplication::translate("WebvfxProducer", "Form", Q_NULLPTR));
77  transparentCheckBox->setText(QApplication::translate("WebvfxProducer", "Make background transparent", Q_NULLPTR));
78  reloadButton->setText(QApplication::translate("WebvfxProducer", "Reload", Q_NULLPTR));
79 #ifndef QT_NO_TOOLTIP
80  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>", Q_NULLPTR));
81 #endif // QT_NO_TOOLTIP
82  webvfxCheckBox->setText(QApplication::translate("WebvfxProducer", "Use WebVfx JavaScript extension", Q_NULLPTR));
83  } // retranslateUi
84 
85 };
86 
87 namespace Ui {
88  class WebvfxProducer: public Ui_WebvfxProducer {};
89 } // namespace Ui
90 
91 QT_END_NAMESPACE
92 
93 #endif // UI_WEBVFXPRODUCER_H
Definition: addencodepresetdialog.h:24