QGIS/python/gui/auth/qgsauthcertificatemanager.sip
2017-05-31 10:44:30 +02:00

66 lines
1.9 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthcertificatemanager.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsAuthCertEditors : QWidget
{
%Docstring
Wrapper widget to manage available certificate editors
%End
%TypeHeaderCode
#include "qgsauthcertificatemanager.h"
%End
public:
explicit QgsAuthCertEditors( QWidget *parent /TransferThis/ = 0 );
%Docstring
Construct a widget to contain various certificate editors
\param parent Parent widget
%End
};
class QgsAuthCertManager : QDialog
{
%Docstring
Dialog wrapper for widget to manage available certificate editors
%End
%TypeHeaderCode
#include "qgsauthcertificatemanager.h"
%End
public:
explicit QgsAuthCertManager( QWidget *parent /TransferThis/ = 0 );
%Docstring
Construct a dialog wrapper for widget to manage available certificate editors
\param parent Parent widget
%End
QgsAuthCertEditors *certEditorsWidget();
%Docstring
Get access to embedded editors widget
:rtype: QgsAuthCertEditors
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthcertificatemanager.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/