16#ifndef QGSQMLWIDGETWRAPPER_H
17#define QGSQMLWIDGETWRAPPER_H
23#include <QQuickWidget>
44 bool valid()
const override;
64 QTemporaryFile mQmlFile;
66 QQuickWidget *mWidget =
nullptr;
69 bool mRequiresFormScope =
false;
81class QmlExpression :
public QObject
90 Q_INVOKABLE QVariant evaluate(
const QString &expression )
const;
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Represents a vector layer which manages a vector based dataset.