QGIS/python/gui/auth/qgsauthsslerrorsdialog.sip

47 lines
1.9 KiB
Plaintext
Raw Normal View History

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 *
************************************************************************/
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
%TypeHeaderCode
2017-05-31 10:09:57 +02:00
#include "qgsauthsslerrorsdialog.h"
%End
public:
2017-05-31 10:09:57 +02:00
QgsAuthSslErrorsDialog( QNetworkReply *reply,
2017-05-31 10:09:57 +02:00
const QList<QSslError> &sslErrors,
QWidget *parent /TransferThis/ = 0,
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
: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
};
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 *
************************************************************************/