|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
Widget for editing authentication configuration database. More...
#include <qgsauthconfigeditor.h>

Public Slots | |
| void | setRelayMessages (bool relay=true) |
| Sets whether to relay auth manager messages to internal message bar, e.g. when embedding. | |
| void | setShowUtilitiesButton (bool show=true) |
| Sets whether to show the widget's utilities button, e.g. when embedding. | |
Public Member Functions | |
| QgsAuthConfigEditor (QWidget *parent=nullptr, bool showUtilities=true, bool relayMessages=true) | |
| Widget for editing authentication configurations directly in database. | |
| QStringList | selectedAuthenticationConfigIds () const |
| Returns the list of selected authentication configuration IDs. | |
| void | toggleTitleVisibility (bool visible) |
| Hide the widget's title, e.g. when embedding. | |
Widget for editing authentication configuration database.
Definition at line 34 of file qgsauthconfigeditor.h.
|
explicit |
Widget for editing authentication configurations directly in database.
| parent | Parent widget |
| showUtilities | Whether to show the widget's utilities button |
| relayMessages | Whether to relay auth manager messages to internal message bar |
Definition at line 32 of file qgsauthconfigeditor.cpp.
| QStringList QgsAuthConfigEditor::selectedAuthenticationConfigIds | ( | ) | const |
Returns the list of selected authentication configuration IDs.
Definition at line 224 of file qgsauthconfigeditor.cpp.
|
slot |
Sets whether to relay auth manager messages to internal message bar, e.g. when embedding.
Definition at line 243 of file qgsauthconfigeditor.cpp.
|
slot |
Sets whether to show the widget's utilities button, e.g. when embedding.
Definition at line 235 of file qgsauthconfigeditor.cpp.
| void QgsAuthConfigEditor::toggleTitleVisibility | ( | bool | visible | ) |
Hide the widget's title, e.g. when embedding.
Definition at line 216 of file qgsauthconfigeditor.cpp.