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 *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-09-24 13:05:49 -06:00
|
|
|
class QgsAuthCertEditors : QWidget
|
|
|
|
{
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Wrapper widget to manage available certificate editors
|
2015-09-24 13:05:49 -06:00
|
|
|
%End
|
|
|
|
|
2017-05-31 10:09:57 +02:00
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsauthcertificatemanager.h"
|
|
|
|
%End
|
2015-09-24 13:05:49 -06:00
|
|
|
public:
|
2017-05-31 10:09:57 +02:00
|
|
|
|
2015-09-24 13:05:49 -06:00
|
|
|
explicit QgsAuthCertEditors( QWidget *parent /TransferThis/ = 0 );
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Construct a widget to contain various certificate editors
|
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
|
2015-09-24 13:05:49 -06:00
|
|
|
|
2017-09-25 11:51:04 +02:00
|
|
|
~QgsAuthCertEditors( );
|
|
|
|
|
2015-09-24 13:05:49 -06:00
|
|
|
};
|
|
|
|
|
2017-05-31 10:09:57 +02:00
|
|
|
|
|
|
|
|
2015-09-24 13:05:49 -06:00
|
|
|
class QgsAuthCertManager : QDialog
|
|
|
|
{
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Dialog wrapper for widget to manage available certificate editors
|
2015-09-24 13:05:49 -06:00
|
|
|
%End
|
|
|
|
|
2017-05-31 10:09:57 +02:00
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsauthcertificatemanager.h"
|
|
|
|
%End
|
2015-09-24 13:05:49 -06:00
|
|
|
public:
|
|
|
|
|
2017-05-31 10:09:57 +02:00
|
|
|
explicit QgsAuthCertManager( QWidget *parent /TransferThis/ = 0 );
|
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Construct a dialog wrapper for widget to manage available certificate editors
|
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
|
2015-09-24 13:05:49 -06:00
|
|
|
|
|
|
|
QgsAuthCertEditors *certEditorsWidget();
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2018-05-26 18:44:30 +10:00
|
|
|
Gets access to embedded editors widget
|
2017-05-31 10:09:57 +02:00
|
|
|
%End
|
|
|
|
|
2015-09-24 13:05:49 -06:00
|
|
|
};
|
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 *
|
|
|
|
************************************************************************/
|