QGIS/python/gui/auth/qgsauthsslimportdialog.sip

45 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-05-31 10:09:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthsslimportdialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsAuthSslImportDialog : QDialog
{
2017-05-31 10:09:57 +02:00
%Docstring
Widget for importing an SSL server certificate exception into the authentication database
%End
%TypeHeaderCode
2017-05-31 10:09:57 +02:00
#include "qgsauthsslimportdialog.h"
%End
public:
2017-05-31 10:09:57 +02:00
QgsAuthSslImportDialog( QWidget *parent /TransferThis/ = 0 );
2017-05-31 10:09:57 +02:00
%Docstring
Construct dialog for importing certificates
\param parent
%End
public slots:
2017-05-31 10:09:57 +02:00
virtual void accept();
};
2017-05-31 10:09:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthsslimportdialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/