Class: QgsQmlWidgetWrapper

class qgis.gui.QgsQmlWidgetWrapper

Bases: QgsWidgetWrapper

Wraps a QQuickWidget to display QML code

New in version 3.4.

QgsQmlWidgetWrapper(layer: QgsVectorLayer, editor: QWidget, parent: QWidget) Create a qml widget wrapper

Parameters:
childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
createWidget(self, parent: QWidget) QWidget
Parameters:

parent (QWidget) –

Return type:

QWidget

customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
initWidget(self, editor: QWidget)
Parameters:

editor (QWidget) –

isSignalConnected(self, QMetaMethod) bool
receivers(self, PYQT_SIGNAL) int
reinitWidget(self)

Clears the content and makes new initialization

sender(self) QObject
senderSignalIndex(self) int
setFeature(self, feature: QgsFeature)
Parameters:

feature (QgsFeature) –

setQmlCode(self, qmlCode: str)

writes the qmlCode into a temporary file

Parameters:

qmlCode (str) –

timerEvent(self, QTimerEvent)
valid(self) bool
Return type:

bool