/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage ** This file contains pre-release code and may not be distributed. ** You may use this file in accordance with the terms and conditions ** contained in the Technology Preview License Agreement accompanying ** this package. ** ** GNU Lesser General Public License Usage ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License version 2.1 as published by the Free Software ** Foundation and appearing in the file LICENSE.LGPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU Lesser General Public License version 2.1 requirements ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Nokia gives you certain ** additional rights. These rights are described in the Nokia Qt LGPL ** Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this ** package. ** ** If you have questions regarding the use of this file, please contact ** Nokia at qt-info@nokia.com. ** ** ** ** ** ** ** ** ** $QT_END_LICENSE$ ** ****************************************************************************/ /******************************************************************************** ** Form generated from reading ui file 'sslerrors.ui' ** ** Created: Thu Jul 10 09:47:35 2008 ** by: Qt User Interface Compiler version 4.5.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 #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(QString::fromUtf8("SslErrors")); SslErrors->resize(371, 216); vboxLayout = new QVBoxLayout(SslErrors); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); label = new QLabel(SslErrors); label->setObjectName(QString::fromUtf8("label")); label->setWordWrap(true); vboxLayout->addWidget(label); sslErrorList = new QListWidget(SslErrors); sslErrorList->setObjectName(QString::fromUtf8("sslErrorList")); vboxLayout->addWidget(sslErrorList); hboxLayout = new QHBoxLayout(); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); certificateChainButton = new QPushButton(SslErrors); certificateChainButton->setObjectName(QString::fromUtf8("certificateChainButton")); certificateChainButton->setAutoDefault(false); hboxLayout->addWidget(certificateChainButton); spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacerItem); pushButton = new QPushButton(SslErrors); pushButton->setObjectName(QString::fromUtf8("pushButton")); hboxLayout->addWidget(pushButton); pushButton_2 = new QPushButton(SslErrors); pushButton_2->setObjectName(QString::fromUtf8("pushButton_2")); hboxLayout->addWidget(pushButton_2); vboxLayout->addLayout(hboxLayout); retranslateUi(SslErrors); QObject::connect(pushButton, SIGNAL(clicked()), SslErrors, SLOT(accept())); QObject::connect(pushButton_2, SIGNAL(clicked()), SslErrors, SLOT(reject())); QMetaObject::connectSlotsByName(SslErrors); } // setupUi void retranslateUi(QDialog *SslErrors) { SslErrors->setWindowTitle(QApplication::translate("SslErrors", "Unable To Validate The Connection", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::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.

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