QGIS/python/PyQt6/gui/auto_generated/auth/qgsauthcertificatemanager.sip.in
Julien Cabieces bb3c36a69b Initialize sip bindings for PyQt6
use exactly the ones from PyQt5 so we can study the difference when
generating for PyQt6
2023-12-08 03:38:42 +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.pl 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.pl again *
************************************************************************/