mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
69 lines
1.9 KiB
Plaintext
69 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
|
|
|
|
~QgsAuthCertEditors( );
|
|
|
|
};
|
|
|
|
|
|
|
|
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
|
|
Gets access to embedded editors widget
|
|
%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 *
|
|
************************************************************************/
|