#include <qgsauthconfigselect.h>
|
| | QgsAuthConfigSelect (QWidget *parent=nullptr, const QString &dataprovider=QString()) |
| | Create a dialog for setting an associated authentication config, either from existing configs, or creating/removing them from auth database. More...
|
| |
| const QString | configId () const |
| | Gets the authentication config id for the resource. More...
|
| |
| void | setConfigId (const QString &authcfg) |
| | Sets the authentication config id for the resource. More...
|
| |
| void | setDataProviderKey (const QString &key) |
| | Sets key of layer provider, if applicable. More...
|
| |
Selector widget for authentication configs
Definition at line 33 of file qgsauthconfigselect.h.
◆ QgsAuthConfigSelect()
| QgsAuthConfigSelect::QgsAuthConfigSelect |
( |
QWidget * |
parent = nullptr, |
|
|
const QString & |
dataprovider = QString() |
|
) |
| |
|
explicit |
Create a dialog for setting an associated authentication config, either from existing configs, or creating/removing them from auth database.
- Parameters
-
| parent | Parent widget |
| dataprovider | The key of the calling layer provider, if applicable |
Definition at line 32 of file qgsauthconfigselect.cpp.
◆ clearMessage
| void QgsAuthConfigSelect::clearMessage |
( |
| ) |
|
|
slot |
◆ configId()
| const QString QgsAuthConfigSelect::configId |
( |
| ) |
const |
|
inline |
◆ selectedConfigIdChanged
| void QgsAuthConfigSelect::selectedConfigIdChanged |
( |
const QString & |
authcfg | ) |
|
|
signal |
Emitted when authentication config is changed or missing.
◆ selectedConfigIdRemoved
| void QgsAuthConfigSelect::selectedConfigIdRemoved |
( |
const QString & |
authcfg | ) |
|
|
signal |
Emitted when authentication config is removed.
◆ setConfigId()
| void QgsAuthConfigSelect::setConfigId |
( |
const QString & |
authcfg | ) |
|
◆ setDataProviderKey()
| void QgsAuthConfigSelect::setDataProviderKey |
( |
const QString & |
key | ) |
|
◆ showMessage
| void QgsAuthConfigSelect::showMessage |
( |
const QString & |
msg | ) |
|
|
slot |
The documentation for this class was generated from the following files: