1/********************************************************************************
2** Form generated from reading UI file 'sslerrors.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.9
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_SSLERRORS_H
10#define UI_SSLERRORS_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QDialog>
15#include <QtWidgets/QHBoxLayout>
16#include <QtWidgets/QLabel>
17#include <QtWidgets/QListWidget>
18#include <QtWidgets/QPushButton>
19#include <QtWidgets/QSpacerItem>
20#include <QtWidgets/QVBoxLayout>
21
22QT_BEGIN_NAMESPACE
23
24class Ui_SslErrors
25{
26public:
27 QVBoxLayout *vboxLayout;
28 QLabel *label;
29 QListWidget *sslErrorList;
30 QHBoxLayout *hboxLayout;
31 QPushButton *certificateChainButton;
32 QSpacerItem *spacerItem;
33 QPushButton *pushButton;
34 QPushButton *pushButton_2;
35
36 void setupUi(QDialog *SslErrors)
37 {
38 if (SslErrors->objectName().isEmpty())
39 SslErrors->setObjectName(QString::fromUtf8(str: "SslErrors"));
40 SslErrors->resize(w: 371, h: 216);
41 vboxLayout = new QVBoxLayout(SslErrors);
42 vboxLayout->setObjectName(QString::fromUtf8(str: "vboxLayout"));
43 label = new QLabel(SslErrors);
44 label->setObjectName(QString::fromUtf8(str: "label"));
45 label->setWordWrap(true);
46
47 vboxLayout->addWidget(label);
48
49 sslErrorList = new QListWidget(SslErrors);
50 sslErrorList->setObjectName(QString::fromUtf8(str: "sslErrorList"));
51 sslErrorList->setWordWrap(true);
52
53 vboxLayout->addWidget(sslErrorList);
54
55 hboxLayout = new QHBoxLayout();
56 hboxLayout->setObjectName(QString::fromUtf8(str: "hboxLayout"));
57 certificateChainButton = new QPushButton(SslErrors);
58 certificateChainButton->setObjectName(QString::fromUtf8(str: "certificateChainButton"));
59 certificateChainButton->setAutoDefault(false);
60
61 hboxLayout->addWidget(certificateChainButton);
62
63 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
64
65 hboxLayout->addItem(spacerItem);
66
67 pushButton = new QPushButton(SslErrors);
68 pushButton->setObjectName(QString::fromUtf8(str: "pushButton"));
69
70 hboxLayout->addWidget(pushButton);
71
72 pushButton_2 = new QPushButton(SslErrors);
73 pushButton_2->setObjectName(QString::fromUtf8(str: "pushButton_2"));
74
75 hboxLayout->addWidget(pushButton_2);
76
77
78 vboxLayout->addLayout(layout: hboxLayout);
79
80
81 retranslateUi(SslErrors);
82 QObject::connect(sender: pushButton, SIGNAL(clicked()), receiver: SslErrors, SLOT(accept()));
83 QObject::connect(sender: pushButton_2, SIGNAL(clicked()), receiver: SslErrors, SLOT(reject()));
84
85 QMetaObject::connectSlotsByName(o: SslErrors);
86 } // setupUi
87
88 void retranslateUi(QDialog *SslErrors)
89 {
90 SslErrors->setWindowTitle(QCoreApplication::translate(context: "SslErrors", key: "Unable To Validate The Connection", disambiguation: nullptr));
91 label->setText(QCoreApplication::translate(context: "SslErrors", key: "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
92"p, li { white-space: pre-wrap; }\n"
93"</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
94"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600; color:#ff0000;\">Warning</span><span style=\" color:#ff0000;\">:</span><span style=\" color:#000000;\"> 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 </span><span style=\" color:#000000;\">Ignore</span><span style=\" color:#000000;\"> to continue, or </span><span style=\" color:#000000;\">Cancel</span><span style=\" color:#000000;\"> to abort the connection.</span></p></body></html>", disambiguation: nullptr));
95 certificateChainButton->setText(QCoreApplication::translate(context: "SslErrors", key: "View Certificate Chain", disambiguation: nullptr));
96 pushButton->setText(QCoreApplication::translate(context: "SslErrors", key: "Ignore", disambiguation: nullptr));
97 pushButton_2->setText(QCoreApplication::translate(context: "SslErrors", key: "Cancel", disambiguation: nullptr));
98 } // retranslateUi
99
100};
101
102namespace Ui {
103 class SslErrors: public Ui_SslErrors {};
104} // namespace Ui
105
106QT_END_NAMESPACE
107
108#endif // UI_SSLERRORS_H
109

source code of qtbase/examples/network/securesocketclient/.uic/ui_sslerrors.h