Module qtjambi.qml
Package io.qt.qml

Class QQmlContext.PropertyPair

java.lang.Object
io.qt.QtObject
io.qt.qml.QQmlContext.PropertyPair
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QQmlContext

public static class QQmlContext.PropertyPair extends QtObject implements Cloneable

Java wrapper for Qt class QQmlContext::PropertyPair

  • Constructor Details

    • PropertyPair

      public PropertyPair()

      See QQmlContext::PropertyPair::PropertyPair()

    • PropertyPair

      public PropertyPair(QQmlContext.PropertyPair other)

      See QQmlContext::PropertyPair::PropertyPair(QQmlContext::PropertyPair)

    • PropertyPair

      public PropertyPair(String name, Object value)

      See QQmlContext::PropertyPair::PropertyPair{QString,QVariant}

  • Method Details