9 #ifndef UI_WEBVFXPRODUCER_H 10 #define UI_WEBVFXPRODUCER_H 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> 22 class Ui_WebvfxProducer
25 QFormLayout *formLayout;
26 QCheckBox *transparentCheckBox;
27 QPushButton *reloadButton;
29 QCheckBox *webvfxCheckBox;
31 void setupUi(QWidget *WebvfxProducer)
33 if (WebvfxProducer->objectName().isEmpty())
34 WebvfxProducer->setObjectName(QString::fromUtf8(
"WebvfxProducer"));
35 WebvfxProducer->resize(716, 157);
36 formLayout =
new QFormLayout(WebvfxProducer);
37 formLayout->setObjectName(QString::fromUtf8(
"formLayout"));
38 formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
39 transparentCheckBox =
new QCheckBox(WebvfxProducer);
40 transparentCheckBox->setObjectName(QString::fromUtf8(
"transparentCheckBox"));
42 formLayout->setWidget(1, QFormLayout::SpanningRole, transparentCheckBox);
44 reloadButton =
new QPushButton(WebvfxProducer);
45 reloadButton->setObjectName(QString::fromUtf8(
"reloadButton"));
47 formLayout->setWidget(3, QFormLayout::LabelRole, reloadButton);
49 urlLabel =
new QLabel(WebvfxProducer);
50 urlLabel->setObjectName(QString::fromUtf8(
"urlLabel"));
54 urlLabel->setFont(font);
55 urlLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
56 urlLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse);
58 formLayout->setWidget(0, QFormLayout::SpanningRole, urlLabel);
60 webvfxCheckBox =
new QCheckBox(WebvfxProducer);
61 webvfxCheckBox->setObjectName(QString::fromUtf8(
"webvfxCheckBox"));
63 formLayout->setWidget(2, QFormLayout::SpanningRole, webvfxCheckBox);
66 retranslateUi(WebvfxProducer);
68 QMetaObject::connectSlotsByName(WebvfxProducer);
71 void retranslateUi(QWidget *WebvfxProducer)
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));
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));
85 class WebvfxProducer:
public Ui_WebvfxProducer {};
90 #endif // UI_WEBVFXPRODUCER_H