QGIS/python/PyQt6/gui/auto_generated/auth/qgsauthcertificatemanager.sip.in
2024-08-13 20:28:55 +10:00

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.py again *
************************************************************************/
class QgsAuthCertEditors : QWidget
{
%Docstring(signature="appended")
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(signature="appended")
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.py again *
************************************************************************/