QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Dialog wrapper of widget for editing an SSL server configuration. More...
#include <qgsauthsslconfigwidget.h>
Public Slots | |
void | accept () override |
Public Member Functions | |
QgsAuthSslConfigDialog (QWidget *parent=nullptr, const QSslCertificate &cert=QSslCertificate(), const QString &hostport=QString()) | |
Construct wrapper dialog for the SSL config widget. More... | |
QgsAuthSslConfigWidget * | sslCustomConfigWidget () |
Access the embedded SSL server configuration widget. More... | |
Dialog wrapper of widget for editing an SSL server configuration.
Definition at line 191 of file qgsauthsslconfigwidget.h.
|
explicit |
Construct wrapper dialog for the SSL config widget.
parent | Parent widget |
cert | SSL server certificate object |
hostport | Unique host:port to associate with the server certificate |
Definition at line 592 of file qgsauthsslconfigwidget.cpp.
|
overrideslot |
Definition at line 618 of file qgsauthsslconfigwidget.cpp.
|
inline |
Access the embedded SSL server configuration widget.
Definition at line 208 of file qgsauthsslconfigwidget.h.