2017-05-31 10:09:57 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/auth/qgsauthsslerrorsdialog.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
class QgsAuthSslErrorsDialog : QDialog
|
|
|
|
{
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Widget for reporting SSL errors and offering an option to store an SSL server exception into the authentication database
|
2017-05-31 10:09:57 +02:00
|
|
|
%End
|
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
%TypeHeaderCode
|
2017-05-31 10:09:57 +02:00
|
|
|
#include "qgsauthsslerrorsdialog.h"
|
2015-09-21 06:17:48 -06:00
|
|
|
%End
|
|
|
|
public:
|
2017-05-31 10:09:57 +02:00
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
QgsAuthSslErrorsDialog( QNetworkReply *reply,
|
2017-05-31 10:09:57 +02:00
|
|
|
const QList<QSslError> &sslErrors,
|
|
|
|
QWidget *parent /TransferThis/ = 0,
|
2015-09-21 06:17:48 -06:00
|
|
|
const QString &digest = QString(),
|
|
|
|
const QString &hostport = QString() );
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Construct a dialog to handle SSL errors and saving SSL server certificate exceptions
|
2017-12-15 21:36:08 -04:00
|
|
|
|
2017-12-15 10:36:55 -04:00
|
|
|
:param reply: Network reply that hand error(s)
|
|
|
|
:param sslErrors: SSL errors that occurred
|
|
|
|
:param parent: Parent widget
|
|
|
|
:param digest: SHA digest of server certificate
|
|
|
|
:param hostport: Unique host:port to associate with the server certificate
|
2017-05-31 10:09:57 +02:00
|
|
|
%End
|
2015-09-21 06:17:48 -06:00
|
|
|
|
|
|
|
};
|
2017-05-31 10:09:57 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/auth/qgsauthsslerrorsdialog.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|