QGIS/python/gui/qgscredentialdialog.sip

44 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-04-14 08:43:11 +03:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgscredentialdialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsCredentialDialog : QDialog, QgsCredentials
{
2017-04-14 08:43:11 +03:00
%Docstring
A generic dialog for requesting credentials
%End
2017-04-14 08:43:11 +03:00
%TypeHeaderCode
#include "qgscredentialdialog.h"
%End
public:
2017-04-14 08:43:11 +03:00
QgsCredentialDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgisGui::ModalDialogFlags );
2017-04-17 09:14:52 +03:00
%Docstring
QgsCredentialDialog constructor
%End
2017-04-14 08:43:11 +03:00
protected:
2017-04-14 08:43:11 +03:00
virtual bool request( const QString &realm, QString &username /In,Out/, QString &password /In,Out/, const QString &message = QString::null );
virtual bool requestMasterPassword( QString &password /In,Out/, bool stored = false );
2017-04-14 08:43:11 +03:00
};
2017-04-14 08:43:11 +03:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgscredentialdialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
2017-04-20 13:48:50 +02:00