QGIS/python/gui/auto_generated/providers/gdal/qgsgdalcredentialoptionswidget.sip.in
2024-08-13 20:28:55 +10:00

68 lines
2.0 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/providers/gdal/qgsgdalcredentialoptionswidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsGdalCredentialOptionsWidget : QWidget
{
%Docstring(signature="appended")
A widget for configuring GDAL credential options.
.. versionadded:: 3.40
%End
%TypeHeaderCode
#include "qgsgdalcredentialoptionswidget.h"
%End
public:
QgsGdalCredentialOptionsWidget( QWidget *parent = 0 );
%Docstring
Constructor for QgsGdalCredentialOptionsWidget, with the specified ``parent`` widget.
%End
void setHandler( const QString &handler );
%Docstring
Sets the corresponding ``handler``.
This should match a GDAL VSI handler, eg "vsis3".
%End
QVariantMap credentialOptions() const;
%Docstring
Returns the credential options configured in the widget.
.. seealso:: :py:func:`setCredentialOptions`
%End
void setCredentialOptions( const QVariantMap &options );
%Docstring
Sets the credential ``options`` to show in the widget.
.. seealso:: :py:func:`credentialOptions`
%End
signals:
void optionsChanged();
%Docstring
Emitted when the credential options are changed in the widget.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/providers/gdal/qgsgdalcredentialoptionswidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/