48 QgsAuthSslErrorsDialog( QNetworkReply *reply,
const QList<QSslError> &sslErrors, QWidget *parent
SIP_TRANSFERTHIS =
nullptr,
const QString &digest = QString(),
const QString &hostport = QString() );
51 void loadUnloadCertificate(
bool load );
53 void showCertificateChainInfo();
55 void showCertificateChainCAsInfo();
57 void widgetReadyToSaveChanged(
bool cansave );
60 void clearCertificateConfig();
62 void buttonBox_clicked( QAbstractButton *button );
64 void btnChainInfo_clicked();
66 void btnChainCAs_clicked();
68 void grpbxSslErrors_collapsedStateChanged(
bool collapsed );
71 void populateErrorsList();
73 QPushButton *ignoreButton();
74 QPushButton *abortButton();
75 QPushButton *saveButton();
77 QSslConfiguration mSslConfiguration;
78 QList<QSslError> mSslErrors;
QgsAuthSslErrorsDialog(QNetworkReply *reply, const QList< QSslError > &sslErrors, QWidget *parent=nullptr, const QString &digest=QString(), const QString &hostport=QString())
Construct a dialog to handle SSL errors and saving SSL server certificate exceptions.