/******************************************************************************** ** Form generated from reading UI file 'sslerrors.ui' ** ** Created by: Qt User Interface Compiler version 6.0.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef SSLERRORS_H #define SSLERRORS_H #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_SslErrors { public: QVBoxLayout *vboxLayout; QLabel *label; QListWidget *sslErrorList; QHBoxLayout *hboxLayout; QPushButton *certificateChainButton; QSpacerItem *spacerItem; QPushButton *pushButton; QPushButton *pushButton_2; void setupUi(QDialog *SslErrors) { if (SslErrors->objectName().isEmpty()) SslErrors->setObjectName("SslErrors"); SslErrors->resize(371, 216); vboxLayout = new QVBoxLayout(SslErrors); vboxLayout->setObjectName("vboxLayout"); label = new QLabel(SslErrors); label->setObjectName("label"); label->setWordWrap(true); vboxLayout->addWidget(label); sslErrorList = new QListWidget(SslErrors); sslErrorList->setObjectName("sslErrorList"); vboxLayout->addWidget(sslErrorList); hboxLayout = new QHBoxLayout(); hboxLayout->setObjectName("hboxLayout"); certificateChainButton = new QPushButton(SslErrors); certificateChainButton->setObjectName("certificateChainButton"); certificateChainButton->setAutoDefault(false); hboxLayout->addWidget(certificateChainButton); spacerItem = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum); hboxLayout->addItem(spacerItem); pushButton = new QPushButton(SslErrors); pushButton->setObjectName("pushButton"); hboxLayout->addWidget(pushButton); pushButton_2 = new QPushButton(SslErrors); pushButton_2->setObjectName("pushButton_2"); hboxLayout->addWidget(pushButton_2); vboxLayout->addLayout(hboxLayout); retranslateUi(SslErrors); QObject::connect(pushButton, &QPushButton::clicked, SslErrors, qOverload<>(&QDialog::accept)); QObject::connect(pushButton_2, &QPushButton::clicked, SslErrors, qOverload<>(&QDialog::reject)); QMetaObject::connectSlotsByName(SslErrors); } // setupUi void retranslateUi(QDialog *SslErrors) { SslErrors->setWindowTitle(QCoreApplication::translate("SslErrors", "Unable To Validate The Connection", nullptr)); label->setText(QCoreApplication::translate("SslErrors", "\n" "

Warning: One or more errors with this connection prevent validating the authenticity of the host you are connecting to. Please review the following list of errors, and click Ignore to continue, or Cancel to abort the connection.

", nullptr)); certificateChainButton->setText(QCoreApplication::translate("SslErrors", "View Certificate Chain", nullptr)); pushButton->setText(QCoreApplication::translate("SslErrors", "Ignore", nullptr)); pushButton_2->setText(QCoreApplication::translate("SslErrors", "Cancel", nullptr)); } // retranslateUi }; namespace Ui { class SslErrors: public Ui_SslErrors {}; } // namespace Ui QT_END_NAMESPACE #endif // SSLERRORS_H