17 #ifndef QGSCREDENTIALDIALOG_H 18 #define QGSCREDENTIALDIALOG_H 20 #include <ui_qgscredentialdialog.h> 44 void credentialsRequestedMasterPassword(
QString *,
bool,
bool * );
49 void requestCredentialsMasterPassword(
QString *password,
bool stored,
bool *ok );
51 void on_chkMasterPassShow_stateChanged(
int state );
52 void on_leMasterPass_textChanged(
const QString& pass );
53 void on_leMasterPassVerify_textChanged(
const QString& pass );
54 void on_chkbxEraseAuthDb_toggled(
bool checked );
static const Qt::WindowFlags ModalDialogFlags
Interface for requesting credentials in QGIS in GUI independent way.
virtual bool requestMasterPassword(QString &password, bool stored=false)=0
request a master password
virtual bool request(const QString &realm, QString &username, QString &password, const QString &message=QString::null)=0
request a password
A generic dialog for requesting credentials.