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