9 #ifndef UI_WEBVFXPRODUCER_H 10 #define UI_WEBVFXPRODUCER_H 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> 25 class Ui_WebvfxProducer
28 QFormLayout *formLayout;
29 QCheckBox *transparentCheckBox;
30 QPushButton *reloadButton;
32 QCheckBox *webvfxCheckBox;
34 void setupUi(QWidget *WebvfxProducer)
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"));
45 formLayout->setWidget(1, QFormLayout::SpanningRole, transparentCheckBox);
47 reloadButton =
new QPushButton(WebvfxProducer);
48 reloadButton->setObjectName(QStringLiteral(
"reloadButton"));
50 formLayout->setWidget(3, QFormLayout::LabelRole, reloadButton);
52 urlLabel =
new QLabel(WebvfxProducer);
53 urlLabel->setObjectName(QStringLiteral(
"urlLabel"));
57 urlLabel->setFont(font);
58 urlLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
59 urlLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse);
61 formLayout->setWidget(0, QFormLayout::SpanningRole, urlLabel);
63 webvfxCheckBox =
new QCheckBox(WebvfxProducer);
64 webvfxCheckBox->setObjectName(QStringLiteral(
"webvfxCheckBox"));
66 formLayout->setWidget(2, QFormLayout::SpanningRole, webvfxCheckBox);
69 retranslateUi(WebvfxProducer);
71 QMetaObject::connectSlotsByName(WebvfxProducer);
74 void retranslateUi(QWidget *WebvfxProducer)
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));
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));
88 class WebvfxProducer:
public Ui_WebvfxProducer {};
93 #endif // UI_WEBVFXPRODUCER_H Definition: addencodepresetdialog.h:24