2017-05-31 10:09:57 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/auth/qgsauthauthoritieseditor.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
class QgsAuthAuthoritiesEditor : 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
|
2017-05-31 10:09:57 +02:00
|
|
|
%End
|
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
%TypeHeaderCode
|
2017-05-31 10:09:57 +02:00
|
|
|
#include "qgsauthauthoritieseditor.h"
|
2015-09-21 06:17:48 -06:00
|
|
|
%End
|
|
|
|
public:
|
2017-05-31 10:09:57 +02:00
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
explicit QgsAuthAuthoritiesEditor( QWidget *parent /TransferThis/ = 0 );
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Widget for viewing and editing certificate authorities 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
|
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
};
|
2017-05-31 10:09:57 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/auth/qgsauthauthoritieseditor.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|