QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Typedefs | Functions
qgscredentialdialog.cpp File Reference
#include "qgscredentialdialog.h"
#include "qgsauthmanager.h"
#include "qgsdatasourceuri.h"
#include "qgslogger.h"
#include "qgsapplication.h"
#include "qgsgui.h"
#include <QPushButton>
#include <QMenu>
#include <QToolButton>
#include <QThread>
#include <QTimer>
#include <QGlobalStatic>
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. More...
 

Typedef Documentation

◆ IgnoredConnectionsSet

typedef QSet<QString> IgnoredConnectionsSet

Definition at line 34 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.