QgsAuthSslConfigDialog class
Dialog wrapper of widget for editing an SSL server configuration.
Contents
Constructors, destructors, conversion operators
- QgsAuthSslConfigDialog(QWidget* parent = nullptr, const QSslCertificate& cert = QSslCertificate(), const QString& hostport = QString()) explicit
- Construct wrapper dialog for the SSL config widget.
Public functions
- auto sslCustomConfigWidget() -> QgsAuthSslConfigWidget*
- Access the embedded SSL server configuration widget.
Function documentation
QgsAuthSslConfigDialog:: QgsAuthSslConfigDialog(QWidget* parent = nullptr,
const QSslCertificate& cert = QSslCertificate(),
const QString& hostport = QString()) explicit
Construct wrapper dialog for the SSL config widget.
| Parameters | |
|---|---|
| parent | Parent widget |
| cert | SSL server certificate object |
| hostport | Unique host:port to associate with the server certificate |