Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing file
  • Loading branch information
nyalldawson committed Apr 22, 2023
1 parent a337490 commit 2f24a62
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions python/gui/auto_generated/history/qgshistorywidget.sip.in
@@ -0,0 +1,50 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/history/qgshistorywidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/






class QgsHistoryWidget : QgsPanelWidget
{
%Docstring(signature="appended")
A widget showing entries from a :py:class:`QgsHistoryProviderRegistry`.

.. versionadded:: 3.32
%End

%TypeHeaderCode
#include "qgshistorywidget.h"
%End
public:

QgsHistoryWidget( const QString &providerId = QString(),
Qgis::HistoryProviderBackends backends = Qgis::HistoryProviderBackend::LocalProfile,
QgsHistoryProviderRegistry *registry = 0,
QWidget *parent = 0 );
%Docstring
Constructor for QgsHistoryWidget, with the specified ``parent`` widget.

If ``providerId`` is specified then the widget will contain only items from the matching
history provider.
If ``backends`` is specified then the widget will be filtered to only matching backends.

If no ``registry`` is specified then the singleton :py:class:`QgsHistoryProviderRegistry` from :py:func:`QgsGui.historyProviderRegistry()`
will be used.
%End

};

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/history/qgshistorywidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

0 comments on commit 2f24a62

Please sign in to comment.