Uses of Class
io.qt.qml.QQmlComponent
Packages that use QQmlComponent
-
Uses of QQmlComponent in io.qt.graphs
Methods in io.qt.graphs that return QQmlComponentModifier and TypeMethodDescriptionfinal QQmlComponent
QBarSeries.barDelegate()
final QQmlComponent
QAbstractAxis.labelDelegate()
final QQmlComponent
QXYSeries.pointDelegate()
Methods in io.qt.graphs with parameters of type QQmlComponentModifier and TypeMethodDescriptionfinal void
QBarSeries.setBarDelegate
(QQmlComponent newBarDelegate) final void
QAbstractAxis.setLabelDelegate
(QQmlComponent newLabelDelegate) final void
QXYSeries.setPointDelegate
(QQmlComponent newPointDelegate) -
Uses of QQmlComponent in io.qt.quick
Methods in io.qt.quick with parameters of type QQmlComponentModifier and TypeMethodDescriptionfinal void
QQuickView.setContent
(QUrl url, QQmlComponent component, QObject item) SeeQQuickView::
setContent(QUrl, QQmlComponent*, QObject*) final void
QQuickView.setContent
(String url, QQmlComponent component, QObject item) Overloaded function forQQuickView.setContent(io.qt.core.QUrl, io.qt.qml.QQmlComponent, io.qt.core.QObject)
. -
Uses of QQmlComponent in io.qt.quick.widgets
Methods in io.qt.quick.widgets with parameters of type QQmlComponentModifier and TypeMethodDescriptionfinal void
QQuickWidget.setContent
(QUrl url, QQmlComponent component, QObject item) SeeQQuickWidget::
setContent(QUrl, QQmlComponent*, QObject*) final void
QQuickWidget.setContent
(String url, QQmlComponent component, QObject item) Overloaded function forQQuickWidget.setContent(io.qt.core.QUrl, io.qt.qml.QQmlComponent, io.qt.core.QObject)
.