QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
qgscredentialdialog.cpp File Reference
#include "qgscredentialdialog.h"
#include "qgsapplication.h"
#include "qgsauthmanager.h"
#include "qgsdatasourceuri.h"
#include "qgsgui.h"
#include "qgslogger.h"
#include <QGlobalStatic>
#include <QMenu>
#include <QPushButton>
#include <QThread>
#include <QTimer>
#include <QToolButton>
#include "moc_qgscredentialdialog.cpp"
Include dependency graph for qgscredentialdialog.cpp:

Go to the source code of this file.

Typedefs

typedef QSet< QString > IgnoredConnectionsSet

Functions

 Q_GLOBAL_STATIC (IgnoredConnectionsSet, sIgnoredConnectionsCache)
 Temporary cache for ignored connections, to avoid GUI freezing by multiple credentials requests to the same connection.

Typedef Documentation

◆ IgnoredConnectionsSet

typedef QSet<QString> IgnoredConnectionsSet

Definition at line 36 of file qgscredentialdialog.cpp.

Function Documentation

◆ Q_GLOBAL_STATIC()

Q_GLOBAL_STATIC ( IgnoredConnectionsSet ,
sIgnoredConnectionsCache  )

Temporary cache for ignored connections, to avoid GUI freezing by multiple credentials requests to the same connection.