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 *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
class QgsAuthSslImportDialog : QDialog
|
|
|
|
{
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Widget for importing an SSL server certificate exception into the authentication database
|
2017-05-31 10:09:57 +02:00
|
|
|
%End
|
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
%TypeHeaderCode
|
2017-05-31 10:09:57 +02:00
|
|
|
#include "qgsauthsslimportdialog.h"
|
2015-09-21 06:17:48 -06:00
|
|
|
%End
|
|
|
|
public:
|
2017-05-31 10:09:57 +02:00
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
QgsAuthSslImportDialog( QWidget *parent /TransferThis/ = 0 );
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Construct dialog for importing certificates
|
2017-12-15 21:36:08 -04:00
|
|
|
|
2017-12-15 10:36:55 -04:00
|
|
|
:param parent:
|
2017-05-31 10:09:57 +02:00
|
|
|
%End
|
2015-09-21 06:17:48 -06:00
|
|
|
|
|
|
|
public slots:
|
2017-05-31 10:09:57 +02:00
|
|
|
virtual void accept();
|
|
|
|
|
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
};
|
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 *
|
|
|
|
************************************************************************/
|