QGIS/python/gui/auto_generated/auth/qgsauthidentitieseditor.sip.in

47 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-05-31 10:09:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthidentitieseditor.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsAuthIdentitiesEditor : QWidget
{
2017-05-31 10:09:57 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Widget for viewing and editing authentication identities database
%End
2017-05-31 10:09:57 +02:00
%TypeHeaderCode
#include "qgsauthidentitieseditor.h"
%End
public:
2017-05-31 10:09:57 +02:00
explicit QgsAuthIdentitiesEditor( QWidget *parent /TransferThis/ = 0 );
2017-05-31 10:09:57 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Widget for editing authentication configurations directly in database
2017-12-15 21:36:08 -04:00
2017-12-15 10:36:55 -04:00
:param parent: Parent widget
2017-05-31 10:09:57 +02:00
%End
protected:
virtual void showEvent( QShowEvent *e );
%Docstring
Overridden show event of base widget
%End
};
2017-05-31 10:09:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthidentitieseditor.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/