/******************************************************************************** ** Form generated from reading UI file 'fvupdateconfirmdialog.ui' ** ** Created by: Qt User Interface Compiler version 5.9.5 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_FVUPDATECONFIRMDIALOG_H #define UI_FVUPDATECONFIRMDIALOG_H #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_FvUpdateConfirmDialog { public: QVBoxLayout *verticalLayout; QLabel *updateFileIsLocatedLabel; QLabel *updateFileLinkLabel; QLabel *downloadThisUpdateLabel; QLabel *whenYouClickOkLabel; QDialogButtonBox *confirmButtonBox; void setupUi(QDialog *FvUpdateConfirmDialog) { if (FvUpdateConfirmDialog->objectName().isEmpty()) FvUpdateConfirmDialog->setObjectName(QStringLiteral("FvUpdateConfirmDialog")); FvUpdateConfirmDialog->resize(480, 160); verticalLayout = new QVBoxLayout(FvUpdateConfirmDialog); verticalLayout->setObjectName(QStringLiteral("verticalLayout")); updateFileIsLocatedLabel = new QLabel(FvUpdateConfirmDialog); updateFileIsLocatedLabel->setObjectName(QStringLiteral("updateFileIsLocatedLabel")); verticalLayout->addWidget(updateFileIsLocatedLabel); updateFileLinkLabel = new QLabel(FvUpdateConfirmDialog); updateFileLinkLabel->setObjectName(QStringLiteral("updateFileLinkLabel")); updateFileLinkLabel->setOpenExternalLinks(true); updateFileLinkLabel->setTextInteractionFlags(Qt::TextBrowserInteraction); verticalLayout->addWidget(updateFileLinkLabel); downloadThisUpdateLabel = new QLabel(FvUpdateConfirmDialog); downloadThisUpdateLabel->setObjectName(QStringLiteral("downloadThisUpdateLabel")); verticalLayout->addWidget(downloadThisUpdateLabel); whenYouClickOkLabel = new QLabel(FvUpdateConfirmDialog); whenYouClickOkLabel->setObjectName(QStringLiteral("whenYouClickOkLabel")); verticalLayout->addWidget(whenYouClickOkLabel); confirmButtonBox = new QDialogButtonBox(FvUpdateConfirmDialog); confirmButtonBox->setObjectName(QStringLiteral("confirmButtonBox")); confirmButtonBox->setOrientation(Qt::Horizontal); confirmButtonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); verticalLayout->addWidget(confirmButtonBox); retranslateUi(FvUpdateConfirmDialog); QMetaObject::connectSlotsByName(FvUpdateConfirmDialog); } // setupUi void retranslateUi(QDialog *FvUpdateConfirmDialog) { FvUpdateConfirmDialog->setWindowTitle(QApplication::translate("FvUpdateConfirmDialog", "Software Update", Q_NULLPTR)); updateFileIsLocatedLabel->setText(QApplication::translate("FvUpdateConfirmDialog", "The update file is located at:", Q_NULLPTR)); updateFileLinkLabel->setText(QApplication::translate("FvUpdateConfirmDialog", "%1", Q_NULLPTR)); downloadThisUpdateLabel->setText(QApplication::translate("FvUpdateConfirmDialog", "Download this update, close \"%1\", install it, and then reopen \"%1\".", Q_NULLPTR)); whenYouClickOkLabel->setText(QApplication::translate("FvUpdateConfirmDialog", "When you click \"OK\", this link will be opened in your browser.", Q_NULLPTR)); } // retranslateUi }; namespace Ui { class FvUpdateConfirmDialog: public Ui_FvUpdateConfirmDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_FVUPDATECONFIRMDIALOG_H