QGIS/python/gui/auth/qgsauthcertificatemanager.sip

66 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-05-31 10:09:57 +02:00
/************************************************************************
* 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
{
2017-05-31 10:09:57 +02:00
%Docstring
Wrapper widget to manage available certificate editors
%End
2017-05-31 10:09:57 +02:00
%TypeHeaderCode
#include "qgsauthcertificatemanager.h"
%End
public:
2017-05-31 10:09:57 +02:00
explicit QgsAuthCertEditors( QWidget *parent /TransferThis/ = 0 );
2017-05-31 10:09:57 +02:00
%Docstring
Construct a widget to contain various certificate editors
\param parent Parent widget
%End
};
2017-05-31 10:09:57 +02:00
class QgsAuthCertManager : QDialog
{
2017-05-31 10:09:57 +02:00
%Docstring
Dialog wrapper for widget to manage available certificate editors
%End
2017-05-31 10:09:57 +02:00
%TypeHeaderCode
#include "qgsauthcertificatemanager.h"
%End
public:
2017-05-31 10:09:57 +02:00
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();
2017-05-31 10:09:57 +02:00
%Docstring
Get access to embedded editors widget
:rtype: QgsAuthCertEditors
%End
};
2017-05-31 10:09:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthcertificatemanager.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/