Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 30 of file qqmlcontext.h.

Member Data Documentation

◆ name

QString QQmlContext::PropertyPair::name

Definition at line 30 of file qqmlcontext.h.

◆ value

QVariant QQmlContext::PropertyPair::value

Definition at line 30 of file qqmlcontext.h.


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