/************************************************************************ * This file has been generated automatically from * * * * src/gui/editorwidgets/qgsqmlwidgetwrapper.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/ class QgsQmlWidgetWrapper : QgsWidgetWrapper { %Docstring ************************************************************************* qgsqmlwidgetwrapper.h --------------------- begin : 25.6.2018 copyright : (C) 2018 by Matthias Kuhn email : matthias@opengis.ch ************************************************************************** This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ************************************************************************** %End %TypeHeaderCode #include "qgsqmlwidgetwrapper.h" %End public: QgsQmlWidgetWrapper( QgsVectorLayer *layer, QWidget *editor, QWidget *parent ); virtual bool valid() const; virtual QWidget *createWidget( QWidget *parent ); virtual void initWidget( QWidget *editor ); public slots: virtual void setFeature( const QgsFeature &feature ); }; /************************************************************************ * This file has been generated automatically from * * * * src/gui/editorwidgets/qgsqmlwidgetwrapper.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/