Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlContext::PropertyPair Class Reference

#include <qqmlcontext.h>

Collaboration diagram for QQmlContext::PropertyPair:

Public Attributes

QString name
QVariant value

Detailed Description

Since
5.11

\inmodule QtQml

This struct contains a property name and a property value. It is used as a parameter for the setContextProperties function.

See also
QQmlContext::setContextProperties()

Definition at line 29 of file qqmlcontext.h.

Member Data Documentation

◆ name

QString QQmlContext::PropertyPair::name

◆ value

QVariant QQmlContext::PropertyPair::value

Definition at line 29 of file qqmlcontext.h.


The documentation for this class was generated from the following file: