mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
68 lines
2.0 KiB
Plaintext
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 *
|
|
************************************************************************/
|