2011-04-27 10:05:43 +00:00
/********************************************************************************
* * Form generated from reading UI file ' sslerrors . ui '
* *
2012-12-13 12:48:18 +00:00
* * Created by : Qt User Interface Compiler version 5.0 .0
2011-04-27 10:05:43 +00:00
* *
* * WARNING ! All changes made in this file will be lost when recompiling UI file !
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
# ifndef SSLERRORS_H
# define SSLERRORS_H
# include <QtCore/QVariant>
2011-09-22 13:09:37 +00:00
# include <QtWidgets/QAction>
# include <QtWidgets/QApplication>
# include <QtWidgets/QButtonGroup>
# include <QtWidgets/QDialog>
# include <QtWidgets/QHBoxLayout>
# include <QtWidgets/QHeaderView>
# include <QtWidgets/QLabel>
# include <QtWidgets/QListWidget>
# include <QtWidgets/QPushButton>
# include <QtWidgets/QSpacerItem>
# include <QtWidgets/QVBoxLayout>
2011-04-27 10:05:43 +00:00
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 ( ) )
2011-12-11 15:55:01 +00:00
SslErrors - > setObjectName ( QStringLiteral ( " SslErrors " ) ) ;
2011-04-27 10:05:43 +00:00
SslErrors - > resize ( 371 , 216 ) ;
vboxLayout = new QVBoxLayout ( SslErrors ) ;
2011-12-11 15:55:01 +00:00
vboxLayout - > setObjectName ( QStringLiteral ( " vboxLayout " ) ) ;
2011-04-27 10:05:43 +00:00
label = new QLabel ( SslErrors ) ;
2011-12-11 15:55:01 +00:00
label - > setObjectName ( QStringLiteral ( " label " ) ) ;
2011-04-27 10:05:43 +00:00
label - > setWordWrap ( true ) ;
vboxLayout - > addWidget ( label ) ;
sslErrorList = new QListWidget ( SslErrors ) ;
2011-12-11 15:55:01 +00:00
sslErrorList - > setObjectName ( QStringLiteral ( " sslErrorList " ) ) ;
2011-04-27 10:05:43 +00:00
vboxLayout - > addWidget ( sslErrorList ) ;
hboxLayout = new QHBoxLayout ( ) ;
2011-12-11 15:55:01 +00:00
hboxLayout - > setObjectName ( QStringLiteral ( " hboxLayout " ) ) ;
2011-04-27 10:05:43 +00:00
certificateChainButton = new QPushButton ( SslErrors ) ;
2011-12-11 15:55:01 +00:00
certificateChainButton - > setObjectName ( QStringLiteral ( " certificateChainButton " ) ) ;
2011-04-27 10:05:43 +00:00
certificateChainButton - > setAutoDefault ( false ) ;
hboxLayout - > addWidget ( certificateChainButton ) ;
spacerItem = new QSpacerItem ( 40 , 20 , QSizePolicy : : Expanding , QSizePolicy : : Minimum ) ;
hboxLayout - > addItem ( spacerItem ) ;
pushButton = new QPushButton ( SslErrors ) ;
2011-12-11 15:55:01 +00:00
pushButton - > setObjectName ( QStringLiteral ( " pushButton " ) ) ;
2011-04-27 10:05:43 +00:00
hboxLayout - > addWidget ( pushButton ) ;
pushButton_2 = new QPushButton ( SslErrors ) ;
2011-12-11 15:55:01 +00:00
pushButton_2 - > setObjectName ( QStringLiteral ( " pushButton_2 " ) ) ;
2011-04-27 10:05:43 +00:00
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 )
{
2012-05-17 00:37:23 +00:00
SslErrors - > setWindowTitle ( QApplication : : translate ( " SslErrors " , " Unable To Validate The Connection " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
label - > setText ( QApplication : : translate ( " SslErrors " , " <html><head><meta name= \" qrichtext \" content= \" 1 \" /><style type= \" text/css \" > \n "
" p, li { white-space: pre-wrap; } \n "
" </style></head><body style= \" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; \" > \n "
2012-05-17 00:37:23 +00:00
" <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 ) ) ;
certificateChainButton - > setText ( QApplication : : translate ( " SslErrors " , " View Certificate Chain " , 0 ) ) ;
pushButton - > setText ( QApplication : : translate ( " SslErrors " , " Ignore " , 0 ) ) ;
pushButton_2 - > setText ( QApplication : : translate ( " SslErrors " , " Cancel " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
} // retranslateUi
} ;
namespace Ui {
class SslErrors : public Ui_SslErrors { } ;
} // namespace Ui
QT_END_NAMESPACE
# endif // SSLERRORS_H