QGIS/python/PyQt6/gui/auto_generated/qgskeyvaluewidget.sip.in
Nyall Dawson 4654ad3db5 Sipify
2024-01-23 08:32:38 +01:00

53 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgskeyvaluewidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsKeyValueWidget: QgsTableWidgetBase
{
%Docstring(signature="appended")
Widget allowing to edit a QMap<QString, QVariant>, using a table.
.. versionadded:: 3.0
%End
%TypeHeaderCode
#include "qgskeyvaluewidget.h"
%End
public:
explicit QgsKeyValueWidget( QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor.
%End
void setMap( const QMap<QString, QVariant> &map );
%Docstring
Set the initial value of the widget.
%End
QMap<QString, QVariant> map() const;
%Docstring
Gets the edit value.
:return: the QMap<QString, QVariant>
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgskeyvaluewidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/