![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlcontext.h>
Public Attributes | |
| QString | name |
| QVariant | value |
\inmodule QtQml
This struct contains a property name and a property value. It is used as a parameter for the setContextProperties function.
Definition at line 29 of file qqmlcontext.h.
| QString QQmlContext::PropertyPair::name |
Definition at line 29 of file qqmlcontext.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QVariant QQmlContext::PropertyPair::value |
Definition at line 29 of file qqmlcontext.h.